New field: `component.modelcard.modelType`
Proposal Add a "model type" field to the model card block that allows uses to input common 'types' of distinguishing models, such as "text-generation", "image-to-text", etc. These are standard on Hugging Face and other sources for open-source models.
Details FieldName: Components.modelCard.modelType FieldType: string Required: no Examples: "text-generation", "image-to-text," "text-to-image"
Example snippet
"modelCard" : [
"modelType": "text-to-image"
]
Is there an enumeration of all potential values anywhere?
Related to, but slightly different than modelCard/considerations/useCases
@stevespringett consider the options listed on the left side of the https://huggingface.co/models page:
@chrish42 Do you have any thoughts on this proposal?
This was implemented with tags. See #383 which will be included in v1.6.