Felguk commited on
Commit
9a978fc
·
verified ·
1 Parent(s): facd4ac

Create generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +14 -0
generation_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_sample": true,
3
+ "num_beams": 5,
4
+ "temperature": 0.7,
5
+ "top_k": 50,
6
+ "top_p": 0.9,
7
+ "repetition_penalty": 1.2,
8
+ "length_penalty": 1.0,
9
+ "no_repeat_ngram_size": 3,
10
+ "max_length": 50,
11
+ "min_length": 10,
12
+ "early_stopping": true,
13
+ "num_return_sequences": 3
14
+ }