admin commited on
Commit
09e5aec
·
1 Parent(s): 3f17425
Files changed (4) hide show
  1. README.md +27 -0
  2. estimations.zip +3 -0
  3. references.zip +3 -0
  4. segment_results.jpg +0 -0
README.md CHANGED
@@ -1,3 +1,30 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+ ## Evaluation result
5
+ <img src="./segment_results.jpg">
6
+
7
+ ## Download
8
+ ```
9
+ # By API
10
+ pip install modelscope
11
+
12
+ from modelscope import snapshot_download
13
+ model_dir = snapshot_download('ccmusic-database/song_structure')
14
+
15
+ # By Git
16
+ git clone https://www.modelscope.cn/ccmusic-database/song_structure.git
17
+ ```
18
+
19
+ ## Cite
20
+ ```bibtex
21
+ @dataset{zhaorui_liu_2021_5676893,
22
+ author = {Monan Zhou, Shenyang Xu, Zhaorui Liu, Zhaowen Wang, Feng Yu, Wei Li and Baoqiang Han},
23
+ title = {CCMusic: an Open and Diverse Database for Chinese and General Music Information Retrieval Research},
24
+ month = {mar},
25
+ year = {2024},
26
+ publisher = {HuggingFace},
27
+ version = {1.2},
28
+ url = {https://huggingface.co/ccmusic-database}
29
+ }
30
+ ```
estimations.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:321f85e278156fff71219e8773ab6ddced2a818eea243e0e4962356aa703ee20
3
+ size 1002795
references.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4c60ac474308273eab1ef19a893f53b41df53da56e6421ea7e110c9e54b810a
3
+ size 2761022
segment_results.jpg ADDED