guanghulab/brain/training-status.json

39 lines
1.5 KiB
JSON
Raw Normal View History

{
"version": "1.0",
"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_epoch": 3,
"total_epochs": 3,
"cos_path": "cos://sy-finetune-corpus-1317346199/models/qwen25-7b-sft/final/",
"completed_at": "2026-05-18T~06:00+08:00"
},
"code_model": {
"status": "training",
"status_label": "🔄 训练中(冰朔截图确认还在跑)",
"model": "Qwen/Qwen2.5-Coder-7B",
"cos_path": "cos://sy-finetune-corpus-1317346199/models/qwen25-coder-7b-sft/final/"
},
"pipeline": {
"steps": [
{"name": "母模型SFT训练", "status": "completed", "label": "✅ 完成 (loss=0.2638)"},
{"name": "上传COS (母模型)", "status": "completed", "label": "✅ 已完成"},
{"name": "代码模型SFT训练", "status": "training", "label": "🔄 训练中(冰朔确认 epoch ~1.25"},
{"name": "上传COS (代码模型)", "status": "pending", "label": "⚪ 等待训练完成"}
]
},
"next_phases": {
"distill_mother_to_shuangyan_15b": "⏳ 母模型已就绪,等待代码模型完成后启动蒸馏",
"distill_coder_to_zhuyuan_15b": "⏳ 等待代码模型完成"
},
"alerts": [
"⚠️ 之前误判代码模型已完成COS上有历史checkpoint-540实际仍在训练中"
],
"links": {
"notion": "https://www.notion.so/363fb92f383181029fafef8438d6c300"
}
}