Add metadata and external links, abstract, and fix sample usage import
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card for CLIC-CLIPS-ViT-L-14-224-PixPr-RedCaps by:
- Adding
license: apache-2.0,library_name: open_clip, andpipeline_tag: zero-shot-image-classificationto the metadata, improving discoverability and enabling Hub features. - Including relevant descriptive
tagssuch asclip,clips,vision-language-model,compositional-reasoning,image-retrieval,pixel-prose,redcaps, andzero-shotfor better searchability. - Adding prominent links to the paper (Advancing Compositional Awareness in CLIP with Efficient Fine-Tuning), the project page (https://clic-compositional-clip.github.io/), and the GitHub repository (https://github.com/AmitPeleg/CLIC) at the top of the content for quick access.
- Incorporating the paper's abstract to provide a comprehensive overview of the model's objectives and achievements.
- Correcting the existing OpenCLIP sample usage code snippet by adding
from urllib.request import urlopento make it runnable directly. - Adding the BibTeX citation from the paper for proper attribution.