Improve dataset card: Add task category, correct paper/code links, and expand usage
#2
by
nielsr
HF Staff
- opened
This PR enhances the PartNeXt dataset card by:
- Adding
GRAPH_MACHINE_LEARNINGto thetask_categoriesmetadata to better reflect the dataset's domain. - Correcting the
arXivbadge link to point to the official arXiv paper:https://arxiv.org/abs/2510.20155. - Updating the
Paperlink in the main table to the Hugging Face paper page:https://huggingface.co/papers/2510.20155. - Adding a
Codelink to the main GitHub repository (https://github.com/AuthorityWang/PartNeXt) in the table. - Correcting the
Dataset Toolkitlink in the table to its dedicated repository:https://github.com/AuthorityWang/PartNeXt_lib. - Replacing the minimal "Usage" section with a comprehensive "Sample Usage" section, including code snippets for
pip install,huggingface-clidownloads, anddatasetslibrary usage, as found in the GitHub README.
These updates aim to improve the dataset's discoverability and provide clearer instructions for users.