What is a model checkpoint?

Definition

An artificial intelligence model checkpoint captures the learned parameter values needed to reproduce a specific model state. Developers can use checkpoints for evaluation, continued training, fine-tuning, deployment, or recovery.

Several checkpoints may belong to one model family while differing in training stage, data, optimization, or intended serving profile. Identifying a checkpoint requires stronger evidence than recognizing the broader family name.

Acronyms and aliases

AI model checkpoint variantartificial intelligence model checkpoint variantmodel checkpoint variant

Frequently asked questions

Why do developers save model checkpoints?

Checkpoints allow training to resume, preserve useful stages, support comparison, enable fine-tuning, and provide deployable model versions.

Is a checkpoint the same as a model family?

No. A family can contain several related architectures or releases, while a checkpoint identifies one saved parameter state within that lineage.

Videos explaining model checkpoint