From 8b48005a17cea4f39bfbc3a6b7b2926158ce2d1e Mon Sep 17 00:00:00 2001 From: iomgaa Date: Sun, 12 Jul 2026 22:43:43 -0400 Subject: [PATCH] config: add pool_split_mode, train_ratio, test_questions to default.yaml Co-Authored-By: Claude Opus 4.6 (1M context) --- config/default.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/default.yaml b/config/default.yaml index 4e4b3e5..63c5e0a 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -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: