Spaces:
Sleeping
Sleeping
fix(models): stop token on nemotron
Browse files- chart/env/prod.yaml +1 -1
chart/env/prod.yaml
CHANGED
@@ -144,7 +144,7 @@ envVars:
|
|
144 |
"logoUrl": "https://huggingface.co/datasets/huggingchat/models-logo/resolve/main/nvidia-logo.png",
|
145 |
"description": "Nvidia's latest Llama fine-tune, topping alignment benchmarks and optimized for instruction following.",
|
146 |
"parameters": {
|
147 |
-
"stop": ["<|eot_id|>"],
|
148 |
"temperature": 0.6,
|
149 |
"truncate": 28672,
|
150 |
"max_new_tokens": 2048
|
|
|
144 |
"logoUrl": "https://huggingface.co/datasets/huggingchat/models-logo/resolve/main/nvidia-logo.png",
|
145 |
"description": "Nvidia's latest Llama fine-tune, topping alignment benchmarks and optimized for instruction following.",
|
146 |
"parameters": {
|
147 |
+
"stop": ["<|eot_id|>", "<|im_end|>"],
|
148 |
"temperature": 0.6,
|
149 |
"truncate": 28672,
|
150 |
"max_new_tokens": 2048
|