kakamond commited on
Commit
58f28ce
·
verified ·
1 Parent(s): 751c3c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -21,6 +21,7 @@ size_categories:
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 |
@@ -35,7 +36,6 @@ This dataset mainly contains slices of second creation piano music from Genshin
35
  from datasets import load_dataset
36
 
37
  ds = load_dataset("Genius-Society/hoyoMusic", split="train")
38
-
39
  for item in ds:
40
  print(item)
41
  ```
@@ -43,7 +43,7 @@ for item in ds:
43
  ## Mirror
44
  <https://www.modelscope.cn/datasets/Genius-Society/hoyoMusic>
45
 
46
- ## Reference
47
  [1] <https://musescore.org><br>
48
  [2] <https://huggingface.co/datasets/sander-wood/irishman><br>
49
  [3] <https://genshin-impact.fandom.com/wiki/Genshin_Impact_Wiki>
 
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
+ <https://www.modelscope.cn/datasets/Genius-Society/hoyoMusic/dataPeview>
25
  | Dataset | Chart | Total | Train | Test |
26
  | :-----: | :---------------------: | ----: | ----: | ---: |
27
  | genshin | ![](https://www.modelscope.cn/datasets/Genius-Society/hoyoMusic/resolve/master/figs/genshin.jpg) | 53160 | 47844 | 5316 |
 
36
  from datasets import load_dataset
37
 
38
  ds = load_dataset("Genius-Society/hoyoMusic", split="train")
 
39
  for item in ds:
40
  print(item)
41
  ```
 
43
  ## Mirror
44
  <https://www.modelscope.cn/datasets/Genius-Society/hoyoMusic>
45
 
46
+ ## References
47
  [1] <https://musescore.org><br>
48
  [2] <https://huggingface.co/datasets/sander-wood/irishman><br>
49
  [3] <https://genshin-impact.fandom.com/wiki/Genshin_Impact_Wiki>