Skip to content

Commit

Permalink
fix(models): stop token on nemotron
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarrazin committed Oct 16, 2024
1 parent 8082525 commit 74458c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/env/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ envVars:
"logoUrl": "https://huggingface.co/datasets/huggingchat/models-logo/resolve/main/nvidia-logo.png",
"description": "Nvidia's latest Llama fine-tune, topping alignment benchmarks and optimized for instruction following.",
"parameters": {
"stop": ["<|eot_id|>"],
"stop": ["<|eot_id|>", "<|im_end|>"],
"temperature": 0.6,
"truncate": 28672,
"max_new_tokens": 2048
Expand Down

0 comments on commit 74458c1

Please sign in to comment.