From 688d247888b900b5d77c380eaf9d412aad0e5d6e Mon Sep 17 00:00:00 2001 From: csf123321 Date: Tue, 21 Apr 2026 10:37:53 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20docs/draft.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/draft.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/draft.md b/docs/draft.md index a858113..0b6a0ea 100644 --- a/docs/draft.md +++ b/docs/draft.md @@ -400,8 +400,8 @@ metrics.json(每次实验一份,写入 SQLite 汇总表) | 数据集 | 规模 | 用途 | 对应指标 | |--------|------|------|----------| -| HumanEval(OpenAI 2021) | 164 题 | 函数级代码生成,对标 SOTA | M2 pass@k | -| MBPP(Google 2021) | 500 题(test split) | 每题 3 条单元测试,题量充足支撑 ablation | M2 pass@k、M11、M12 | +| HumanEval(OpenAI 2021) | 164 题 | 函数级代码生成,对标 SOTA | M2 pass@k、M1 | +| MBPP(Google 2021) | 500 题(test split) | 每题 3 条单元测试,题量充足支撑 ablation | M2 pass@k、M1 | ---