This commit is contained in:
lzy
2025-06-12 20:02:48 +08:00
parent 1786688911
commit 65248c1e04
7 changed files with 12347 additions and 602292 deletions

View File

@@ -518,7 +518,7 @@ def main():
# 难度选择比例配置
SELECTION_RATIOS = {
"hard_early_stop": 1.0, # 困难题选择10%
"easy_all_correct": 0.0, # 简单题选择3.5%
"easy_all_correct": 0.0, # 简单题选择3.5%
"mixed": 0.0, # 混合题选择0%
"unknown": 0.0 # 未知难度不选择
}