File size: 1,605 Bytes
77b254b
e2d8e87
11e901c
 
 
 
 
 
 
 
 
 
0bb0381
 
1144bf8
11e901c
0bb0381
65e5508
 
d6aea48
65e5508
71780fd
65e5508
 
2b09e0f
 
 
 
 
 
 
96ff8d7
65e5508
 
 
71780fd
0bb0381
ca0fc30
e2d8e87
 
 
0bb0381
e509fc6
 
464d831
 
d6aea48
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
---
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
cd genshin-abc
```

## Mirror
<https://www.modelscope.cn/datasets/MuGeminorum/genshin-abc>

## 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>