nsarrazin HF Staff commited on
Commit
b0a2493
·
unverified ·
1 Parent(s): e41faf6

Model update 27-06-24 (#1313)

Browse files
Files changed (1) hide show
  1. chart/env/prod.yaml +7 -35
chart/env/prod.yaml CHANGED
@@ -92,18 +92,18 @@ envVars:
92
  }
93
  },
94
  {
95
- "name" : "HuggingFaceH4/zephyr-orpo-141b-A35b-v0.1",
96
- "tokenizer": "HuggingFaceH4/zephyr-orpo-141b-A35b-v0.1",
97
- "description": "Zephyr 141B-A35B is a fine-tuned version of Mistral 8x22B, trained using ORPO, a novel alignment algorithm.",
98
- "modelUrl": "https://huggingface.co/HuggingFaceH4/zephyr-orpo-141b-A35b-v0.1",
99
- "websiteUrl": "https://huggingface.co/HuggingFaceH4/zephyr-orpo-141b-A35b-v0.1",
100
- "logoUrl": "https://huggingface.co/datasets/huggingchat/models-logo/resolve/main/zephyr-logo.png",
101
  "parameters": {
102
  "truncate" : 6146,
103
  "max_new_tokens" : 2044,
104
  "temperature": 0.6
105
  },
106
- "preprompt" : "You are Zephyr, an assistant developed by KAIST AI, Argilla, and Hugging Face. You should give concise responses to very simple questions, but provide thorough responses to more complex and open-ended questions. You are happy to help with writing, analysis, question answering, math, coding, and all sorts of other tasks.",
107
  "promptExamples" : [
108
  {
109
  "title": "Write a poem",
@@ -207,34 +207,6 @@ envVars:
207
  ]
208
  },
209
  {
210
- "name" : "google/gemma-1.1-7b-it",
211
- "description": "Gemma 7B 1.1 is the latest release in the Gemma family of lightweight models built by Google, trained using a novel RLHF method.",
212
- "websiteUrl" : "https://blog.google/technology/developers/gemma-open-models/",
213
- "logoUrl": "https://huggingface.co/datasets/huggingchat/models-logo/resolve/main/google-logo.png",
214
- "modelUrl": "https://huggingface.co/google/gemma-1.1-7b-it",
215
- "preprompt": "",
216
- "chatPromptTemplate" : "{{#each messages}}{{#ifUser}}<start_of_turn>user\n{{#if @first}}{{#if @root.preprompt}}{{@root.preprompt}}\n{{/if}}{{/if}}{{content}}<end_of_turn>\n<start_of_turn>model\n{{/ifUser}}{{#ifAssistant}}{{content}}<end_of_turn>\n{{/ifAssistant}}{{/each}}",
217
- "promptExamples": [
218
- {
219
- "title": "Write an email from bullet list",
220
- "prompt": "As a restaurant owner, write a professional email to the supplier to get these products every week: \n\n- Wine (x10)\n- Eggs (x24)\n- Bread (x12)"
221
- }, {
222
- "title": "Code a snake game",
223
- "prompt": "Code a basic snake game in python, give explanations for each step."
224
- }, {
225
- "title": "Assist in a task",
226
- "prompt": "How do I make a delicious lemon cheesecake?"
227
- }
228
- ],
229
- "parameters": {
230
- "do_sample": true,
231
- "truncate": 7168,
232
- "max_new_tokens": 1024,
233
- "stop" : ["<end_of_turn>"]
234
- }
235
- },
236
-
237
- {
238
  "name": "mistralai/Mistral-7B-Instruct-v0.2",
239
  "displayName": "mistralai/Mistral-7B-Instruct-v0.2",
240
  "description": "Mistral 7B is a new Apache 2.0 model, released by Mistral AI that outperforms Llama2 13B in benchmarks.",
 
92
  }
93
  },
94
  {
95
+ "name" : "google/gemma-2-27b-it",
96
+ "tokenizer": "google/gemma-2-27b-it",
97
+ "description": "Gemma 2 27B is the latest release in the Gemma family of models built by Google, with performance on par with Llama 3 70B. ",
98
+ "modelUrl": "https://huggingface.co/google/gemma-2-27b-it",
99
+ "websiteUrl": "https://huggingface.co/google/gemma-2-27b-it",
100
+ "logoUrl": "https://huggingface.co/datasets/huggingchat/models-logo/resolve/main/google-logo.png",
101
  "parameters": {
102
  "truncate" : 6146,
103
  "max_new_tokens" : 2044,
104
  "temperature": 0.6
105
  },
106
+ "preprompt" : "",
107
  "promptExamples" : [
108
  {
109
  "title": "Write a poem",
 
207
  ]
208
  },
209
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
210
  "name": "mistralai/Mistral-7B-Instruct-v0.2",
211
  "displayName": "mistralai/Mistral-7B-Instruct-v0.2",
212
  "description": "Mistral 7B is a new Apache 2.0 model, released by Mistral AI that outperforms Llama2 13B in benchmarks.",