Another attempt to auto-load generation config
Browse files- generation_config.json +2 -2
generation_config.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
-
"_from_model_config":
|
3 |
"bos_token_id": 1,
|
4 |
"decoder_start_token_id": 1,
|
5 |
"do_sample": [
|
6 |
-
|
7 |
],
|
8 |
"early_stopping": true,
|
9 |
"eos_token_id": 1,
|
|
|
1 |
{
|
2 |
+
"_from_model_config": false,
|
3 |
"bos_token_id": 1,
|
4 |
"decoder_start_token_id": 1,
|
5 |
"do_sample": [
|
6 |
+
true
|
7 |
],
|
8 |
"early_stopping": true,
|
9 |
"eos_token_id": 1,
|