Monet Joe commited on
Commit
0bb0381
1 Parent(s): 1b45cb2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -10,28 +10,30 @@ language:
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
- This dataset primarily comprises sliced piano compositions from two games under miHoYo, namely "Genshin Impact" and "Honkai: Star Rail". These piano slices have been transformed into ABC musical notation. 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.
19
  ## Usage
20
  ```python
21
  from datasets import load_dataset
22
 
23
- genshin_data = load_dataset("MuGeminorum/hoyo_music", split="train")
24
  for item in genshin_data:
25
  print(item)
26
  ```
27
 
28
  ## Maintainence
29
  ```bash
30
- git clone git@hf.co:datasets/MuGeminorum/hoyo_music
31
  ```
32
 
33
  ## Mirror
34
- <https://www.modelscope.cn/datasets/MuGeminorum/hoyo_music>
35
 
36
  ## Reference
37
  [1] <https://musescore.org><br>
 
10
  tags:
11
  - art
12
  - music
13
+ - mihoyo
14
+ - genshin
15
  pretty_name: Dataset of mihoyo game songs in abc notation
16
  size_categories:
17
+ - n>300K
18
  ---
19
 
20
+ This dataset primarily comprises sliced music compositions from the game under miHoYo, namely "Genshin Impact". These music slices have been transformed into ABC musical notation. 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.
21
  ## Usage
22
  ```python
23
  from datasets import load_dataset
24
 
25
+ genshin_data = load_dataset("MuGeminorum/genshin-abc", split="train")
26
  for item in genshin_data:
27
  print(item)
28
  ```
29
 
30
  ## Maintainence
31
  ```bash
32
+ git clone git@hf.co:datasets/MuGeminorum/genshin-abc
33
  ```
34
 
35
  ## Mirror
36
+ <https://www.modelscope.cn/datasets/MuGeminorum/genshin-abc>
37
 
38
  ## Reference
39
  [1] <https://musescore.org><br>