Skip to content

Commit f233b81

Browse files
authored
Update README.md
1 parent bc1cb4e commit f233b81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configs/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Each configuration file is a JSON file with the following structure:
1616
// The prompt template
1717
"prompt_template": "ユーザー: {instruction}<NL>システム: ",
1818
// The generation configuration (optional)
19+
// NOTE: `temperature` will be set to a default value for each task category if left empty
1920
"generation_config": {
2021
"do_sample": true,
2122
"max_new_tokens": 512,

0 commit comments

Comments
 (0)