Improve model card: Add pipeline tag, library name, and complete citation
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card for AVoCaDO by:
- Adding
pipeline_tag: video-text-to-textto improve discoverability on the Hub, accurately reflecting the model's functionality of generating text descriptions from video input. - Specifying
library_name: transformersin the metadata, as evidence fromconfig.json("transformers_version": "4.52.4"andQwen2_5OmniForConditionalGenerationarchitecture) confirms compatibility with the Hugging Face Transformers library, enabling an automated usage widget. - Completing the
Citationsection with the appropriate BibTeX entry for the paper.
These updates provide more comprehensive information for users and integrate the model more effectively within the Hugging Face ecosystem.