nsarrazin HF Staff commited on
Commit
a6bb678
·
1 Parent(s): b94a87f

fix(huggingchat): add additional stop token for model configuration

Browse files
Files changed (1) hide show
  1. chart/env/prod.yaml +1 -1
chart/env/prod.yaml CHANGED
@@ -110,7 +110,7 @@ envVars:
110
  "logoUrl": "https://huggingface.co/datasets/huggingchat/models-logo/resolve/main/cohere-logo.png",
111
  "tools": true,
112
  "parameters": {
113
- "stop": ["<|END_OF_TURN_TOKEN|>"],
114
  "truncate": 28672,
115
  "max_new_tokens": 2048,
116
  "temperature": 0.3
 
110
  "logoUrl": "https://huggingface.co/datasets/huggingchat/models-logo/resolve/main/cohere-logo.png",
111
  "tools": true,
112
  "parameters": {
113
+ "stop": ["<|END_OF_TURN_TOKEN|>", <|im_end|>],
114
  "truncate": 28672,
115
  "max_new_tokens": 2048,
116
  "temperature": 0.3