For consistency, ease of use and scalability, README.md
model cards now live directly inside each model repo on the HuggingFace model hub.
You can directly update a model card inside any model repo you have write access to, i.e.:
- a model under your username namespace
- a model under any organization you are a part of.
You can either:
- update it, commit and push using your usual git workflow (command line, GUI, etc.)
- or edit it directly from the website's UI.
What if you want to create or update a model card for a model you don't have write access to?
In that case, you can open a Hub pull request! Check out the announcement of this feature for more details 🤗.
We migrated every model card from the repo to its corresponding huggingface.co model repo. Individual commits were preserved, and they link back to the original commit on GitHub.