D101: 纠正代码模型状态(训练中,非已完成)

This commit is contained in:
bingshuo 2026-05-18 14:29:38 +08:00
parent 5a3c274ee0
commit 753ae9a67c

View File

@ -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"
}
}