Improve model card: Add pipeline, library, and update links
#1
by
nielsr
HF Staff
- opened
This PR improves the model card for IntFold by:
- Adding
pipeline_tag: text-to-3dto the metadata, which enhances discoverability of the model on the Hugging Face Hub (e.g., via https://huggingface.co/models?pipeline_tag=text-to-3d). - Specifying
library_name: intfoldto clearly indicate the associated Python library for programmatic use. - Correcting the Hugging Face Models badge link to point to the correct model repository on the Hub.
- Adding a direct link to the GitHub repository for easy access to the source code.
- Including a link to the paper on Hugging Face Papers.