Skip to main content
Converts a training checkpoint into HuggingFace format, which is what the Playground, model deployments, and everything outside this platform can load. --checkpoint takes the path as the artifact registry recorded it — read it off the job’s Artifacts tab, or from sf job status. --checkpoint-format must match what the framework wrote; getting it wrong fails early with the formats it does accept.

Push to the Hub

Needs a linked Hugging Face account — see Hugging Face.

Automatically, after training

Exports the final checkpoint as soon as the run succeeds, so the model is loadable without anyone having to remember.

sf export

Convert a checkpoint to HuggingFace format