Enhance dataset card with task categories, paper/code links, and improved sample usage
#8
by
nielsr
HF Staff
- opened
This PR significantly improves the dataset card by adding crucial metadata and content, making it more informative and discoverable:
- Added
image-segmentationtotask_categoriesin the metadata, making the dataset discoverable by this core AI domain. - Included descriptive
tagssuch asmedical,biomedical,3d, andcvpr2025to further categorize the dataset and improve searchability. - Linked to the associated paper: Medal S: Spatio-Textual Prompt Model for Medical Segmentation, providing direct access to the research context.
- Linked to the GitHub repository: https://github.com/yinghemedical/Medal-S, offering access to the model code that uses this dataset.
- Added a brief summary of the paper's abstract to provide immediate context about the dataset's application and significance.
- Improved existing sample usage snippets by:
- Adding
import numpy as npto make them immediately runnable. - Standardizing quotes from fancy
ββto standard single quotes'. - Organizing them under clear "Sample Usage" subheadings for better readability.
- Adding
These changes enhance the dataset card's completeness and usability for the community.
junma
changed pull request status to
merged