Spaces:
Runtime error
Runtime error
Update .env.local.template
Browse files- .env.local.template +5 -5
.env.local.template
CHANGED
|
@@ -44,8 +44,8 @@ MODELS=`[
|
|
| 44 |
}
|
| 45 |
],
|
| 46 |
"parameters": {
|
| 47 |
-
"temperature": 0.
|
| 48 |
-
"repetition_penalty": 1.
|
| 49 |
"max_new_tokens": 2000 ,
|
| 50 |
"stop":["<|im_end|>"]
|
| 51 |
}
|
|
@@ -75,9 +75,9 @@ TASK_MODEL=`{
|
|
| 75 |
}
|
| 76 |
],
|
| 77 |
"parameters": {
|
| 78 |
-
"temperature": 0.
|
| 79 |
-
"repetition_penalty":
|
| 80 |
-
"max_new_tokens":
|
| 81 |
}
|
| 82 |
}`
|
| 83 |
OLD_MODELS=`[]`# any removed models, `{ name: string, displayName?: string, id?: string }`
|
|
|
|
| 44 |
}
|
| 45 |
],
|
| 46 |
"parameters": {
|
| 47 |
+
"temperature": 0.4,
|
| 48 |
+
"repetition_penalty": 1.2,
|
| 49 |
"max_new_tokens": 2000 ,
|
| 50 |
"stop":["<|im_end|>"]
|
| 51 |
}
|
|
|
|
| 75 |
}
|
| 76 |
],
|
| 77 |
"parameters": {
|
| 78 |
+
"temperature": 0.4,
|
| 79 |
+
"repetition_penalty": 1.4,
|
| 80 |
+
"max_new_tokens": 20,
|
| 81 |
}
|
| 82 |
}`
|
| 83 |
OLD_MODELS=`[]`# any removed models, `{ name: string, displayName?: string, id?: string }`
|