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-text
to ensure the model is discoverable under the appropriate task filter on the Hugging Face Hub. - Adding
library_name: transformers
to indicate compatibility with the Hugging Facetransformers
library, allowing users to easily load and use the model with standardtransformers
API 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