nateraw / modelcards

📝 Utility to create, edit, and publish model cards on the Hugging Face Hub. [**Now lives in huggingface_hub**]
MIT License
15 stars 4 forks source link

Decouple model card specific items from RepoCard #43

Open nateraw opened 2 years ago

nateraw commented 2 years ago

Right now, in a couple places there are model specific items in the RepoCard object. If we want to support Data Cards, we should decouple these things from RepoCard and include them in ModelCard. Then, any dataset specific things can go in a new object, DatasetCard, including the dataset card template. (related to #36 )