admin commited on
Commit
b22e20c
·
1 Parent(s): ae77d50
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -21,7 +21,6 @@ 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
- <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 |
@@ -40,6 +39,12 @@ for item in ds:
40
  print(item)
41
  ```
42
 
 
 
 
 
 
 
43
  ## Mirror
44
  <https://www.modelscope.cn/datasets/Genius-Society/hoyoMusic>
45
 
 
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 |
 
39
  print(item)
40
  ```
41
 
42
+ ## Maintenance
43
+ ```bash
44
+ GIT_LFS_SKIP_SMUDGE=1 git clone [email protected]:datasets/Genius-Society/hoyoMusic
45
+ cd hoyoMusic
46
+ ```
47
+
48
  ## Mirror
49
  <https://www.modelscope.cn/datasets/Genius-Society/hoyoMusic>
50