Spaces:
Runtime error
Runtime error
Update defaults/MODEL_PARAMS
Browse files- defaults/MODEL_PARAMS +1 -1
defaults/MODEL_PARAMS
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"temperature": 0.
|
| 3 |
"top_p": 0.95,
|
| 4 |
"repetition_penalty": 1.2,
|
| 5 |
"top_k": 50,
|
|
|
|
| 1 |
{
|
| 2 |
+
"temperature": 0.1,
|
| 3 |
"top_p": 0.95,
|
| 4 |
"repetition_penalty": 1.2,
|
| 5 |
"top_k": 50,
|