Add pipeline tag and usage example, remove library_tag
#1
by
nielsr
HF Staff
- opened
Hi!
This PR improves the model card by:
- Adding the
pipeline_tag: image-classification
to the main metadata block so the model can be found at https://huggingface.co/models?pipeline_tag=image-classification. - Removing the redundant
library_tag
metadata. - Adding a sample usage snippet using
timm
.
Feel free to merge if it looks good!
jameslahm
changed pull request status to
merged