Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Intro

This dataset mainly contains slices of second creation piano music from Genshin Impact game, which have been converted to ABC notations, with a data volume of 305,264. The labeling information covers the score structure information related to the style of the game scene where the music is located. This dataset is not only the result of game music extraction, but also provides important training material about note and melodic structure in the field of researching the second creation music generation of Genshin Impact. Through this resource, the researcher can deeply analyze the characteristics of the game music and provide substantial data support for the training and improvement of music generation algorithms.

Data structure

Dataset Chart Total Train Test
genshin 53,160 47,844 5,316
starail ... ... ... ...

Labels

Genshin

Region Teyvat Mondstadt Liyue Inazuma Sumeru Fontaine Natlan Snezhnaya
Label 0 1 2 3 4 5 6 7

Usage

from datasets import load_dataset

ds = load_dataset(
    "Genius-Society/hoyoMusic",
    name="default",
    split="train",
    cache_dir="./__pycache__",
)
for i in ds:
    print(i)

Maintenance

GIT_LFS_SKIP_SMUDGE=1 git clone git@hf.co:datasets/Genius-Society/hoyoMusic
cd hoyoMusic

Mirror

https://www.modelscope.cn/datasets/Genius-Society/hoyoMusic

Thanks

Downloads last month
45

Space using Genius-Society/hoyoMusic 1

Collection including Genius-Society/hoyoMusic