mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-17 19:48:23 +06:00

* rm all model cards * Update the .rst @sgugger it is still not super crystal clear/streamlined so let me know if any ideas to make it simpler * Add a rootlevel README.md with simple instructions/context * Update docs/source/model_sharing.rst Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com> Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com> * make style * rm all model cards Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com> Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
27 lines
1.2 KiB
Markdown
27 lines
1.2 KiB
Markdown
## 🔥 Model cards now live inside each huggingface.co model repo 🔥
|
|
|
|
|
|
For consistency, ease of use and scalability, `README.md` model cards now live directly inside each model repo on the HuggingFace model hub.
|
|
|
|
### How to update a model card
|
|
|
|
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, given that we don't have a Pull request system yet on huggingface.co (🤯),
|
|
you can open an issue here, post the card's content, and tag the model author(s) and/or the Hugging Face team.
|
|
|
|
We might implement a more seamless process at some point, so your early feedback is precious!
|
|
Please let us know of any suggestion.
|
|
|
|
### What happened to the model cards here?
|
|
|
|
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.
|