Michael-Vptn
commited on
Commit
•
f3b45c4
1
Parent(s):
579d0d5
increased max leangth
Browse files- config.json +2 -2
config.json
CHANGED
@@ -20,9 +20,9 @@
|
|
20 |
"relative_attention_num_buckets": 32,
|
21 |
"task_specific_params": {
|
22 |
"summarization": {
|
23 |
-
"early_stopping":
|
24 |
"length_penalty": 2.0,
|
25 |
-
"max_length":
|
26 |
"min_length": 30,
|
27 |
"no_repeat_ngram_size": 3,
|
28 |
"num_beams": 4,
|
|
|
20 |
"relative_attention_num_buckets": 32,
|
21 |
"task_specific_params": {
|
22 |
"summarization": {
|
23 |
+
"early_stopping": false,
|
24 |
"length_penalty": 2.0,
|
25 |
+
"max_length": 600,
|
26 |
"min_length": 30,
|
27 |
"no_repeat_ngram_size": 3,
|
28 |
"num_beams": 4,
|