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-classificationfor better discoverability on the Hub. - Adding
library_name: open_clipto indicate compatibility with theopen_cliplibrary and enable the "how to use" widget. - Adding
license: apache-2.0in 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_clipsample usage code is fully runnable by adding the missingfrom urllib.request import urlopenimport and specifying the language for syntax highlighting.
Please review and merge if these improvements align with expectations.