Upload generation_config.json with huggingface_hub
Browse files- generation_config.json +4 -1
generation_config.json
CHANGED
|
@@ -2,6 +2,9 @@
|
|
| 2 |
"_from_model_config": true,
|
| 3 |
"decoder_start_token_id": 0,
|
| 4 |
"eos_token_id": 1,
|
|
|
|
|
|
|
| 5 |
"pad_token_id": 0,
|
| 6 |
-
"transformers_version": "
|
|
|
|
| 7 |
}
|
|
|
|
| 2 |
"_from_model_config": true,
|
| 3 |
"decoder_start_token_id": 0,
|
| 4 |
"eos_token_id": 1,
|
| 5 |
+
"output_attentions": false,
|
| 6 |
+
"output_hidden_states": false,
|
| 7 |
"pad_token_id": 0,
|
| 8 |
+
"transformers_version": "5.9.0",
|
| 9 |
+
"use_cache": true
|
| 10 |
}
|