Where a file's story hides
"Provenance" in the art world is the documented chain of custody that lets a museum say this canvas is genuinely the artist's. Model artifacts have the same concept and the same stakes: before you treat a file as the authoritative release, you want its chain of custody — who made it, when, from what, and whether the record hangs together. Four places carry the evidence.
- The card's metadata block. The machine-readable front matter of the README names the library, license tags, and — crucially for derivative works —
base_modelpointers. A fine-tune that does not name its base is unverifiable; one that does gives you a chain to walk. - Commit history. The repository's history shows whether this release was authored here (a training or conversion commit by the maker's account) or appeared here (a single bulk upload of finished files). Bulk uploads are not disqualifying — but they shift the burden of proof, because they carry no internal record of how the files came to be.
- The uploader's identity. An organization account that also publishes the model's paper, blog post, or announcement is a strong signal. A personal account with no other footprint, uploading a famous model's "improved" copy, is exactly the profile mirrors and tampered rebuilds wear.
- Independent corroboration. The maker's announcement (paper, blog, changelog) naming sizes, dtypes, and release hashes; third-party mirrors agreeing on file sizes; community benchmarks that hash the artifacts. When two independent lines agree, the chain is strong; when they disagree, you have a finding to chase, not a coin to flip.
Reading the chain like an auditor
The archivist's question is always the same: could this story be false, and what would that cost me? A native release from the maker's org account with card metadata, a conversion commit in history, and a paper that agrees on sizes has no cheap false version — faking it means faking several independent records. A "BF16 refresh" on a day-old account with one bulk commit and a card that names no base model could be false for the price of an upload. You are ranking chains of custody, and the ranking maps directly onto acquisition priority.
Provenance is also your defense against the quiet derivative problem: files that are exactly what they claim to be, but are not what you assumed — an FP8 export restyled as a refresh, a community quantization wearing the original's name. The label cannot defend you; the chain can.
Writing your half of the chain
Provenance runs in both directions. When you acquire, you extend the chain: record where you got the artifact, from which revision, verified against what digest, on what date. An archive whose records answer "where did this come from" in one glance is an archive future-you can trust — and one whose contents could, if ever needed, be vouched for to someone else.