EdBianchi commited on
Commit
7233d80
1 Parent(s): 5e4f325

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -27,8 +27,8 @@
27
  "task_specific_params": {
28
  "summarization": {
29
  "early_stopping": true,
30
- "max_length": 100,
31
- "min_length": 20,
32
  "no_repeat_ngram_size": 3,
33
  "prefix": "summarize: "
34
  },
 
27
  "task_specific_params": {
28
  "summarization": {
29
  "early_stopping": true,
30
+ "max_length": 300,
31
+ "min_length": 200,
32
  "no_repeat_ngram_size": 3,
33
  "prefix": "summarize: "
34
  },