From f233b8194a405f60ba8a61ebc661fc144180d029 Mon Sep 17 00:00:00 2001 From: Hirokazu Kiyomaru <13678589+hkiyomaru@users.noreply.github.com> Date: Tue, 11 Jun 2024 16:19:53 +0900 Subject: [PATCH] Update README.md --- configs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/README.md b/configs/README.md index e2b8895..889f306 100644 --- a/configs/README.md +++ b/configs/README.md @@ -16,6 +16,7 @@ Each configuration file is a JSON file with the following structure: // The prompt template "prompt_template": "ユーザー: {instruction}システム: ", // The generation configuration (optional) + // NOTE: `temperature` will be set to a default value for each task category if left empty "generation_config": { "do_sample": true, "max_new_tokens": 512,