Improve model card: add metadata, links, abstract, and sample usage for CVD-STORM
#7
by nielsr HF Staff - opened
This PR significantly enhances the model card for the CVD-STORM model, part of the OpenDWM project.
It adds crucial metadata and external links:
- The
pipeline_tag: text-to-3dmetadata tag to reflect its capabilities in generating content with 4D reconstruction and geometric information. - The
library_name: diffusersmetadata tag, as the model is compatible with the Diffusers library. - A direct link to the research paper on Hugging Face.
- A link to the official project page.
- A link to the GitHub repository.
- The full abstract of the paper for detailed context.
- A sample usage code snippet from the GitHub README to demonstrate T2I/T2V generation.
- A BibTeX citation for the CVD-STORM paper.
These additions improve discoverability, provide essential information for users, and align the model card with Hugging Face Hub best practices.
Please review and merge this PR.