config: add pool_split_mode, train_ratio, test_questions to default.yaml
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -69,6 +69,10 @@ harness:
|
||||
eval_min_per_class: 2
|
||||
early_stop_patience: 8
|
||||
use_slow_momentum: true
|
||||
# 池构建策略
|
||||
pool_split_mode: global # global | per_category
|
||||
train_ratio: 0.667 # per_category 模式下 train/(train+val) 比例
|
||||
test_questions: "benchmarks/Video-MME" # test 池的题目来源
|
||||
|
||||
# ── 出题管线 v2 ──
|
||||
question_gen_v2:
|
||||
|
||||
Reference in New Issue
Block a user