Update config.json
Browse files- config.json +3 -0
config.json
CHANGED
|
@@ -51,6 +51,9 @@
|
|
| 51 |
"summarization": {
|
| 52 |
"do_sample": true,
|
| 53 |
"max_length": 256,
|
|
|
|
|
|
|
|
|
|
| 54 |
"prefix": ""
|
| 55 |
}
|
| 56 |
},
|
|
|
|
| 51 |
"summarization": {
|
| 52 |
"do_sample": true,
|
| 53 |
"max_length": 256,
|
| 54 |
+
"min_length": 100,
|
| 55 |
+
"no_repeat_ngram_size": 5,
|
| 56 |
+
"early_stopping": true,
|
| 57 |
"prefix": ""
|
| 58 |
}
|
| 59 |
},
|