mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
[Update] eval_judgerbench.py (#1625)
This commit is contained in:
parent
825d3388d5
commit
1188e1ecf0
@ -21,8 +21,8 @@ api_meta_template = dict(
|
|||||||
models = [
|
models = [
|
||||||
dict(
|
dict(
|
||||||
type=TurboMindModelwithChatTemplate,
|
type=TurboMindModelwithChatTemplate,
|
||||||
abbr='Qwen2-7B',
|
abbr='CompassJudger-1-7B-Instruct',
|
||||||
path='Qwen/Qwen2-7B-Instruct',
|
path='opencompass/CompassJudger-1-7B-Instruct',
|
||||||
engine_config=dict(session_len=16384, max_batch_size=16, tp=1),
|
engine_config=dict(session_len=16384, max_batch_size=16, tp=1),
|
||||||
gen_config=dict(top_k=1, temperature=1e-6, top_p=0.9, max_new_tokens=2048),
|
gen_config=dict(top_k=1, temperature=1e-6, top_p=0.9, max_new_tokens=2048),
|
||||||
max_seq_len=16384,
|
max_seq_len=16384,
|
||||||
|
Loading…
Reference in New Issue
Block a user