-
Notifications
You must be signed in to change notification settings - Fork 269
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
Add Image feature extraction on Hub as a task #402
Add Image feature extraction on Hub as a task #402
Conversation
packages/widgets/src/lib/components/Icons/IconImageFeatureExtraction.svelte
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would add a filter/tag that leads to 0 models on the Hub (see https://huggingface.co/models?other=image-feature-extraction&sort=trending). We should first:
- add the tag to the corresponding
transformers
andtimm
repos. Which models would have this tag? - explore adding the
pipeline
totransformers
From a quick look, most models in https://huggingface.co/models?pipeline_tag=feature-extraction&other=vision are candidates to be image-feature-extraction
. These models are usually automatically tagged, so step 3 in https://www.notion.so/huggingface2/How-do-pipelines-get-determined-on-the-Hub-2fdc2f3ae1a44690b43e28adbe326d11 needs to be done. This also needs to align with the transformers
team first to see if there's a need for this pipeline/task cc @LysandreJik @amyeroberts
There is a very related discussion on huggingface/transformers#20830 (comment) about this, we should check if feature-extraction
works for these
…action.svelte Co-authored-by: Mishig <[email protected]>
@osanseviero I made a script to run over timm models so I will be autotagging them after this PR is merged, can do the same for transformers |
Please carefully review the resources/Notion linked above. We should not open PRs for the vision-tagged |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
This PR adds image feature extraction to Hub.
Icon looks like below 👇