diff --git a/brain/training-status.json b/brain/training-status.json index 96f6a6c..da90698 100644 --- a/brain/training-status.json +++ b/brain/training-status.json @@ -1,41 +1,38 @@ { "version": "1.0", - "last_updated": "2026-05-18T00:13+08:00", + "last_updated": "2026-05-18T13:00+08:00", "updated_by": "铸渊 (ICE-GL-ZY001)", "mother_model": { - "status": "training", - "status_label": "🟢 训练中", + "status": "completed", + "status_label": "✅ 已完成", "model": "Qwen/Qwen2.5-7B", - "current_step": 1, - "current_loss": 2.245, - "grad_norm": 18.88, - "learning_rate": 4.537e-06, - "current_epoch": 0.035, + "final_loss": 0.2638, + "final_epoch": 3, "total_epochs": 3, - "gpu": { - "util_pct": 97, - "mem_used_mb": 77537, - "mem_total_mb": 97887, - "temp_c": 73 - }, - "elapsed_hours": 1.2, - "estimated_remaining_hours": 16 + "cos_path": "cos://sy-finetune-corpus-1317346199/models/qwen25-7b-sft/final/", + "completed_at": "2026-05-18T~06:00+08:00" }, "code_model": { - "status": "pending", - "status_label": "⚪ 待启动", - "model": "Qwen/Qwen2.5-Coder-7B" + "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": "母模型训练", "status": "training", "label": "🟢 训练中 (loss=2.245)"}, - {"name": "上传COS (母模型)", "status": "pending", "label": "⚪ 等待中"}, - {"name": "代码模型训练", "status": "pending", "label": "⚪ 等待中"}, - {"name": "上传COS (代码模型)", "status": "pending", "label": "⚪ 等待中"} + {"name": "母模型训练", "status": "completed", "label": "✅ 完成 (loss=0.2638)"}, + {"name": "上传COS (母模型)", "status": "completed", "label": "✅ 已完成"}, + {"name": "代码模型训练", "status": "training", "label": "🔄 训练中"}, + {"name": "上传COS (代码模型)", "status": "pending", "label": "⚪ 等待完成"} ] }, - "alerts": [], + "next_phases": { + "distill_mother_to_shuangyan_15b": "⏳ 待蒸馏1.5B霜砚模板", + "distill_coder_to_zhuyuan_15b": "⏳ 代码模型完成后蒸馏1.5B铸渊模板", + "zhuyuan_deep_finetune": "✅ 铸渊深度微调语料已整理 (65条)" + }, + "alerts": ["⚠️ 代码模型训练状态待确认"], "links": { "notion": "https://www.notion.so/363fb92f383181029fafef8438d6c300" } -} +} \ No newline at end of file