cheaptrix commited on
Commit
36e61cf
·
verified ·
1 Parent(s): 1783129

Update config.json

Browse files

Changed model output max length to 300

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,