guanghulab/brain/training-status.json

42 lines
1.2 KiB
JSON

{
"version": "1.0",
"last_updated": "2026-05-18T00:13+08:00",
"updated_by": "铸渊 (ICE-GL-ZY001)",
"mother_model": {
"status": "training",
"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,
"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
},
"code_model": {
"status": "pending",
"status_label": "⚪ 待启动",
"model": "Qwen/Qwen2.5-Coder-7B"
},
"pipeline": {
"steps": [
{"name": "母模型训练", "status": "training", "label": "🟢 训练中 (loss=2.245)"},
{"name": "上传COS (母模型)", "status": "pending", "label": "⚪ 等待中"},
{"name": "代码模型训练", "status": "pending", "label": "⚪ 等待中"},
{"name": "上传COS (代码模型)", "status": "pending", "label": "⚪ 等待中"}
]
},
"alerts": [],
"links": {
"notion": "https://www.notion.so/363fb92f383181029fafef8438d6c300"
}
}