Update generation_config.json
Browse files- generation_config.json +5 -4
generation_config.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
-
"
|
| 4 |
-
"
|
| 5 |
-
"
|
|
|
|
| 6 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"temperature": 0.2,
|
| 3 |
+
"top_p": 0.9,
|
| 4 |
+
"do_sample": true,
|
| 5 |
+
"repetition_penalty": 1.05,
|
| 6 |
+
"max_new_tokens": 256
|
| 7 |
}
|