Improve model card: add metadata, paper, project & code links
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding
pipeline_tag: zero-shot-image-classificationto enable discovery on the Hub and activate the inference widget. - Adding
library_name: open_clipto provide a ready-to-use code snippet. - Specifying
license: apache-2.0. - Including a link to the paper: Advancing Compositional Awareness in CLIP with Efficient Fine-Tuning.
- Adding a link to the project page: https://clic-compositional-clip.github.io/.
- Adding a link to the GitHub repository: https://github.com/AmitPeleg/CLIC.
- Correcting the sample usage snippet by adding
from urllib.request import urlopen.
These additions will make the model more discoverable and provide users with comprehensive information.