cheaptrix commited on
Commit
adef230
·
verified ·
1 Parent(s): 08be2e5

Update config.json

Browse files

Changed "task_specific_params : summarization : max_length" to 300 to help finish summaries that were otherwise being cut off.

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,