Datasets:
License:
File size: 1,585 Bytes
aba2265 1294ff9 cb24de9 aba2265 1294ff9 3028019 248d65a 3028019 1294ff9 248d65a 1294ff9 248d65a 1294ff9 248d65a 1294ff9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 |
---
license: cc-by-nc-nd-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
viewer: false
---
# 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 305264. 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.
## Viewer
<https://www.modelscope.cn/datasets/MuGemSt/hoyoMusic/dataPeview>
## Usage
```python
from datasets import load_dataset
ds = load_dataset("MuGemSt/hoyoMusic")
for item in ds["train"]:
print(item)
for item in ds["test"]:
print(item)
```
## Maintainence
```bash
git clone [email protected]:datasets/MuGemSt/hoyoMusic
cd hoyoMusic
```
## Mirror
<https://www.modelscope.cn/datasets/MuGemSt/hoyoMusic>
## Reference
[1] <https://musescore.org><br>
[2] <https://huggingface.co/datasets/sander-wood/irishman><br>
[3] <https://genshin-impact.fandom.com/wiki/Genshin_Impact_Wiki> |