Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update openchat to 0106 (#687)
Browse files* Update openchat to 0106
* Update .env.template
Fix typo
- .env.template +4 -3
.env.template
CHANGED
|
@@ -152,10 +152,10 @@ MODELS=`[
|
|
| 152 |
]
|
| 153 |
},
|
| 154 |
{
|
| 155 |
-
"name": "openchat/openchat-3.5-
|
| 156 |
-
"displayName": "openchat/openchat-3.5-
|
| 157 |
"description": "OpenChat 3.5 is the #1 model on MT-Bench, with only 7B parameters.",
|
| 158 |
-
"websiteUrl": "https://huggingface.co/openchat/openchat-3.5-
|
| 159 |
"preprompt": "",
|
| 160 |
"chatPromptTemplate" : "<s>{{#each messages}}{{#ifUser}}GPT4 Correct User: {{#if @first}}{{#if @root.preprompt}}{{@root.preprompt}}\n{{/if}}{{/if}}{{content}}<|end_of_turn|>GPT4 Correct Assistant:{{/ifUser}}{{#ifAssistant}}{{content}}<|end_of_turn|>{{/ifAssistant}}{{/each}}",
|
| 161 |
"parameters": {
|
|
@@ -187,6 +187,7 @@ OLD_MODELS=`[
|
|
| 187 |
{"name":"OpenAssistant/oasst-sft-6-llama-30b-xor"},
|
| 188 |
{"name":"HuggingFaceH4/zephyr-7b-alpha"},
|
| 189 |
{"name":"openchat/openchat_3.5"},
|
|
|
|
| 190 |
{"name": "tiiuae/falcon-180B-chat"}
|
| 191 |
]`
|
| 192 |
|
|
|
|
| 152 |
]
|
| 153 |
},
|
| 154 |
{
|
| 155 |
+
"name": "openchat/openchat-3.5-0106",
|
| 156 |
+
"displayName": "openchat/openchat-3.5-0106",
|
| 157 |
"description": "OpenChat 3.5 is the #1 model on MT-Bench, with only 7B parameters.",
|
| 158 |
+
"websiteUrl": "https://huggingface.co/openchat/openchat-3.5-0106",
|
| 159 |
"preprompt": "",
|
| 160 |
"chatPromptTemplate" : "<s>{{#each messages}}{{#ifUser}}GPT4 Correct User: {{#if @first}}{{#if @root.preprompt}}{{@root.preprompt}}\n{{/if}}{{/if}}{{content}}<|end_of_turn|>GPT4 Correct Assistant:{{/ifUser}}{{#ifAssistant}}{{content}}<|end_of_turn|>{{/ifAssistant}}{{/each}}",
|
| 161 |
"parameters": {
|
|
|
|
| 187 |
{"name":"OpenAssistant/oasst-sft-6-llama-30b-xor"},
|
| 188 |
{"name":"HuggingFaceH4/zephyr-7b-alpha"},
|
| 189 |
{"name":"openchat/openchat_3.5"},
|
| 190 |
+
{"name":"openchat/openchat-3.5-1210"},
|
| 191 |
{"name": "tiiuae/falcon-180B-chat"}
|
| 192 |
]`
|
| 193 |
|