Skip to content

Commit 128a862

Browse files
committed
use default temperature
1 parent f233b81 commit 128a862

6 files changed

+1
-7
lines changed

configs/cyberagent--calm2-7b-chat.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"prompt_template": "USER: {instruction}\nASSISTANT: ",
77
"generation_config": {
88
"do_sample": true,
9-
"max_length": 2048,
10-
"temperature": 0.8
9+
"max_length": 2048
1110
},
1211
"special_token_map": {}
1312
}

configs/llm-jp--llm-jp-13b-instruct-full-jaster-dolly-oasst-v1.0.json

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"generation_config": {
88
"do_sample": true,
99
"max_length": 2048,
10-
"temperature": 0.7,
1110
"top_p": 0.95
1211
},
1312
"special_token_map": {}

configs/llm-jp--llm-jp-13b-instruct-lora-jaster-dolly-oasst-v1.0.json

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"generation_config": {
88
"do_sample": true,
99
"max_length": 2048,
10-
"temperature": 0.7,
1110
"top_p": 0.95
1211
},
1312
"special_token_map": {}

configs/rinna--japanese-gpt-neox-3.6b-instruction-ppo.json

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"generation_config": {
88
"do_sample": true,
99
"max_length": 2048,
10-
"temperature": 0.7,
1110
"repetition_penalty": 1.1
1211
},
1312
"special_token_map": {

configs/rinna--japanese-gpt-neox-3.6b-instruction-sft-v2.json

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"generation_config": {
88
"do_sample": true,
99
"max_length": 2048,
10-
"temperature": 0.7,
1110
"repetition_penalty": 1.1
1211
},
1312
"special_token_map": {

configs/tokyotech-llm--Swallow-70b-instruct-hf.json

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"generation_config": {
88
"do_sample": true,
99
"max_length": 2048,
10-
"temperature": 0.99,
1110
"top_p": 0.95
1211
}
1312
}

0 commit comments

Comments
 (0)