kvasYA commited on
Commit
d6dcf4a
·
verified ·
1 Parent(s): 2bae426

Upload generation_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. generation_config.json +12 -0
generation_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
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,
8
+ "max_length": 2580,
9
+ "min_new_tokens": 10,
10
+ "pad_token_id": 1024,
11
+ "transformers_version": "4.46.1"
12
+ }