File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -153,10 +153,10 @@ MODELS=`[
153
153
]
154
154
},
155
155
{
156
- "name": "openchat/openchat_3.5 ",
157
- "displayName": "openchat/openchat_3.5 ",
156
+ "name": "openchat/openchat-3.5-1210 ",
157
+ "displayName": "openchat/openchat-3.5-1210 ",
158
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 ",
159
+ "websiteUrl": "https://huggingface.co/openchat/openchat-3.5-1210 ",
160
160
"preprompt": "",
161
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
162
"parameters": {
@@ -211,7 +211,11 @@ MODELS=`[
211
211
}
212
212
]`
213
213
214
- OLD_MODELS=`[{"name":"bigcode/starcoder"}, {"name":"OpenAssistant/oasst-sft-6-llama-30b-xor"}, {"name":"HuggingFaceH4/zephyr-7b-alpha"}]`
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"}]`
215
219
216
220
TASK_MODEL='mistralai/Mistral-7B-Instruct-v0.2'
217
221
# TASK_MODEL=`{
You can’t perform that action at this time.
0 commit comments