Update config.json
Browse files- config.json +6 -1
config.json
CHANGED
@@ -21,5 +21,10 @@
|
|
21 |
"summary_proj_to_labels": true,
|
22 |
"summary_type": "cls_index",
|
23 |
"summary_use_proj": true,
|
|
|
|
|
|
|
|
|
|
|
24 |
"vocab_size": 50257
|
25 |
-
}
|
|
|
21 |
"summary_proj_to_labels": true,
|
22 |
"summary_type": "cls_index",
|
23 |
"summary_use_proj": true,
|
24 |
+
"task_specific_params": {
|
25 |
+
"conversational": {
|
26 |
+
"max_length": 1000
|
27 |
+
}
|
28 |
+
},
|
29 |
"vocab_size": 50257
|
30 |
+
}
|