External Publication
Visit Post

How to publish my research in HuggingFace?

Hugging Face Forums [Unofficial] July 2, 2026
Source

Yes, I would curate them rather than upload every checkpoint.


For a public HF release, I would make the default path very clear:

  1. publish only the checkpoint(s) that are actually usable out-of-the-box;
  2. mark one as the recommended/current checkpoint;
  3. keep failed or discarded checkpoints private unless they are important for reproducibility or ablations;
  4. if you later want to publish historical/ablation checkpoints, put them in separate repos or an archive and link them from the model card/Collection.

By convention, HF model repos are usually easiest to understand when one repo corresponds to one main checkpoint or one clear release artifact. If there are multiple materially different variants, separate repos grouped in a Collection are usually clearer than one huge repo full of every training output.

For the first public release, I would optimize for “someone can download this and run it successfully” rather than “every experiment is preserved.” You can still summarize failed/discarded checkpoints in the README, for example as a small table:

checkpoint status reason
tis-v1-recommended public/recommended works out of the box
tis-v1-alt optional useful comparison
old-run-042 not published failed / superseded

If any failed checkpoint is important evidence for the research story, I would publish it later as an archival artifact, not as part of the main user-facing model repo.

Discussion in the ATmosphere

Loading comments...