Improve model card: Add metadata, paper link, and citations
#1
by
nielsr
HF Staff
- opened
This PR improves the model card for the MedFormer segmentation model.
Specifically, it:
- Adds
pipeline_tag: image-segmentationto the metadata, enhancing discoverability on the Hugging Face Hub. - Adds
library_name: monaito the metadata, as evidence from the associated GitHub repository's code paths (e.g.,dataset_abdomenatlas_UFO.pyimplyingmonai.transforms) indicates compatibility. - Updates the main title of the model card to "Scaling Artificial Intelligence for Multi-Tumor Early Detection with More Reports, Fewer Masks" and links it prominently to its associated paper on the Hugging Face Hub (https://huggingface.co/papers/2510.14803).
- Updates the "Citations" section to include the BibTeX entry for the "Scaling Artificial Intelligence..." paper, ensuring all relevant research is cited.
Please review and merge if these changes are appropriate.
prasb
changed pull request status to
merged