manueldeprada HF Staff commited on
Commit
4dfb254
·
verified ·
1 Parent(s): 5310aeb

Upload generation_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. generation_config.json +13 -0
generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "eos_token_id": [
4
+ 3,
5
+ 0
6
+ ],
7
+ "max_new_tokens": 512,
8
+ "output_attentions": false,
9
+ "output_hidden_states": false,
10
+ "pad_token_id": 0,
11
+ "transformers_version": "5.10.2",
12
+ "use_cache": true
13
+ }