From 8cc8ed4fd5f1f2e0535d873effb4d769bed1cbe7 Mon Sep 17 00:00:00 2001 From: system Date: Mon, 11 May 2020 21:02:08 +0000 Subject: [PATCH] Update config.json --- config.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 87fb2cf..7b40acf 100644 --- a/config.json +++ b/config.json @@ -23,5 +23,11 @@ "summary_proj_to_labels": true, "summary_type": "cls_index", "summary_use_proj": true, + "task_specific_params": { + "text-generation": { + "do_sample": true, + "max_length": 50 + } + }, "vocab_size": 50257 -} +} \ No newline at end of file