kakamond commited on
Commit
1cdfd30
·
verified ·
1 Parent(s): 4f052c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -15,14 +15,20 @@ tags:
15
  pretty_name: Dataset of mihoyo game songs in abc notation
16
  size_categories:
17
  - n>300K
18
- viewer: false
19
  ---
20
 
21
  # Intro
22
  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.
23
 
24
- ## Viewer
25
- <https://www.modelscope.cn/datasets/Genius-Society/hoyoMusic/dataPeview>
 
 
 
 
 
 
 
26
 
27
  ## Usage
28
  ```python
 
15
  pretty_name: Dataset of mihoyo game songs in abc notation
16
  size_categories:
17
  - n>300K
 
18
  ---
19
 
20
  # Intro
21
  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.
22
 
23
+ ## Data structure
24
+ | Dataset | Chart | Total | Train | Test |
25
+ | :-----: | :---------------------: | ----: | ----: | ---: |
26
+ | genshin | ![](https://www.modelscope.cn/datasets/Genius-Society/hoyoMusic/resolve/master/figs/genshin.jpg) | 53160 | 47844 | 5316 |
27
+
28
+ ## Labels
29
+ | Region | Teyvat | Mondstadt | Liyue | Inazuma | Sumeru | Fontaine | Natlan | Snezhnaya |
30
+ | :----: | :----: | :-------: | :---: | :-----: | :----: | :------: | :----: | :-------: |
31
+ | Label | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 |
32
 
33
  ## Usage
34
  ```python