victor HF Staff commited on
Commit
5fb4e38
·
unverified ·
1 Parent(s): c5ee468

nemotron: add examples (#1528)

Browse files
Files changed (1) hide show
  1. chart/env/prod.yaml +14 -0
chart/env/prod.yaml CHANGED
@@ -149,6 +149,20 @@ envVars:
149
  "truncate": 28672,
150
  "max_new_tokens": 2048
151
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
152
  "endpoint": {
153
  "type": "openai",
154
  "baseURL": "https://api-inference.huggingface.co/models/nvidia/Llama-3.1-Nemotron-70B-Instruct-HF/v1"
 
149
  "truncate": 28672,
150
  "max_new_tokens": 2048
151
  },
152
+ "promptExamples": [
153
+ {
154
+ "title": "Rs in strawberry",
155
+ "prompt": "how many R in strawberry?"
156
+ },
157
+ {
158
+ "title": "Larger number",
159
+ "prompt": "9.11 or 9.9 which number is larger?"
160
+ },
161
+ {
162
+ "title": "Measuring 6 liters",
163
+ "prompt": "I have a 6- and a 12-liter jug. I want to measure exactly 6 liters."
164
+ }
165
+ ],
166
  "endpoint": {
167
  "type": "openai",
168
  "baseURL": "https://api-inference.huggingface.co/models/nvidia/Llama-3.1-Nemotron-70B-Instruct-HF/v1"