Skip to content

Instantly share code, notes, and snippets.

@Vaibhavs10
Last active March 21, 2025 17:22
Show Gist options
  • Save Vaibhavs10/c8235d224afeb187566d21f78e4a0852 to your computer and use it in GitHub Desktop.
Save Vaibhavs10/c8235d224afeb187566d21f78e4a0852 to your computer and use it in GitHub Desktop.

Model Release Checklist

Prepare the Model

  • Finalize model weights and architecture
  • Set up a repository on Hugging Face Hub
  • Choose a license (e.g., Apache 2.0, MIT)

Upload Model Files:

  • Add model weights, config files, and tokenizers (if applicable).

Write a Model Card:

  • Add metadata (license, pipeline tag, datasets used, library etc.)
  • Include a link to the arXiv paper or blog post
  • Add a code snippet for loading and using the model

Link to Other Artifacts:

  • Connect the model to related datasets, demos, or papers on Hugging Face
  • Create a demo space for showcasing the model usage

Communicate:

  • Share the release on social media, blogs and on hf.co/posts
  • Engage with the community for feedback on the model discussions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment