Update config.json
Browse files- config.json +1 -4
config.json
CHANGED
@@ -25,10 +25,7 @@
|
|
25 |
"relative_attention_num_buckets": 32,
|
26 |
"task_specific_params": {
|
27 |
"summarization": {
|
28 |
-
"
|
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 |
}
|