Update config.json
Browse files- config.json +6 -1
config.json
CHANGED
@@ -28,6 +28,11 @@
|
|
28 |
"summary_last_dropout": 0.1,
|
29 |
"summary_type": "last",
|
30 |
"summary_use_proj": true,
|
|
|
|
|
|
|
|
|
|
|
31 |
"torchscript": false,
|
32 |
"untie_r": true
|
33 |
-
}
|
|
|
28 |
"summary_last_dropout": 0.1,
|
29 |
"summary_type": "last",
|
30 |
"summary_use_proj": true,
|
31 |
+
"task_specific_params": {
|
32 |
+
"text_generation": {
|
33 |
+
"max_length": 210
|
34 |
+
}
|
35 |
+
},
|
36 |
"torchscript": false,
|
37 |
"untie_r": true
|
38 |
+
}
|