From 26a516dd67e028d59450f6afb014c545d15f67e4 Mon Sep 17 00:00:00 2001 From: system Date: Tue, 21 Apr 2020 15:54:15 +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 f66823a..e64ea77 100644 --- a/config.json +++ b/config.json @@ -28,6 +28,11 @@ "summary_last_dropout": 0.1, "summary_type": "last", "summary_use_proj": true, + "task_specific_params": { + "text_generation": { + "max_length": 210 + } + }, "torchscript": false, "untie_r": true -} +} \ No newline at end of file