system HF staff commited on
Commit
6dd94e5
1 Parent(s): 4e22025

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -5
config.json CHANGED
@@ -44,11 +44,9 @@
44
  "task_specific_params": {
45
  "summarization": {
46
  "early_stopping": true,
47
- "length_penalty": 2.0,
48
- "max_length": 142,
49
- "min_length": 56,
50
- "no_repeat_ngram_size": 3,
51
- "num_beams": 4
52
  }
53
  },
54
  "vocab_size": 50265
44
  "task_specific_params": {
45
  "summarization": {
46
  "early_stopping": true,
47
+ "max_length": 10,
48
+ "min_length": 2,
49
+ "num_beams": 1
 
 
50
  }
51
  },
52
  "vocab_size": 50265