Improve dataset card: Add task category, correct links, abstract, sample usage, and citation
#2
by
nielsr
HF Staff
- opened
This PR significantly improves the dataset card for the BACHI project by:
- Adding the
task_categories: ['other']metadata field for better discoverability. - Adding prominent links to the Hugging Face paper page (
https://huggingface.co/papers/2510.06528), the official project page (https://andyweasley2004.github.io/BACHI/), the main GitHub code repository (https://github.com/AndyWeasley2004/BACHI_Chord_Recognition), and the related POP909-CL dataset. - Including the paper's abstract to provide quick context.
- Adding a "Description" section outlining the contents of this repository (trained model weights and classical datasets).
- Integrating a comprehensive "Sample Usage" section, including environment setup, inference instructions (single file and group), and output format, directly extracted from the GitHub README.
- Adding a "Citation" section with the BibTeX entry.
- Explicitly stating the "License" in the content and removing the outdated/incorrect "Note" regarding project details and usage.
These updates aim to make the dataset card more complete, accurate, and user-friendly for researchers.
Itsuki-music
changed pull request status to
merged