razent commited on
Commit
e562026
1 Parent(s): a3e035c

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -4
config.json CHANGED
@@ -25,10 +25,7 @@
25
  "relative_attention_num_buckets": 32,
26
  "task_specific_params": {
27
  "summarization": {
28
- "early_stopping": true,
29
- "length_penalty": 2.0,
30
- "max_length": 200,
31
- "min_length": 30,
32
  "no_repeat_ngram_size": 3,
33
  "num_beams": 4
34
  }
 
25
  "relative_attention_num_buckets": 32,
26
  "task_specific_params": {
27
  "summarization": {
28
+ "max_length": 250,
 
 
 
29
  "no_repeat_ngram_size": 3,
30
  "num_beams": 4
31
  }