Improve model card: Add pipeline tag, update library name and links
#1
by nielsr HF Staff - opened
Hi! This PR enhances the model card for video-SALMONN 2+ by:
- Adding the
pipeline_tag: video-text-to-textto improve discoverability on the Hugging Face Hub (e.g., at https://huggingface.co/models?pipeline_tag=video-text-to-text). - Updating
library_namefrompefttotransformersto correctly reflect the model's compatibility with thetransformerslibrary for inference, enabling the automated "How to Use" widget. - Updating the paper link to point to the Hugging Face Papers page: https://huggingface.co/papers/2506.15220.
- Adding a link to the official project page: https://video-salmonn-2.github.io/.
Please review and merge this PR.