Improve model card: Add metadata, links, and fix sample code for CLIC-CLIPS-ViT-L-14-224-CogVLM

#1
by nielsr HF Staff - opened

This PR enhances the model card for CLIC-CLIPS-ViT-L-14-224-CogVLM by:

  • Adding pipeline_tag: zero-shot-image-classification for better discoverability on the Hub.
  • Adding library_name: open_clip to indicate compatibility with the open_clip library and enable the "how to use" widget.
  • Adding license: apache-2.0 in the metadata.
  • Including direct links to the Hugging Face paper page, the project page, and the GitHub repository for easy access to further details.
  • Ensuring the provided open_clip sample usage code is fully runnable by adding the missing from urllib.request import urlopen import and specifying the language for syntax highlighting.

Please review and merge if these improvements align with expectations.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment