Update generation_config.json :P
Browse files- generation_config.json +1 -1
generation_config.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
"bos_token_id": 1,
|
| 3 |
"pad_token_id": 2,
|
| 4 |
"do_sample": true,
|
| 5 |
-
"eos_token_id":
|
| 6 |
"repetition_penalty": 1.2,
|
| 7 |
"temperature": 0.7,
|
| 8 |
"top_p": 0.8,
|
|
|
|
| 2 |
"bos_token_id": 1,
|
| 3 |
"pad_token_id": 2,
|
| 4 |
"do_sample": true,
|
| 5 |
+
"eos_token_id": 2,
|
| 6 |
"repetition_penalty": 1.2,
|
| 7 |
"temperature": 0.7,
|
| 8 |
"top_p": 0.8,
|