Update generation_config.json
Browse files- generation_config.json +2 -2
generation_config.json
CHANGED
|
@@ -6,8 +6,8 @@
|
|
| 6 |
151645,
|
| 7 |
151643
|
| 8 |
],
|
| 9 |
-
"repetition_penalty": 1.
|
| 10 |
-
"temperature": 0.
|
| 11 |
"top_p": 0.001,
|
| 12 |
"top_k": 1,
|
| 13 |
"transformers_version": "4.37.0"
|
|
|
|
| 6 |
151645,
|
| 7 |
151643
|
| 8 |
],
|
| 9 |
+
"repetition_penalty": 1.0,
|
| 10 |
+
"temperature": 0.01,
|
| 11 |
"top_p": 0.001,
|
| 12 |
"top_k": 1,
|
| 13 |
"transformers_version": "4.37.0"
|