@@ -5,6 +5,7 @@ MODELS=`[
5
5
"name" : "mistralai/Mixtral-8x7B-Instruct-v0.1",
6
6
"description" : "The latest MoE model from Mistral AI! 8x7B and outperforms Llama 2 70B in most benchmarks.",
7
7
"websiteUrl" : "https://mistral.ai/news/mixtral-of-experts/",
8
+ "modelUrl": "https://huggingface.co/mistralai/Mixtral-8x7B-Instruct-v0.1",
8
9
"preprompt" : "",
9
10
"chatPromptTemplate": "<s> {{#each messages}}{{#ifUser}}[INST]{{#if @first}}{{#if @root.preprompt}}{{@root.preprompt}}\n{{/if}}{{/if}} {{content}} [/INST]{{/ifUser}}{{#ifAssistant}} {{content}}</s> {{/ifAssistant}}{{/each}}",
10
11
"parameters" : {
@@ -33,6 +34,7 @@ MODELS=`[
33
34
"name": "meta-llama/Llama-2-70b-chat-hf",
34
35
"description": "The latest and biggest model from Meta, fine-tuned for chat.",
35
36
"websiteUrl": "https://ai.meta.com/llama/",
37
+ "modelUrl": "https://huggingface.co/meta-llama/Llama-2-70b-chat-hf",
36
38
"preprompt": " ",
37
39
"chatPromptTemplate" : "<s>[INST] <<SYS>>\n{{preprompt}}\n<</SYS>>\n\n{{#each messages}}{{#ifUser}}{{content}} [/INST] {{/ifUser}}{{#ifAssistant}}{{content}} </s><s>[INST] {{/ifAssistant}}{{/each}}",
38
40
"promptExamples": [
@@ -61,6 +63,7 @@ MODELS=`[
61
63
"name" : "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
62
64
"description" : "Nous Hermes 2 Mixtral 8x7B DPO is the new flagship Nous Research model trained over the Mixtral 8x7B MoE LLM.",
63
65
"websiteUrl" : "https://nousresearch.com/",
66
+ "modelUrl": "https://huggingface.co/NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
64
67
"chatPromptTemplate" : "{{#if @root.preprompt}}<|im_start|>system\n{{@root.preprompt}}<|im_end|>\n{{/if}}{{#each messages}}{{#ifUser}}<|im_start|>user\n{{content}}<|im_end|>\n<|im_start|>assistant\n{{/ifUser}}{{#ifAssistant}}{{content}}<|im_end|>\n{{/ifAssistant}}{{/each}}",
65
68
"promptExamples": [
66
69
{
@@ -89,6 +92,7 @@ MODELS=`[
89
92
"displayName": "codellama/CodeLlama-70b-Instruct-hf",
90
93
"description": "Code Llama, a state of the art code model from Meta. Now in 70B!",
91
94
"websiteUrl": "https://ai.meta.com/blog/code-llama-large-language-model-coding/",
95
+ "modelUrl": "https://huggingface.co/codellama/CodeLlama-70b-Instruct-hf",
92
96
"preprompt": "",
93
97
"chatPromptTemplate" : "<s>{{#if @root.preprompt}}Source: system\n\n {{@root.preprompt}} <step> {{/if}}{{#each messages}}{{#ifUser}}Source: user\n\n {{content}} <step> {{/ifUser}}{{#ifAssistant}}Source: assistant\n\n {{content}} <step> {{/ifAssistant}}{{/each}}Source: assistant\nDestination: user\n\n ",
94
98
"promptExamples": [
@@ -118,6 +122,7 @@ MODELS=`[
118
122
"displayName": "mistralai/Mistral-7B-Instruct-v0.1",
119
123
"description": "Mistral 7B is a new Apache 2.0 model, released by Mistral AI that outperforms Llama2 13B in benchmarks.",
120
124
"websiteUrl": "https://mistral.ai/news/announcing-mistral-7b/",
125
+ "modelUrl": "https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1",
121
126
"preprompt": "",
122
127
"chatPromptTemplate" : "<s>{{#each messages}}{{#ifUser}}[INST] {{#if @first}}{{#if @root.preprompt}}{{@root.preprompt}}\n{{/if}}{{/if}}{{content}} [/INST]{{/ifUser}}{{#ifAssistant}}{{content}}</s>{{/ifAssistant}}{{/each}}",
123
128
"parameters": {
@@ -148,6 +153,7 @@ MODELS=`[
148
153
"displayName": "mistralai/Mistral-7B-Instruct-v0.2",
149
154
"description": "Mistral 7B is a new Apache 2.0 model, released by Mistral AI that outperforms Llama2 13B in benchmarks.",
150
155
"websiteUrl": "https://mistral.ai/news/announcing-mistral-7b/",
156
+ "modelUrl": "https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2",
151
157
"preprompt": "",
152
158
"chatPromptTemplate" : "<s>{{#each messages}}{{#ifUser}}[INST] {{#if @first}}{{#if @root.preprompt}}{{@root.preprompt}}\n{{/if}}{{/if}}{{content}} [/INST]{{/ifUser}}{{#ifAssistant}}{{content}}</s>{{/ifAssistant}}{{/each}}",
153
159
"parameters": {
@@ -177,6 +183,7 @@ MODELS=`[
177
183
"displayName": "openchat/openchat-3.5-0106",
178
184
"description": "OpenChat 3.5 is the #1 model on MT-Bench, with only 7B parameters.",
179
185
"websiteUrl": "https://huggingface.co/openchat/openchat-3.5-0106",
186
+ "modelUrl": "https://huggingface.co/openchat/openchat-3.5-0106",
180
187
"preprompt": "",
181
188
"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}}",
182
189
"parameters": {
0 commit comments