Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New field: component.modelcard.modelType #340

Closed
bardenstein opened this issue Nov 17, 2023 · 5 comments
Closed

New field: component.modelcard.modelType #340

bardenstein opened this issue Nov 17, 2023 · 5 comments
Assignees
Milestone

Comments

@bardenstein
Copy link

bardenstein commented Nov 17, 2023

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"
  ]
@stevespringett
Copy link
Member

Is there an enumeration of all potential values anywhere?

@stevespringett stevespringett added this to the 1.6 milestone Nov 26, 2023
@stevespringett
Copy link
Member

Related to, but slightly different than modelCard/considerations/useCases

@stevespringett stevespringett self-assigned this Nov 26, 2023
@jkowalleck jkowalleck changed the title New field for 1.6: Components.modelcard.modelType New field for 1.6: component.modelcard.modelType Dec 4, 2023
@bardenstein
Copy link
Author

@stevespringett consider the options listed on the left side of the https://huggingface.co/models page:

Screen Shot 2023-12-07 at 9 57 43 PM

@stevespringett
Copy link
Member

@chrish42 Do you have any thoughts on this proposal?

@jkowalleck jkowalleck changed the title New field for 1.6: component.modelcard.modelType New field: component.modelcard.modelType Dec 31, 2023
@stevespringett
Copy link
Member

This was implemented with tags. See #383 which will be included in v1.6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants