规模、成本与效率 · arXiv 论文
Training Dual-axis Trace
同时呈现训练 loss 下降与 held-out benchmark 上升,并标出阶段切换。
dualAxisInformation grammar
它如何组织信息
双纵轴折线 + 训练阶段带 + 最佳 checkpoint
- Visual system
- VS-09 Monochrome preprint
- Component ID
arxiv-dual-axis
Use when
适用判断
适合技术报告中的训练动态;双轴必须明确单位并避免暗示虚假相关。
Source lineage
Qwen3 Technical Report
训练阶段、消融、缩放与多任务评测
Open formal source ↗Structured data
可替换的数据模型
示意数据,仅复现信息结构,不代表最新榜单结果。
{
"stages": [
2,
5
],
"points": [
{
"x": 0,
"loss": 3.2,
"score": 31
},
{
"x": 1,
"loss": 2.6,
"score": 43
},
{
"x": 2,
"loss": 2.2,
"score": 52
},
{
"x": 3,
"loss": 1.9,
"score": 61
},
{
"x": 4,
"loss": 1.7,
"score": 69
},
{
"x": 5,
"loss": 1.56,
"score": 74
},
{
"x": 6,
"loss": 1.49,
"score": 76
},
{
"x": 7,
"loss": 1.46,
"score": 77
}
]
}Related components