Improve model card: Add pipeline tag, paper/code links, abstract, framework, and usage examples
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card for PropVG by:
- Adding the
pipeline_tag: zero-shot-object-detectionto improve discoverability on the Hugging Face Hub (https://huggingface.co/models?pipeline_tag=zero-shot-object-detection). - Linking to the paper: PropVG: End-to-End Proposal-Driven Visual Grounding with Multi-Granularity Discrimination.
- Including a link to the GitHub repository: https://github.com/Dmmm1997/PropVG.
- Adding the paper's abstract for a comprehensive overview of the model.
- Incorporating the framework image for better visualization.
- Including a sample usage section with code snippets from the GitHub README to demonstrate how to use the model for inference.
- Adding the official BibTeX citation.
These enhancements make the model card more informative and user-friendly for the Hugging Face community.
Dmmm997
changed pull request status to
closed