Update model card: Add license and pipeline_tag, improve paper links
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card with critical metadata and improves external links for better clarity and discoverability on the Hugging Face Hub.
- Adds
license: apache-2.0
to the YAML metadata, explicitly stating the model's license. - Adds
pipeline_tag: image-to-video
to the YAML metadata, accurately reflecting the model's core functionality (Image-to-Video generation, I2V) for improved search and filtering. Thelibrary_name
tag is omitted, as the model's roadmap indicates thatdiffusers
integration is still pending.
Content updates include:
- Correcting the BibTeX
journal
field fromarXiv preprint
toarXiv preprint arXiv:2510.17519
for full accuracy. - Updating the
[technical report](#)
link in the 'Latest News' section to point to the correct arXiv paper:https://arxiv.org/abs/2510.17519
. - The existing arXiv badge link at the top has been preserved, as per the guidelines.
These changes ensure the model card is more informative and easier to navigate for users.
yongshun-zhang
changed pull request status to
merged
Thanks a lot for your contribution β really appreciate your attention to this!