Improve model card: add metadata and introductory links
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding the
pipeline_tag: text-to-3d
, which ensures the model is discoverable under relevant tasks on the Hub. - Specifying
library_name: transformers
as the model can be loaded and used via the Hugging Face Transformers library. - Setting the
license
tag toother
, as the "NVIDIA Open Model License" is a custom license not listed in SPDX identifiers. The full license details are retained in the markdown content. - Adding a new introductory sentence that links directly to the Hugging Face Paper page for easy access to the research.
- Adding a clear link to the main GitHub repository for code access.
Please review and merge if everything looks good!