From f5e76ba44dc8c42d80b8e47a090ab13eee107ef5 Mon Sep 17 00:00:00 2001 From: Suraj Patil Date: Wed, 31 Mar 2021 11:48:41 +0000 Subject: [PATCH] Update config.json --- config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json b/config.json index 9d06e5e..6df928f 100644 --- a/config.json +++ b/config.json @@ -73,6 +73,7 @@ "task_specific_params": { "text-generation": { "do_sample": true, + "temperature": 0.9, "max_length": 50 } }