hiroshi-matsuda-rit
commited on
Commit
•
2be220a
1
Parent(s):
eeba28c
update eos_token_id and pad_token_id in generation_config.json
Browse files- generation_config.json +2 -2
generation_config.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 1,
|
4 |
-
"eos_token_id":
|
5 |
-
"pad_token_id":
|
6 |
"transformers_version": "4.38.2",
|
7 |
"use_cache": false
|
8 |
}
|
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 1,
|
4 |
+
"eos_token_id": 7,
|
5 |
+
"pad_token_id": 4,
|
6 |
"transformers_version": "4.38.2",
|
7 |
"use_cache": false
|
8 |
}
|