Add pipeline tag, links to paper, code, and project page
#1
by nielsr HF Staff - opened
This PR improves the model card by:
- Adding the
pipeline_tag: video-text-to-textto the metadata, ensuring the model is discoverable under the relevant pipeline on the Hugging Face Hub (e.g., https://huggingface.co/models?pipeline_tag=video-text-to-text). - Adding
video-understandingandmultimodaltags to the metadata for better categorization. - Adding a prominent link to the official Hugging Face paper page: https://huggingface.co/papers/2506.21862.
- Including an explicit link to the GitHub code repository: https://github.com/HumanMLLM/LLaVA-Scissor.
- Adding a link to the project page: https://humanmllm.github.io/LLaVA-Scissor.
BBBBCHAN changed pull request status to merged