Improve model card: Add pipeline tag, library name, project page, and citation
#1
by
nielsr
HF Staff
- opened
This PR significantly improves the model card for the GDP-HMM baseline model by:
- Adding the
pipeline_tag: image-to-3dto the metadata, enhancing model discoverability on the Hugging Face Hub under this task. - Adding
library_name: pytorchto the metadata, enabling automated usage examples due to evidence of PyTorch-Lightning and PyTorch compatibility in the model description and GitHub repository. - Updating the paper link to point to the official Hugging Face paper page: Automating RT Planning at Scale: High Quality Data For AI Training.
- Including a link to the associated challenge website as a project page: https://qtim-challenges.southcentralus.cloudapp.azure.com/competitions/38/.
- Adding a comprehensive
Citationsection at the end of the model card, using the BibTeX provided in the GitHub README, for proper academic attribution. - Removing boilerplate Markdown comments (
<!-- Provide a longer summary... -->, etc.) for cleaner presentation.
Please review these changes for accuracy and completeness.