Monet Joe commited on
Commit
1144bf8
1 Parent(s): 4ce8e50

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -16
README.md CHANGED
@@ -10,32 +10,21 @@ language:
10
  tags:
11
  - art
12
  - music
13
- pretty_name: Dataset of mihoyo game songs in piano version
14
  size_categories:
15
  - n<1K
16
- viewer: false
17
  ---
18
 
19
- ## Requirement
20
- ```
21
- pip install git+https://github.com/MuGeminorum/midi2abc.git
22
- ```
23
- or
24
- ```
25
- git clone git@github.com:MuGeminorum/midi2abc.git
26
- cd midi2abc
27
- pip install -e .
28
- ```
29
-
30
  ## Usage
31
  ```
32
  from datasets import load_dataset
33
 
34
- genshin_data = load_dataset("MuGeminorum/hoyo_pianos", split="genshin")
35
- starail_data = load_dataset("MuGeminorum/hoyo_pianos", split="starail")
 
36
  ```
37
 
38
  ## Maintainence
39
  ```
40
- git clone git@hf.co:datasets/MuGeminorum/hoyo_pianos
41
  ```
 
10
  tags:
11
  - art
12
  - music
13
+ pretty_name: Dataset of mihoyo game songs in abc notation
14
  size_categories:
15
  - n<1K
 
16
  ---
17
 
 
 
 
 
 
 
 
 
 
 
 
18
  ## Usage
19
  ```
20
  from datasets import load_dataset
21
 
22
+ genshin_data = load_dataset("MuGeminorum/hoyo_music")
23
+ for item in genshin_data:
24
+ print(item)
25
  ```
26
 
27
  ## Maintainence
28
  ```
29
+ git clone git@hf.co:datasets/MuGeminorum/hoyo_music
30
  ```