cheaptrix commited on
Commit
cd73162
·
verified ·
1 Parent(s): 4a2f75f

Set max_length to 300.

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -29,7 +29,7 @@
29
  "summarization": {
30
  "early_stopping": true,
31
  "length_penalty": 2.0,
32
- "max_length": 200,
33
  "min_length": 30,
34
  "no_repeat_ngram_size": 3,
35
  "num_beams": 4,
 
29
  "summarization": {
30
  "early_stopping": true,
31
  "length_penalty": 2.0,
32
+ "max_length": 300,
33
  "min_length": 30,
34
  "no_repeat_ngram_size": 3,
35
  "num_beams": 4,