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 license in the metadata to cc-by-nc-4.0, as explicitly stated in the repository's license section.
  • Adding the pipeline_tag: zero-shot-object-detection to 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 the open_clip library.
  • Including a link to the first author's personal page (https://lyhisme.github.io/) as the Project 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_clip for better code clarity.

These changes enhance the model card's accuracy, completeness, and discoverability for users.

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

Sign up or log in to comment