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, and pipeline_tag: zero-shot-image-classification to the metadata, improving discoverability and enabling Hub features.
  • Including relevant descriptive tags such as clip, clips, vision-language-model, compositional-reasoning, image-retrieval, pixel-prose, redcaps, and zero-shot for 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 urlopen to make it runnable directly.
  • Adding the BibTeX citation from the paper for proper attribution.
Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment