jeffreygo commited on
Commit
73bc355
1 Parent(s): e0b7e14

Upload generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +11 -0
generation_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
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": 5,
8
+ "eos_token_id": 7,
9
+ "bos_token_id": 6,
10
+ "max_length": 100
11
+ }