YunaYuri/music_kpop
Music Kpop Dataset Dataset Name: YunaYuri/music_kpop Number of audio files: 100 Audio format: WAV Language: Korean/English Genre: K-pop Description The Music Kpop Dataset contains 100 K-pop music tracks, collected for research, analysis, and machine learning tasks related to music, audio processing, and genre classification. Each file represents a single music track and is named with a number followed by the track title (e.g., 001 - SongName.wav). This dataset is… See the full description on the dataset page: https://huggingface.co/datasets/YunaYuri/music_kpop.
Music Kpop Dataset
Dataset Name: YunaYuri/music_kpop Number of audio files: 100 Audio format: WAV Language: Korean/English Genre: K-pop
Description
The Music Kpop Dataset contains 100 K-pop music tracks, collected for research, analysis, and machine learning tasks related to music, audio processing, and genre classification. Each file represents a single music track and is named with a number followed by the track title (e.g., 001 - SongName.wav).
This dataset is intended for educational and research purposes only.
Dataset Structure
music_kpop/
├── 001 - SongName1.wav
├── 002 - SongName2.wav
├── 003 - SongName3.wav
...
├── 100 - SongName100.wav- Each audio file is named sequentially with its track number and title.
- Duration and size may vary per track.
Usage
You can load the dataset using the Hugging Face datasets library:
from datasets import load_dataset
dataset = load_dataset("YunaYuri/music_kpop", split="train")
# Example: playing the first track
import IPython.display as ipd
ipd.Audio(dataset[0]["audio"]["path"])Or simply download the files directly from the repository:
git lfs install
git clone https://huggingface.co/datasets/YunaYuri/music_kpopLicense
This dataset is released under the CC BY-NC 4.0 License. You are free to use and share it for non-commercial purposes with proper attribution.
Citation
If you use this dataset in your research, please cite it as:
YunaYuri. Music Kpop Dataset. Hugging Face Datasets, 2025.