Update generation_config.json
Browse files- generation_config.json +1 -0
generation_config.json
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 1025,
|
4 |
"decoder_start_token_id": 1025,
|
|
|
5 |
"do_sample": true,
|
6 |
"eos_token_id": 1024,
|
7 |
"guidance_scale": 1,
|
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 1025,
|
4 |
"decoder_start_token_id": 1025,
|
5 |
+
"min_new_tokens": 10,
|
6 |
"do_sample": true,
|
7 |
"eos_token_id": 1024,
|
8 |
"guidance_scale": 1,
|