Spaces:
Running
Running
Reduce new tokens on command R+ (#1080)
Browse files- .env.template +2 -2
.env.template
CHANGED
|
@@ -10,8 +10,8 @@ MODELS=`[
|
|
| 10 |
"logoUrl": "https://huggingface.co/datasets/huggingchat/models-logo/resolve/main/cohere-logo.png",
|
| 11 |
"parameters": {
|
| 12 |
"stop": ["<|END_OF_TURN_TOKEN|>"],
|
| 13 |
-
"truncate" :
|
| 14 |
-
"max_new_tokens" :
|
| 15 |
"temperature" : 0.3
|
| 16 |
},
|
| 17 |
"promptExamples" : [
|
|
|
|
| 10 |
"logoUrl": "https://huggingface.co/datasets/huggingchat/models-logo/resolve/main/cohere-logo.png",
|
| 11 |
"parameters": {
|
| 12 |
"stop": ["<|END_OF_TURN_TOKEN|>"],
|
| 13 |
+
"truncate" : 28672,
|
| 14 |
+
"max_new_tokens" : 4096,
|
| 15 |
"temperature" : 0.3
|
| 16 |
},
|
| 17 |
"promptExamples" : [
|