Datasets:
Improve dataset card: Add task category, paper/code links, and LMDB sample usage
#1
by
nielsr
HF Staff
- opened
This PR enhances the CPathPatchFeature dataset card by:
- Adding
task_categories: ['image-feature-extraction']to the metadata, which accurately reflects the dataset's purpose. - Including direct links to the associated paper (Revisiting End-to-End Learning with Slide-level Supervision in Computational Pathology) and the GitHub repository (https://github.com/DearCaat/E2E-WSI-ABMILX) at the top of the content for improved discoverability.
- Adding a "Sample Usage" section with a Python code snippet, directly sourced from the project's GitHub README, demonstrating how to load data from an LMDB dataset.
These updates provide more comprehensive information and make the dataset easier to understand and utilize for researchers.
Dearcat
changed pull request status to
merged