Standard YAML indentation, no inline braces
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
4d7567adf8
commit
787a8a28e9
@ -1,51 +1,126 @@
|
|||||||
# dp4-nothink 配置
|
|
||||||
# 用法: evalharness eval run <bench> --config dp4-nothink --api-url ... --model ...
|
|
||||||
# 优先级: DatasetSpec < default < <bench> < 命令行参数
|
|
||||||
|
|
||||||
default:
|
default:
|
||||||
temperature: 0.0
|
temperature: 0.0
|
||||||
max_tokens: 32768
|
max_tokens: 32768
|
||||||
top_p: 1.0
|
top_p: 1.0
|
||||||
concurrency: 8
|
concurrency: 8
|
||||||
|
|
||||||
# ── 数学(temp=1,跑 12 遍取均值)──
|
aime24:
|
||||||
aime24: {temperature: 1.0, max_tokens: 8192, repeats: 12, concurrency: 4}
|
temperature: 1.0
|
||||||
aime25: {temperature: 1.0, max_tokens: 8192, repeats: 12, concurrency: 4}
|
max_tokens: 8192
|
||||||
aime26: {temperature: 1.0, max_tokens: 8192, repeats: 12, concurrency: 4}
|
repeats: 12
|
||||||
hmmt26: {temperature: 1.0, max_tokens: 8192, repeats: 12, concurrency: 4}
|
concurrency: 4
|
||||||
gsm8k: {limit: 200}
|
|
||||||
competition_math: {limit_per_task: 40}
|
|
||||||
|
|
||||||
# ── 知识/选择题 ──
|
aime25:
|
||||||
mmlu: {limit_per_task: 4}
|
temperature: 1.0
|
||||||
cmmlu: {limit_per_task: 3}
|
max_tokens: 8192
|
||||||
mmlu_pro: {limit_per_task: 20}
|
repeats: 12
|
||||||
arc: {limit: 200}
|
concurrency: 4
|
||||||
hellaswag: {limit: 400}
|
|
||||||
winogrande: {limit: 200}
|
|
||||||
bbh: {limit_per_task: 10}
|
|
||||||
gpqa_diamond: {temperature: 1.0, max_tokens: 8192, limit: 200}
|
|
||||||
|
|
||||||
# ── 问答 ──
|
aime26:
|
||||||
simple_qa: {max_tokens: 1024, limit: 200}
|
temperature: 1.0
|
||||||
trivia_qa: {limit: 200}
|
max_tokens: 8192
|
||||||
drop: {limit: 200}
|
repeats: 12
|
||||||
|
concurrency: 4
|
||||||
|
|
||||||
# ── Judge 类 ──
|
hmmt26:
|
||||||
hle: {limit_per_task: 25, judge: dp4-flash, judge_url: 'http://174.1.51.4:30000/v1'}
|
temperature: 1.0
|
||||||
imo_answerbench: {temperature: 1.0, max_tokens: 8192, limit_per_task: 25, judge: dp4-flash, judge_url: 'http://174.1.51.4:30000/v1'}
|
max_tokens: 8192
|
||||||
|
repeats: 12
|
||||||
|
concurrency: 4
|
||||||
|
|
||||||
# ── 代码(docker 沙箱)──
|
gsm8k:
|
||||||
humaneval: {temperature: 1.0, concurrency: 4}
|
limit: 200
|
||||||
bigcodebench: {limit: 200, concurrency: 4}
|
|
||||||
live_code_bench: {temperature: 1.0, limit: 200, concurrency: 4}
|
|
||||||
|
|
||||||
# ── 长上下文 ──
|
competition_math:
|
||||||
longbench_v2: {max_tokens: 8192, limit_per_task: 66, concurrency: 4, max_input_tokens: 120000}
|
limit_per_task: 40
|
||||||
openai_mrcr: {max_tokens: 8192, limit: 200, concurrency: 4, max_input_tokens: 120000}
|
|
||||||
|
|
||||||
# ── Agent ──
|
mmlu:
|
||||||
bfcl_v3: {max_tokens: 4096, limit_per_task: 20, env: bfcl_mock}
|
limit_per_task: 4
|
||||||
general_fc: {max_tokens: 4096, limit: 400}
|
|
||||||
tau2_bench: {max_tokens: 16384, env: tau2_official, max_turns: 50}
|
cmmlu:
|
||||||
swe_bench_verified: {limit: 70, concurrency: 4}
|
limit_per_task: 3
|
||||||
|
|
||||||
|
mmlu_pro:
|
||||||
|
limit_per_task: 20
|
||||||
|
|
||||||
|
arc:
|
||||||
|
limit: 200
|
||||||
|
|
||||||
|
hellaswag:
|
||||||
|
limit: 400
|
||||||
|
|
||||||
|
winogrande:
|
||||||
|
limit: 200
|
||||||
|
|
||||||
|
bbh:
|
||||||
|
limit_per_task: 10
|
||||||
|
|
||||||
|
gpqa_diamond:
|
||||||
|
temperature: 1.0
|
||||||
|
max_tokens: 8192
|
||||||
|
limit: 200
|
||||||
|
|
||||||
|
simple_qa:
|
||||||
|
max_tokens: 1024
|
||||||
|
limit: 200
|
||||||
|
|
||||||
|
trivia_qa:
|
||||||
|
limit: 200
|
||||||
|
|
||||||
|
drop:
|
||||||
|
limit: 200
|
||||||
|
|
||||||
|
hle:
|
||||||
|
limit_per_task: 25
|
||||||
|
judge: dp4-flash
|
||||||
|
judge_url: http://174.1.51.4:30000/v1
|
||||||
|
|
||||||
|
imo_answerbench:
|
||||||
|
temperature: 1.0
|
||||||
|
max_tokens: 8192
|
||||||
|
limit_per_task: 25
|
||||||
|
judge: dp4-flash
|
||||||
|
judge_url: http://174.1.51.4:30000/v1
|
||||||
|
|
||||||
|
humaneval:
|
||||||
|
temperature: 1.0
|
||||||
|
concurrency: 4
|
||||||
|
|
||||||
|
bigcodebench:
|
||||||
|
limit: 200
|
||||||
|
concurrency: 4
|
||||||
|
|
||||||
|
live_code_bench:
|
||||||
|
temperature: 1.0
|
||||||
|
limit: 200
|
||||||
|
concurrency: 4
|
||||||
|
|
||||||
|
longbench_v2:
|
||||||
|
max_tokens: 8192
|
||||||
|
limit_per_task: 66
|
||||||
|
concurrency: 4
|
||||||
|
max_input_tokens: 120000
|
||||||
|
|
||||||
|
openai_mrcr:
|
||||||
|
max_tokens: 8192
|
||||||
|
limit: 200
|
||||||
|
concurrency: 4
|
||||||
|
max_input_tokens: 120000
|
||||||
|
|
||||||
|
bfcl_v3:
|
||||||
|
max_tokens: 4096
|
||||||
|
limit_per_task: 20
|
||||||
|
env: bfcl_mock
|
||||||
|
|
||||||
|
general_fc:
|
||||||
|
max_tokens: 4096
|
||||||
|
limit: 400
|
||||||
|
|
||||||
|
tau2_bench:
|
||||||
|
max_tokens: 16384
|
||||||
|
env: tau2_official
|
||||||
|
max_turns: 50
|
||||||
|
|
||||||
|
swe_bench_verified:
|
||||||
|
limit: 70
|
||||||
|
concurrency: 4
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user