Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -46,9 +46,9 @@
|
|
46 |
"task_specific_params": {
|
47 |
"summarization": {
|
48 |
"early_stopping": true,
|
49 |
-
"length_penalty": 2
|
50 |
"no_repeat_ngram_size": 3,
|
51 |
-
"num_beams":
|
52 |
}
|
53 |
},
|
54 |
"vocab_size": 30522
|
|
|
46 |
"task_specific_params": {
|
47 |
"summarization": {
|
48 |
"early_stopping": true,
|
49 |
+
"length_penalty": 1.2,
|
50 |
"no_repeat_ngram_size": 3,
|
51 |
+
"num_beams": 5
|
52 |
}
|
53 |
},
|
54 |
"vocab_size": 30522
|