modelcards
modelcards copied to clipboard
Decouple model card specific items from RepoCard
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 )