Update generation_config.json
Browse files- generation_config.json +2 -1
generation_config.json
CHANGED
@@ -4,5 +4,6 @@
|
|
4 |
"cache_implementation": "hybrid",
|
5 |
"eos_token_id": 1,
|
6 |
"pad_token_id": 0,
|
7 |
-
"transformers_version": "4.45.0"
|
|
|
8 |
}
|
|
|
4 |
"cache_implementation": "hybrid",
|
5 |
"eos_token_id": 1,
|
6 |
"pad_token_id": 0,
|
7 |
+
"transformers_version": "4.45.0",
|
8 |
+
"max_new_tokens": 512
|
9 |
}
|