Update generation_config.json
Browse files- generation_config.json +2 -1
generation_config.json
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
{
|
2 |
-
"_from_model_config":
|
|
|
3 |
"bos_token_id": 0,
|
4 |
"decoder_start_token_id": 2,
|
5 |
"early_stopping": true,
|
|
|
1 |
{
|
2 |
+
"_from_model_config": false,
|
3 |
+
"max_new_tokens": 256,
|
4 |
"bos_token_id": 0,
|
5 |
"decoder_start_token_id": 2,
|
6 |
"early_stopping": true,
|