Improve model card: Add pipeline tag, license, paper link and abstract
#1
by
nielsr
HF Staff
- opened
This PR updates the model card for the R-Super model to make it more informative and discoverable on the Hugging Face Hub.
Key changes include:
- Adding
pipeline_tag: image-segmentationto the metadata, enabling easier discovery. - Specifying the
license: cc-by-nc-4.0, aligning with the "patent pending" status mentioned in the paper, which implies non-commercial use restrictions. - Linking to the main paper, Scaling Artificial Intelligence for Multi-Tumor Early Detection with More Reports, Fewer Masks, both in the YAML metadata and prominently within the model card content.
- Including the abstract of the main paper for quick understanding.
- Consolidating and updating the
# Paperssection to list all relevant papers found in the GitHub repository and the existing model card, with updated links where appropriate.
This update ensures the model card adheres to Hugging Face best practices and provides comprehensive information for users.
prasb
changed pull request status to
merged