Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -22,9 +22,9 @@
|
|
22 |
"summary_type": "cls_index",
|
23 |
"summary_use_proj": true,
|
24 |
"task_specific_params": {
|
25 |
-
"
|
26 |
"do_sample": true,
|
27 |
-
"max_length":
|
28 |
}
|
29 |
},
|
30 |
"vocab_size": 100314
|
|
|
22 |
"summary_type": "cls_index",
|
23 |
"summary_use_proj": true,
|
24 |
"task_specific_params": {
|
25 |
+
"text-generation": {
|
26 |
"do_sample": true,
|
27 |
+
"max_length": 2048
|
28 |
}
|
29 |
},
|
30 |
"vocab_size": 100314
|