We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc1cb4e commit f233b81Copy full SHA for f233b81
configs/README.md
@@ -16,6 +16,7 @@ Each configuration file is a JSON file with the following structure:
16
// The prompt template
17
"prompt_template": "ユーザー: {instruction}<NL>システム: ",
18
// The generation configuration (optional)
19
+ // NOTE: `temperature` will be set to a default value for each task category if left empty
20
"generation_config": {
21
"do_sample": true,
22
"max_new_tokens": 512,
0 commit comments