Commit
·
f3b5699
1
Parent(s):
fa26143
Update config.json
Browse files- config.json +4 -0
config.json
CHANGED
|
@@ -42,6 +42,10 @@
|
|
| 42 |
"pad_token_id": 0,
|
| 43 |
"prefix": " ",
|
| 44 |
"relative_max_distance": 128,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
"task_specific_params": {
|
| 46 |
"summarization": {
|
| 47 |
"early_stopping": true,
|
|
|
|
| 42 |
"pad_token_id": 0,
|
| 43 |
"prefix": " ",
|
| 44 |
"relative_max_distance": 128,
|
| 45 |
+
"early_stopping": true,
|
| 46 |
+
"length_penalty": 2.0,
|
| 47 |
+
"no_repeat_ngram_size": 3,
|
| 48 |
+
"num_beams": 4,
|
| 49 |
"task_specific_params": {
|
| 50 |
"summarization": {
|
| 51 |
"early_stopping": true,
|