Improve dataset card: Add task category, paper and code links, overview, and citation
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the dataset card for Dexonomy by:
- Adding
task_categories: roboticsto the metadata for improved discoverability on the Hugging Face Hub. - Including
tags: grasping, dexterous-manipulation, computer-visionto further specify the dataset's domain. - Adding
size_categories: 1M<n<10Mto accurately reflect the dataset's scale. - Providing a direct link to the paper (https://huggingface.co/papers/2504.18829).
- Adding a clear link to the GitHub repository (https://github.com/JYChen18/Dexonomy).
- Expanding the main content with an "Overview" section that describes the dataset's purpose, synthesis capabilities, and scale, drawn from the paper's abstract and the project's GitHub README.
- Adding the BibTeX citation for proper academic referencing.
These updates make the dataset card more informative and align it with best practices for documentation on the Hugging Face Hub.
JiayiChenPKU
changed pull request status to
merged