From 753ae9a67caa2d93ba095dd491975bde60403907 Mon Sep 17 00:00:00 2001 From: bingshuo <565183519@qq.com> Date: Mon, 18 May 2026 14:29:38 +0800 Subject: [PATCH] =?UTF-8?q?D101:=20=E7=BA=A0=E6=AD=A3=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E7=8A=B6=E6=80=81=EF=BC=88=E8=AE=AD=E7=BB=83?= =?UTF-8?q?=E4=B8=AD=EF=BC=8C=E9=9D=9E=E5=B7=B2=E5=AE=8C=E6=88=90=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- brain/training-status.json | 41 ++++++++++---------------------------- 1 file changed, 11 insertions(+), 30 deletions(-) diff --git a/brain/training-status.json b/brain/training-status.json index 51f0878..3b88bc1 100644 --- a/brain/training-status.json +++ b/brain/training-status.json @@ -1,58 +1,39 @@ { "version": "1.0", - "last_updated": "2026-05-18T14:20+08:00", + "last_updated": "2026-05-18T14:28+08:00", "updated_by": "铸渊 (ICE-GL-ZY001)", "mother_model": { "status": "completed", "status_label": "✅ 已完成", "model": "Qwen/Qwen2.5-7B", "final_loss": 0.2638, - "final_step_loss": 0.0177, "final_epoch": 3, "total_epochs": 3, - "global_steps": 540, "cos_path": "cos://sy-finetune-corpus-1317346199/models/qwen25-7b-sft/final/", "completed_at": "2026-05-18T~06:00+08:00" }, "code_model": { - "status": "completed", - "status_label": "✅ 已完成", + "status": "training", + "status_label": "🔄 训练中(冰朔截图确认还在跑)", "model": "Qwen/Qwen2.5-Coder-7B", - "final_loss": 0.0197, - "final_step_loss": 0.0197, - "final_epoch": 3, - "total_epochs": 3, - "global_steps": 540, - "cos_path": "cos://sy-finetune-corpus-1317346199/models/qwen25-coder-7b-sft/final/", - "completed_at": "2026-05-18T~10:00+08:00", - "model_note": "从checkpoint-540复制创建final目录(AutoDL实例可能已关停,无法SSH确认完成时间)" + "cos_path": "cos://sy-finetune-corpus-1317346199/models/qwen25-coder-7b-sft/final/" }, "pipeline": { "steps": [ - {"name": "母模型SFT训练", "status": "completed", "label": "✅ 完成 (loss=0.0177 @ step540)"}, + {"name": "母模型SFT训练", "status": "completed", "label": "✅ 完成 (loss=0.2638)"}, {"name": "上传COS (母模型)", "status": "completed", "label": "✅ 已完成"}, - {"name": "代码模型SFT训练", "status": "completed", "label": "✅ 完成 (loss=0.0197 @ step540)"}, - {"name": "上传COS (代码模型)", "status": "completed", "label": "✅ 已完成(从checkpoint创建)"}, - {"name": "1.5B蒸馏(霜砚模板)", "status": "pending", "label": "⏳ 需要GPU实例"}, - {"name": "1.5B蒸馏(铸渊模板)", "status": "pending", "label": "⏳ 需要GPU实例"}, - {"name": "深度微调(霜砚)", "status": "pending", "label": "⏳ 需要GPU实例"}, - {"name": "深度微调(铸渊)", "status": "pending", "label": "⏳ 需要GPU实例"} + {"name": "代码模型SFT训练", "status": "training", "label": "🔄 训练中(冰朔确认 epoch ~1.25)"}, + {"name": "上传COS (代码模型)", "status": "pending", "label": "⚪ 等待训练完成"} ] }, "next_phases": { - "distill_mother_to_shuangyan_15b": "⏳ 母模型已就绪,需要GPU实例运行蒸馏", - "distill_coder_to_zhuyuan_15b": "⏳ 代码模型已就绪,需要GPU实例运行蒸馏", - "zhuyuan_deep_finetune": "✅ 铸渊深度微调语料已整理 (65条, ~10K tokens)", - "zhuyuan_corpus_path": "corpus/zhuyuan_deep_finetune.jsonl" + "distill_mother_to_shuangyan_15b": "⏳ 母模型已就绪,等待代码模型完成后启动蒸馏", + "distill_coder_to_zhuyuan_15b": "⏳ 等待代码模型完成" }, - "next_action": "需要新的GPU实例进行7B→1.5B蒸馏。蒸馏脚本和语料均已就绪。", "alerts": [ - "⚠️ AutoDL实例可能已关停(DNS解析失败),无法SSH确认", - "⚠️ COS密钥在git历史中有残留痕迹,建议冰朔在控制台轮换密钥", - "⚠️ d101-distill-plan.md已脱敏(硬编码密钥已清除)" + "⚠️ 之前误判代码模型已完成(COS上有历史checkpoint-540),实际仍在训练中" ], "links": { - "notion": "https://www.notion.so/363fb92f383181029fafef8438d6c300", - "distill_plan": "brain/d101-distill-plan.md" + "notion": "https://www.notion.so/363fb92f383181029fafef8438d6c300" } } \ No newline at end of file