OrionZheng
commited on
Commit
•
237bf25
1
Parent(s):
248804c
Update generation_config.json
Browse files- generation_config.json +5 -3
generation_config.json
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
-
"
|
4 |
-
"eos_token_id":
|
|
|
|
|
5 |
"transformers_version": "4.34.0"
|
6 |
-
}
|
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
+
"decoder_start_token_id": 0,
|
4 |
+
"eos_token_id": 1,
|
5 |
+
"max_new_tokens": 64,
|
6 |
+
"pad_token_id": 0,
|
7 |
"transformers_version": "4.34.0"
|
8 |
+
}
|