Improve model card: Add pipeline tag, library name, paper, project page, and code links
#10
by
nielsr HF Staff - opened
This PR significantly enhances the model card by adding important metadata (pipeline_tag, library_name) and providing direct links to the associated paper (CVD-STORM: Cross-View Video Diffusion with Spatial-Temporal Reconstruction Model for Autonomous Driving), the project page, and the GitHub repository.
The pipeline_tag: text-to-video ensures better discoverability on the Hugging Face Hub (https://huggingface.co/models?pipeline_tag=text-to-video). The library_name: diffusers enables the automated "How to use" widget, showing users how to easily load and use the model with the diffusers library.
Please review and merge this PR.