Commit
•
61d1a0f
1
Parent(s):
231f376
Add `<|eot_id|>` token (id: 128009) to `eos_token_id` (#1)
Browse files- Add `<|eot_id|>` token (id: 128009) to `eos_token_id` (8a7139c12ef30fa8fdf57ee39ae7898a80c6f115)
Co-authored-by: Junya Takayama <[email protected]>
- generation_config.json +1 -1
generation_config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 128000,
|
4 |
-
"eos_token_id": 128001,
|
5 |
"transformers_version": "4.40.1"
|
6 |
}
|
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 128000,
|
4 |
+
"eos_token_id": [128001, 128009],
|
5 |
"transformers_version": "4.40.1"
|
6 |
}
|