MEGA Hub
Docs/Models

Model Cards#

A model card is the root README.md of a model repository. It gives readers the context needed to decide whether a release is appropriate for their use. MEGA renders the card on the repository page and parses supported YAML metadata for discovery.

Include the essentials#

  • Intended use and users.
  • Input, output, and task description.
  • Training or adaptation provenance.
  • Evaluation method, metrics, and known limitations.
  • License, citation, and links to supporting research.

Start with the Repository Cards reference, then add structured results through Model Evaluations. Keep claims in the card consistent with the exact revision readers download.

Safe publishing#

Do not include credentials, private endpoints, personal data, or unreviewed claims. Use a Gated Repository or a private repository when access terms need more control than a public card can provide.