--- license: cc-by-sa-4.0 task_categories: - text-generation - text2text-generation - text-classification language: - en - zh tags: - art - music - mihoyo - genshin pretty_name: Dataset of mihoyo game songs in abc notation size_categories: - n>300K --- This dataset primarily comprises sliced music compositions from the game under miHoYo, namely "Genshin Impact". These music slices have been transformed into ABC notations and transposed into 15 tones for each. The annotated information includes structural details corresponding to the musical style of the in-game scenes. This dataset serves not only as an outcome of game music extraction but also as essential training material for research in the field of music generation, particularly focused on mihoyo game music. Researchers can delve into the analysis of musical features, such as notes and melodic structures, using this resource, offering substantive data support for the training and enhancement of music generation algorithms. ## Usage ```python from datasets import load_dataset train_set = load_dataset("MuGeminorum/genshin-abc", split="train") eval_set = load_dataset("MuGeminorum/genshin-abc", split="test") for item in train_set: print(item) for item in eval_set: print(item) ``` ## Maintainence ```bash git clone git@hf.co:datasets/MuGeminorum/genshin-abc ``` ## Mirror ## Reference [1]
[2]
[3]