From 24d0b1c0b520b77aca0677ee4deaa8602ac2e933 Mon Sep 17 00:00:00 2001 From: system Date: Mon, 11 May 2020 21:12:53 +0000 Subject: [PATCH] Update config.json --- config.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index ce6e7be..679da36 100644 --- a/config.json +++ b/config.json @@ -28,10 +28,11 @@ "summary_type": "last", "summary_use_proj": true, "task_specific_params": { - "text_generation": { - "max_length": 210 + "text-generation": { + "do_sample": true, + "max_length": 250 } }, "untie_r": true, "vocab_size": 32000 -} +} \ No newline at end of file