nsarrazin HF Staff commited on
Commit
d76a06b
·
1 Parent(s): 3361930

feat(hchat): add examples to QwQ config and a banner update

Browse files
Files changed (1) hide show
  1. chart/env/prod.yaml +17 -3
chart/env/prod.yaml CHANGED
@@ -152,7 +152,21 @@ envVars:
152
  "top_k": 20,
153
  "top_p": 0.8,
154
  "repetition_penalty": 1.05
155
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
156
  },
157
  {
158
  "name": "nvidia/Llama-3.1-Nemotron-70B-Instruct-HF",
@@ -392,9 +406,9 @@ envVars:
392
  PUBLIC_ANNOUNCEMENT_BANNERS: >
393
  [
394
  {
395
- "title": "Qwen 2.5-Coder 32B is now available!",
396
  "linkTitle": "Try it out!",
397
- "linkHref": "https://huggingface.co/chat/models/Qwen/Qwen2.5-Coder-32B-Instruct"
398
  }
399
  ]
400
  PUBLIC_APP_NAME: "HuggingChat"
 
152
  "top_k": 20,
153
  "top_p": 0.8,
154
  "repetition_penalty": 1.05
155
+ },
156
+ "promptExamples": [
157
+ {
158
+ "title": "Rs in strawberry",
159
+ "prompt": "how many R in strawberry?"
160
+ },
161
+ {
162
+ "title": "Larger number",
163
+ "prompt": "9.11 or 9.9 which number is larger?"
164
+ },
165
+ {
166
+ "title": "Measuring 6 liters",
167
+ "prompt": "I have a 6- and a 12-liter jug. I want to measure exactly 6 liters."
168
+ }
169
+ ]
170
  },
171
  {
172
  "name": "nvidia/Llama-3.1-Nemotron-70B-Instruct-HF",
 
406
  PUBLIC_ANNOUNCEMENT_BANNERS: >
407
  [
408
  {
409
+ "title": "QwQ-32B-Preview from Qwen is now available!",
410
  "linkTitle": "Try it out!",
411
+ "linkHref": "https://huggingface.co/chat/models/Qwen/QwQ-32B-Preview"
412
  }
413
  ]
414
  PUBLIC_APP_NAME: "HuggingChat"