modelcards
modelcards copied to clipboard
📝 Utility to create, edit, and publish model cards on the Hugging Face Hub. [**Now lives in huggingface_hub**]
It would be really great to be able to go: ``` card.description ``` and get only the model description! :hugs:
Its possible to include emissions data in your model card metadata. We should make it easy to do so with this package. Spec: ```yaml co2_eq_emissions: emissions: "in grams of CO2"...
Thanks for this library -- I've just started playing with this, and it looks like it is going to be super useful :) Are there any plans for also supporting...
Add a tag like `auto-generated-modelcard` that gets added to tag list to help track usage. Probably want a way to opt out of this too, but the default should be...
Hi, This library looks great already. It would be awesome if we can leverage it when adding new models to the Transformers library. For now, model cards are created manually...