Enhance dataset card: Add task category, license, links, and sample usage
#2
by
nielsr
HF Staff
- opened
This PR significantly improves the dataset card for SingingSDS by adding:
- The
task_categories: ['text-to-audio']metadata to enhance discoverability. - The
license: mitmetadata, inferred from the associated code's license as no specific dataset license was provided for the dataset itself. - Direct links to the associated paper (https://huggingface.co/papers/2511.20972), the GitHub repository (https://github.com/SingingSDS/SingingSDS), and the Hugging Face Space demo (https://huggingface.co/spaces/espnet/SingingSDS).
- A "Sample Usage" section, including a CLI example from the GitHub README with parameter descriptions, to guide users on how to interact with the SingingSDS system which uses this dataset.
- A brief introduction to the SingingSDS project and the dataset's role within it.
These additions provide a more comprehensive and accessible overview for users of the Hugging Face Hub.
Hi @nielsr , thanks a lot for your contribution! I'd like to make a small correction: this dataset is licensed under CC BY-NC-ND 4.0. This version on Hugging Face is the music-score version formatted for and used in the SingingSDS project.
I couldn't directly edit your PR, so would you mind updating these details accordingly?
Thanks again for the improvements!
Sure, updated the license