Spaces:
Running
Running
Update .env.local
Browse files- .env.local +3 -2
.env.local
CHANGED
|
@@ -38,14 +38,15 @@ MODELS=`[
|
|
| 38 |
"temperature": 0.001,
|
| 39 |
"repetition_penalty": 1.0,
|
| 40 |
"max_new_tokens": 3000,
|
| 41 |
-
"top_p":0.9
|
|
|
|
| 42 |
},
|
| 43 |
"extraBody":{
|
| 44 |
"temperature": 0.001,
|
| 45 |
"repetition_penalty": 1.0,
|
| 46 |
"max_new_tokens": 3000,
|
| 47 |
"top_p": 0.9,
|
| 48 |
-
"top_k":
|
| 49 |
"use_beam_search": false
|
| 50 |
}
|
| 51 |
}
|
|
|
|
| 38 |
"temperature": 0.001,
|
| 39 |
"repetition_penalty": 1.0,
|
| 40 |
"max_new_tokens": 3000,
|
| 41 |
+
"top_p":0.9,
|
| 42 |
+
"top_k": 1
|
| 43 |
},
|
| 44 |
"extraBody":{
|
| 45 |
"temperature": 0.001,
|
| 46 |
"repetition_penalty": 1.0,
|
| 47 |
"max_new_tokens": 3000,
|
| 48 |
"top_p": 0.9,
|
| 49 |
+
"top_k": 1,
|
| 50 |
"use_beam_search": false
|
| 51 |
}
|
| 52 |
}
|