Improve dataset card: Add task categories, abstract, correct links, and sample usage
#1
by
nielsr
HF Staff
- opened
This PR enhances the dataset card for PartNeXt by:
- Adding
GRAPH_MACHINE_LEARNINGtotask_categoriesand relevanttags(3d,part-segmentation,question-answering,object-understanding) for improved discoverability. - Including the paper's abstract for better context.
- Correcting the
arXivbadge URL to point tohttps://arxiv.org/abs/2510.20155. - Updating the
Paperlink in the table to the Hugging Face paper page:https://huggingface.co/papers/2510.20155. - Adding a general
Codelink to the main GitHub repository:https://github.com/AuthorityWang/PartNeXt. - Correcting the
Dataset Toolkitlink in the table tohttps://github.com/AuthorityWang/PartNeXt_lib. - Adding a comprehensive
Sample Usagesection with instructions for downloading the dataset usinghuggingface-cliand installing/using the PartNeXt toolkit, as found in the GitHub README. - Removing the redundant original "Usage" section.