[Devin Audit] fix generation_config.json eos/pad token ids
Browse files- generation_config.json +5 -2
generation_config.json
CHANGED
|
@@ -1,7 +1,10 @@
|
|
| 1 |
{
|
| 2 |
"bos_token_id": null,
|
| 3 |
-
"eos_token_id":
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
| 5 |
"do_sample": true,
|
| 6 |
"max_new_tokens": 512,
|
| 7 |
"repetition_penalty": 1.15,
|
|
|
|
| 1 |
{
|
| 2 |
"bos_token_id": null,
|
| 3 |
+
"eos_token_id": [
|
| 4 |
+
151643,
|
| 5 |
+
151645
|
| 6 |
+
],
|
| 7 |
+
"pad_token_id": 151643,
|
| 8 |
"do_sample": true,
|
| 9 |
"max_new_tokens": 512,
|
| 10 |
"repetition_penalty": 1.15,
|