Improve model card for SelVA: Add pipeline tag, links, abstract, and sample usage
#1
by nielsr HF Staff - opened
This PR significantly improves the model card for the SelVA model by:
- Adding the
pipeline_tag: otherto enhance discoverability on the Hugging Face Hub. - Updating the arXiv badge with the correct paper ID (
2512.02650) and linking to the official arXiv page. - Adding a dedicated badge linking to the Hugging Face paper page (huggingface.co/papers/2512.02650).
- Correcting the GitHub code badge to point to the official repository (
https://github.com/jnwnlee/SelVA). - Adding a Hugging Face model badge for easier navigation to the model on the Hub.
- Including a concise abstract to provide an overview of the model's capabilities and research context.
- Integrating the "Installation" and "Demo" sections, including a bash sample usage snippet, directly from the official GitHub repository's README, ensuring accuracy and usability.
- Adding a visual overview (table with image/video) from the GitHub README.
- Updating the BibTeX citation with the paper title and year.
- Removing irrelevant contextual sections like "File information," "Project page," and "Github README" content which were mistakenly included in the current card.
Please review and merge if everything looks good.