Add task category, LeVo paper, project page, code, and sample usage, and remove redundant license
#2
by
nielsr
HF Staff
- opened
This PR significantly enhances the dataset card for SSLD-200 by:
- Adding
task_categories: automatic-speech-recognitionto the metadata, reflecting the dataset's primary use in lyrics transcription and song structure parsing. - Linking the dataset to its broader context within the
LeVo: High-Quality Song Generation with Multi-Preference Alignmentpaper (https://huggingface.co/papers/2506.07520), where it serves as an evaluation benchmark. - Including direct links to the LeVo project page (https://levo-demo.github.io) and the
SongGenerationGitHub repository (https://github.com/tencent-ailab/songgeneration). - Adding a "Sample Usage" section with practical code snippets and input guidance derived from the GitHub README, enabling users to easily get started.
- Removing the redundant "License" section from the markdown content, as the license is already correctly specified in the YAML metadata.
These improvements make the dataset card more comprehensive, discoverable, and user-friendly.