marquesafonso commited on
Commit
131ae3b
·
verified ·
1 Parent(s): 12a79c9

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
+ "bos_token_id": 1,
4
+ "eos_token_id": [
5
+ 32000,
6
+ 32001,
7
+ 32007,
8
+ 32011
9
+ ],
10
+ "max_new_tokens": 2000,
11
+ "pad_token_id": 32000,
12
+ "transformers_version": "4.42.4"
13
+ }