yhavinga commited on
Commit
7e1f064
1 Parent(s): 28ec7e5

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -1
config.json CHANGED
@@ -33,6 +33,9 @@
33
  "use_cache": true,
34
  "vocab_size": 32103,
35
  "num_beams": 6,
 
36
  "min_length": 75,
37
- "max_length": 142
 
 
38
  }
 
33
  "use_cache": true,
34
  "vocab_size": 32103,
35
  "num_beams": 6,
36
+ "num_beam_groups": 3,
37
  "min_length": 75,
38
+ "max_length": 142,
39
+ "no_repeat_ngram_size": 3,
40
+ "length_penalty": 1
41
  }