Spaces:
No application file
No application file
Update defaults/MODEL_PARAMS
Browse files- defaults/MODEL_PARAMS +2 -2
defaults/MODEL_PARAMS
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
-
"temperature": 0.
|
| 3 |
"top_p": 0.95,
|
| 4 |
"repetition_penalty": 1.2,
|
| 5 |
"top_k": 50,
|
| 6 |
"truncate": 1000,
|
| 7 |
-
"max_new_tokens":
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"temperature": 0.7,
|
| 3 |
"top_p": 0.95,
|
| 4 |
"repetition_penalty": 1.2,
|
| 5 |
"top_k": 50,
|
| 6 |
"truncate": 1000,
|
| 7 |
+
"max_new_tokens": 2048
|
| 8 |
}
|