Glossary › checkpoints
GLOSSARY
checkpoints
appears in 2 paper titles
Definition
Saved snapshots of a model's weights, taken during or at the end of training. Operationally they exist so a run can be resumed after a crash, but they are also the unit of distribution: an open-weight release is, concretely, a checkpoint, whereas an API-only model never exposes one. Projects that publish intermediate checkpoints rather than only the final one do so to let others study when a capability actually emerged.