Skip to content

Commit

Permalink
use default temperature
Browse files Browse the repository at this point in the history
  • Loading branch information
hkiyomaru committed Jun 11, 2024
1 parent f233b81 commit 128a862
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions configs/cyberagent--calm2-7b-chat.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"prompt_template": "USER: {instruction}\nASSISTANT: ",
"generation_config": {
"do_sample": true,
"max_length": 2048,
"temperature": 0.8
"max_length": 2048
},
"special_token_map": {}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"generation_config": {
"do_sample": true,
"max_length": 2048,
"temperature": 0.7,
"top_p": 0.95
},
"special_token_map": {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"generation_config": {
"do_sample": true,
"max_length": 2048,
"temperature": 0.7,
"top_p": 0.95
},
"special_token_map": {}
Expand Down
1 change: 0 additions & 1 deletion configs/rinna--japanese-gpt-neox-3.6b-instruction-ppo.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"generation_config": {
"do_sample": true,
"max_length": 2048,
"temperature": 0.7,
"repetition_penalty": 1.1
},
"special_token_map": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"generation_config": {
"do_sample": true,
"max_length": 2048,
"temperature": 0.7,
"repetition_penalty": 1.1
},
"special_token_map": {
Expand Down
1 change: 0 additions & 1 deletion configs/tokyotech-llm--Swallow-70b-instruct-hf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"generation_config": {
"do_sample": true,
"max_length": 2048,
"temperature": 0.99,
"top_p": 0.95
}
}

0 comments on commit 128a862

Please sign in to comment.