Skip to content

Commit bfec739

Browse files
authored
add back model urls (#848)
1 parent 634bd69 commit bfec739

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.env.template

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ MODELS=`[
55
"name" : "mistralai/Mixtral-8x7B-Instruct-v0.1",
66
"description" : "The latest MoE model from Mistral AI! 8x7B and outperforms Llama 2 70B in most benchmarks.",
77
"websiteUrl" : "https://mistral.ai/news/mixtral-of-experts/",
8+
"modelUrl": "https://huggingface.co/mistralai/Mixtral-8x7B-Instruct-v0.1",
89
"preprompt" : "",
910
"chatPromptTemplate": "<s> {{#each messages}}{{#ifUser}}[INST]{{#if @first}}{{#if @root.preprompt}}{{@root.preprompt}}\n{{/if}}{{/if}} {{content}} [/INST]{{/ifUser}}{{#ifAssistant}} {{content}}</s> {{/ifAssistant}}{{/each}}",
1011
"parameters" : {
@@ -33,6 +34,7 @@ MODELS=`[
3334
"name": "meta-llama/Llama-2-70b-chat-hf",
3435
"description": "The latest and biggest model from Meta, fine-tuned for chat.",
3536
"websiteUrl": "https://ai.meta.com/llama/",
37+
"modelUrl": "https://huggingface.co/meta-llama/Llama-2-70b-chat-hf",
3638
"preprompt": " ",
3739
"chatPromptTemplate" : "<s>[INST] <<SYS>>\n{{preprompt}}\n<</SYS>>\n\n{{#each messages}}{{#ifUser}}{{content}} [/INST] {{/ifUser}}{{#ifAssistant}}{{content}} </s><s>[INST] {{/ifAssistant}}{{/each}}",
3840
"promptExamples": [
@@ -61,6 +63,7 @@ MODELS=`[
6163
"name" : "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
6264
"description" : "Nous Hermes 2 Mixtral 8x7B DPO is the new flagship Nous Research model trained over the Mixtral 8x7B MoE LLM.",
6365
"websiteUrl" : "https://nousresearch.com/",
66+
"modelUrl": "https://huggingface.co/NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
6467
"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}}",
6568
"promptExamples": [
6669
{
@@ -89,6 +92,7 @@ MODELS=`[
8992
"displayName": "codellama/CodeLlama-70b-Instruct-hf",
9093
"description": "Code Llama, a state of the art code model from Meta. Now in 70B!",
9194
"websiteUrl": "https://ai.meta.com/blog/code-llama-large-language-model-coding/",
95+
"modelUrl": "https://huggingface.co/codellama/CodeLlama-70b-Instruct-hf",
9296
"preprompt": "",
9397
"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 ",
9498
"promptExamples": [
@@ -118,6 +122,7 @@ MODELS=`[
118122
"displayName": "mistralai/Mistral-7B-Instruct-v0.1",
119123
"description": "Mistral 7B is a new Apache 2.0 model, released by Mistral AI that outperforms Llama2 13B in benchmarks.",
120124
"websiteUrl": "https://mistral.ai/news/announcing-mistral-7b/",
125+
"modelUrl": "https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1",
121126
"preprompt": "",
122127
"chatPromptTemplate" : "<s>{{#each messages}}{{#ifUser}}[INST] {{#if @first}}{{#if @root.preprompt}}{{@root.preprompt}}\n{{/if}}{{/if}}{{content}} [/INST]{{/ifUser}}{{#ifAssistant}}{{content}}</s>{{/ifAssistant}}{{/each}}",
123128
"parameters": {
@@ -148,6 +153,7 @@ MODELS=`[
148153
"displayName": "mistralai/Mistral-7B-Instruct-v0.2",
149154
"description": "Mistral 7B is a new Apache 2.0 model, released by Mistral AI that outperforms Llama2 13B in benchmarks.",
150155
"websiteUrl": "https://mistral.ai/news/announcing-mistral-7b/",
156+
"modelUrl": "https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2",
151157
"preprompt": "",
152158
"chatPromptTemplate" : "<s>{{#each messages}}{{#ifUser}}[INST] {{#if @first}}{{#if @root.preprompt}}{{@root.preprompt}}\n{{/if}}{{/if}}{{content}} [/INST]{{/ifUser}}{{#ifAssistant}}{{content}}</s>{{/ifAssistant}}{{/each}}",
153159
"parameters": {
@@ -177,6 +183,7 @@ MODELS=`[
177183
"displayName": "openchat/openchat-3.5-0106",
178184
"description": "OpenChat 3.5 is the #1 model on MT-Bench, with only 7B parameters.",
179185
"websiteUrl": "https://huggingface.co/openchat/openchat-3.5-0106",
186+
"modelUrl": "https://huggingface.co/openchat/openchat-3.5-0106",
180187
"preprompt": "",
181188
"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}}",
182189
"parameters": {

0 commit comments

Comments
 (0)