[Update] eval_judgerbench.py (#1625)

This commit is contained in:
bittersweet1999 2024-10-21 15:30:29 +08:00 committed by GitHub
parent 825d3388d5
commit 1188e1ecf0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,