From 7cb529886239142461b91681f4edb0e4cda77c20 Mon Sep 17 00:00:00 2001 From: system Date: Wed, 14 Oct 2020 11:57:08 +0000 Subject: [PATCH] Update config.json --- config.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 81645ad..bbba90e 100644 --- a/config.json +++ b/config.json @@ -21,5 +21,10 @@ "summary_proj_to_labels": true, "summary_type": "cls_index", "summary_use_proj": true, + "task_specific_params": { + "conversational": { + "max_length": 1000 + } + }, "vocab_size": 50257 -} +} \ No newline at end of file