Add pipeline_tag and library_name to metadata
#1
by nielsr HF Staff - opened
This PR updates the model card to improve its discoverability and integrations on the Hugging Face hub:
- Adds
pipeline_tag: video-text-to-textto metadata. - Adds
library_name: transformersto metadata based on its configuration architecture (Qwen2_5_VLForConditionalGeneration). - Removes the arXiv tag from the YAML metadata section as per the repository guidelines, while keeping the paper link in the markdown body.