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:
2026-07-12 22:43:43 -04:00
parent 21c6a53aed
commit 8b48005a17
+4
View File
@@ -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: