Add model card metadata (pipeline, library, tags) and abstract
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card for ARC-Hunyuan-Video-7B by:
- Adding
pipeline_tag: video-text-to-textto ensure the model is discoverable under the appropriate task filter on the Hugging Face Hub. - Adding
library_name: transformersto indicate compatibility with the Hugging Facetransformerslibrary, allowing users to easily load and use the model with standardtransformersAPI calls. - Adding additional
tags(multimodal,video-understanding,video-qa,video-captioning,audio-understanding) for better categorization and searchability. - Including the paper abstract in a dedicated `
tttoaster
changed pull request status to
merged