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_LEARNING to the task_categories metadata to better reflect the dataset's domain.
  • Correcting the arXiv badge link to point to the official arXiv paper: https://arxiv.org/abs/2510.20155.
  • Updating the Paper link in the main table to the Hugging Face paper page: https://huggingface.co/papers/2510.20155.
  • Adding a Code link to the main GitHub repository (https://github.com/AuthorityWang/PartNeXt) in the table.
  • Correcting the Dataset Toolkit link 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-cli downloads, and datasets library usage, as found in the GitHub README.

These updates aim to improve the dataset's discoverability and provide clearer instructions for users.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment