jkgl commited on
Commit
aee918a
·
verified ·
1 Parent(s): 3c194cb

Upload generation configuration

Browse files
Files changed (1) hide show
  1. generation_config.json +9 -0
generation_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "max_length": 1024,
3
+ "do_sample": false,
4
+ "temperature": 1.0,
5
+ "top_p": 1.0,
6
+ "eos_token_id": 2,
7
+ "pad_token_id": 0,
8
+ "num_beams": 1
9
+ }