Skip to content

Commit fce611a

Browse files
authored
Release Gemma 7B 1.1 in HuggingChat (#994)
1 parent 7d0668d commit fce611a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.env.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ MODELS=`[
3333
]
3434
},
3535
{
36-
"name" : "google/gemma-7b-it",
37-
"description": "Gemma 7B belongs to a family of lightweight models built by Google, based on the same research and technology used to create the Gemini models.",
36+
"name" : "google/gemma-1.1-7b-it",
37+
"description": "Gemma 7B 1.1 is the latest release in the Gemma family of lightweight models built by Google, trained using a novel RLHF method.",
3838
"websiteUrl" : "https://blog.google/technology/developers/gemma-open-models/",
3939
"logoUrl": "https://huggingface.co/datasets/huggingchat/models-logo/resolve/main/google-logo.png",
40-
"modelUrl": "https://huggingface.co/google/gemma-7b-it",
40+
"modelUrl": "https://huggingface.co/google/gemma-1.1-7b-it",
4141
"preprompt": "",
4242
"chatPromptTemplate" : "{{#each messages}}{{#ifUser}}<start_of_turn>user\n{{#if @first}}{{#if @root.preprompt}}{{@root.preprompt}}\n{{/if}}{{/if}}{{content}}<end_of_turn>\n<start_of_turn>model\n{{/ifUser}}{{#ifAssistant}}{{content}}<end_of_turn>\n{{/ifAssistant}}{{/each}}",
4343
"promptExamples": [

0 commit comments

Comments
 (0)