Improve model card: Add metadata and project page link
#1
by
nielsr
HF Staff
- opened
This PR improves the model card for the DenseVLM model by:
- Setting the correct
licensein the metadata tocc-by-nc-4.0, as explicitly stated in the repository's license section. - Adding the
pipeline_tag: zero-shot-object-detectionto ensure the model can be discovered via relevant filters on the Hugging Face Hub, aligning with its capabilities for "open-vocabulary dense prediction". - Specifying the
library_name: open_clip, as the model's usage examples clearly show compatibility and interaction with theopen_cliplibrary. - Including a link to the first author's personal page (
https://lyhisme.github.io/) as theProject Page, which serves as a suitable project overview given no dedicated project page was provided. - Ensuring the existing Arxiv paper link is retained, as per instructions not to replace an existing Arxiv link with a Hugging Face paper link.
- Making a minor improvement to the "Quick Start" section by adding
import open_clipfor better code clarity.
These changes enhance the model card's accuracy, completeness, and discoverability for users.