Skip to content

Commit

Permalink
update the generation configs
Browse files Browse the repository at this point in the history
  • Loading branch information
hkiyomaru committed Nov 27, 2023
1 parent f67aba2 commit 9a437b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"prompt_template": "{instruction} ### 回答:",
"generation_config": {
"do_sample": true,
"max_new_tokens": 512,
"max_length": 2048,
"temperature": 0.7,
"top_p": 0.9
"top_p": 0.95
},
"special_token_map": {}
}
2 changes: 1 addition & 1 deletion configs/rinna--japanese-gpt-neox-3.6b-instruction-ppo.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"prompt_template": "ユーザー: {instruction}<NL>システム: ",
"generation_config": {
"do_sample": true,
"max_new_tokens": 512,
"max_length": 2048,
"temperature": 0.7,
"repetition_penalty": 1.1
},
Expand Down

0 comments on commit 9a437b6

Please sign in to comment.