Add pipeline tag, library name, and clean metadata
#1
by nielsr HF Staff - opened
Hi! I'm Niels from the Hugging Face team.
This PR improves the model card's metadata by:
- Adding
library_name: transformersto enable the automated code snippet widget, as this model uses theQwen2_5_VLForConditionalGenerationarchitecture. - Adding
pipeline_tag: video-text-to-textso users can easily discover this streaming VideoLLM on the Hub. - Removing the Arxiv ID from the YAML metadata section to comply with Hugging Face guidelines (the paper is already correctly linked in the Markdown body).