File size: 686 Bytes
77b254b
 
11e901c
 
 
 
 
 
 
 
 
 
5f571fc
11e901c
 
7650ae3
65e5508
 
 
 
 
 
c1cf402
 
 
 
 
 
65e5508
 
 
 
 
5f571fc
 
65e5508
 
 
 
5f571fc
65e5508
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
---
license: mit
task_categories:
- text-generation
- text2text-generation
- text-classification
language:
- en
- zh
tags:
- art
- music
pretty_name: Dataset of mihoyo game songs in piano version
size_categories:
- n<1K
viewer: false
---

## Requirement
```
pip install git+https://github.com/MuGeminorum/midi2abc.git
```
or
```
git clone git@github.com:MuGeminorum/midi2abc.git
cd midi2abc
pip install -e .
```

## Usage
```
from datasets import load_dataset

genshin_data = load_dataset("MuGeminorum/hoyo_pianos", split="genshin")
starail_data = load_dataset("MuGeminorum/hoyo_pianos", split="starail")
```

## Maintainence
```
git clone git@hf.co:datasets/MuGeminorum/hoyo_pianos
```