Use the new openchat model (#667)
Browse files- .env.template +8 -4
.env.template
CHANGED
@@ -153,10 +153,10 @@ MODELS=`[
|
|
153 |
]
|
154 |
},
|
155 |
{
|
156 |
-
"name": "openchat/
|
157 |
-
"displayName": "openchat/
|
158 |
"description": "OpenChat 3.5 is the #1 model on MT-Bench, with only 7B parameters.",
|
159 |
-
"websiteUrl": "https://huggingface.co/openchat/
|
160 |
"preprompt": "",
|
161 |
"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}}",
|
162 |
"parameters": {
|
@@ -211,7 +211,11 @@ MODELS=`[
|
|
211 |
}
|
212 |
]`
|
213 |
|
214 |
-
OLD_MODELS=`[
|
|
|
|
|
|
|
|
|
215 |
|
216 |
TASK_MODEL='mistralai/Mistral-7B-Instruct-v0.2'
|
217 |
# TASK_MODEL=`{
|
|
|
153 |
]
|
154 |
},
|
155 |
{
|
156 |
+
"name": "openchat/openchat-3.5-1210",
|
157 |
+
"displayName": "openchat/openchat-3.5-1210",
|
158 |
"description": "OpenChat 3.5 is the #1 model on MT-Bench, with only 7B parameters.",
|
159 |
+
"websiteUrl": "https://huggingface.co/openchat/openchat-3.5-1210",
|
160 |
"preprompt": "",
|
161 |
"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}}",
|
162 |
"parameters": {
|
|
|
211 |
}
|
212 |
]`
|
213 |
|
214 |
+
OLD_MODELS=`[
|
215 |
+
{"name":"bigcode/starcoder"},
|
216 |
+
{"name":"OpenAssistant/oasst-sft-6-llama-30b-xor"},
|
217 |
+
{"name":"HuggingFaceH4/zephyr-7b-alpha"},
|
218 |
+
{"name":"openchat/openchat_3.5"}]`
|
219 |
|
220 |
TASK_MODEL='mistralai/Mistral-7B-Instruct-v0.2'
|
221 |
# TASK_MODEL=`{
|