jeffreygo commited on
Commit
0927e11
1 Parent(s): 1624e76

Upload generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +12 -0
generation_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "num_beams": 3,
3
+ "num_beam_groups": 1,
4
+ "do_sample": false,
5
+ "is_constraint_gen_mode": false,
6
+ "is_contrastive_search_gen_mode": false,
7
+ "pad_token_id": 0,
8
+ "eos_token_id": 7,
9
+ "bos_token_id": 6,
10
+ "max_length": 100,
11
+ "vocab_size": 86583
12
+ }