Improve model card: add pipeline tag, arXiv ID, license, links, and usage instructions
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card for "3D MedDiffusion" by:
- Updating the
pipeline_tag: image-to-3dto correctly categorize the model for 3D image generation. - Correcting the
arxivmetadata to2412.13059based on the paper information. - Adding the
license: mitbased on the majority consensus of peers. - Updating the model card title to precisely match the paper title.
- Updating the project page link to the more concise version found in the GitHub repository.
- Adding an explicit link to the GitHub repository for easy access to the code.
- Expanding the model's description with key details from the paper abstract.
- Incorporating detailed
Installation,Pretrained Models, andInferenceinstructions with code snippets directly from the GitHub README, to guide users on how to use the model effectively. - Removing the "The model is coming soon..." placeholder, as usage instructions are now available.
Please review and merge this PR if everything looks good.