MuGeminorum commited on
Commit
3e8ad3d
1 Parent(s): 23541d2
.gitignore CHANGED
@@ -1,4 +1,2 @@
1
  rename.sh
2
- test.py
3
- *.wav
4
- *.jpg
 
1
  rename.sh
2
+ test.py
 
 
README.md CHANGED
@@ -16,9 +16,43 @@ viewer: false
16
  ---
17
 
18
  # Dataset Card for Bel Conto and Chinese Folk Song Singing Tech
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  ## Maintenance
20
  ```bash
21
  GIT_LFS_SKIP_SMUDGE=1 git clone git@hf.co:datasets/ccmusic-database/bel_canto
 
22
  ```
23
 
24
  ## Dataset Description
@@ -26,7 +60,7 @@ GIT_LFS_SKIP_SMUDGE=1 git clone git@hf.co:datasets/ccmusic-database/bel_canto
26
  - **Repository:** <https://huggingface.co/datasets/ccmusic-database/bel_canto>
27
  - **Paper:** <https://doi.org/10.5281/zenodo.5676893>
28
  - **Leaderboard:** <https://ccmusic-database.github.io/team.html>
29
- - **Point of Contact:** N/A
30
 
31
  ### Dataset Summary
32
  This database contains hundreds of acapella singing clips that are sung in two styles, Bel Conto and Chinese national singing style by professional vocalists. All of them are sung by professional vocalists and were recorded in professional commercial recording studios.
@@ -39,19 +73,20 @@ Chinese, English
39
 
40
  ## Dataset Structure
41
  <style>
42
- #belcanto td {
43
  vertical-align: middle !important;
44
  text-align: center;
45
  }
46
- #belcanto th {
47
  text-align: center;
48
  }
49
  </style>
50
- <table id="belcanto">
 
51
  <tr>
52
- <th>mel<br>(.jpg, 1.6s)</th>
53
- <th>cqt<br>(.jpg, 1.6s)</th>
54
- <th>chroma<br>(.jpg, 1.6s)</th>
55
  <th>label<br>(4-class)</th>
56
  <th>gender<br>(2-class)</th>
57
  <th>singing_method<br>(2-class)</th>
@@ -74,6 +109,31 @@ Chinese, English
74
  </tr>
75
  </table>
76
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
77
  ### Data Instances
78
  .zip(.wav, .jpg)
79
 
@@ -81,11 +141,12 @@ Chinese, English
81
  m_bel, f_bel, m_folk, f_folk
82
 
83
  ### Data Splits
84
- | total | 9603 |
85
- | :-------------: | :---: |
86
- | train(80%) | 7682 |
87
- | validation(10%) | 960 |
88
- | test(10%) | 961 |
 
89
 
90
  ## Dataset Creation
91
  ### Curation Rationale
@@ -151,16 +212,15 @@ SOFTWARE.
151
  ```
152
 
153
  ### Citation Information
154
- ```
155
  @dataset{zhaorui_liu_2021_5676893,
156
- author = {Zhaorui Liu, Monan Zhou, Shenyang Xu, Yuan Wang, Zhaowen Wang, Wei Li and Zijin Li},
157
- title = {CCMUSIC DATABASE: A Music Data Sharing Platform for Computational Musicology Research},
158
- month = {nov},
159
- year = {2021},
160
- publisher = {Zenodo},
161
- version = {1.1},
162
- doi = {10.5281/zenodo.5676893},
163
- url = {https://doi.org/10.5281/zenodo.5676893}
164
  }
165
  ```
166
 
 
16
  ---
17
 
18
  # Dataset Card for Bel Conto and Chinese Folk Song Singing Tech
19
+ The raw dataset contains 203 acapella singing clips (sampled at 22,050 Hz) that are sung in two styles, Bel Conto and Chinese folk singing style by professional vocalists. All of them are sung by professional vocalists and were recorded in professional commercial recording studios. Besides the original version, the pre-processed version is included.
20
+
21
+ ## Usage
22
+ ### Eval Subset
23
+ ```python
24
+ from datasets import load_dataset
25
+
26
+ dataset = load_dataset("ccmusic-database/bel_canto", name="eval")
27
+ for item in ds["train"]:
28
+ print(item)
29
+
30
+ for item in ds["validation"]:
31
+ print(item)
32
+
33
+ for item in ds["test"]:
34
+ print(item)
35
+ ```
36
+
37
+ ### Raw Subset
38
+ ```python
39
+ from datasets import load_dataset
40
+
41
+ dataset = load_dataset("ccmusic-database/bel_canto", name="default")
42
+ for item in ds["train"]:
43
+ print(item)
44
+
45
+ for item in ds["validation"]:
46
+ print(item)
47
+
48
+ for item in ds["test"]:
49
+ print(item)
50
+ ```
51
+
52
  ## Maintenance
53
  ```bash
54
  GIT_LFS_SKIP_SMUDGE=1 git clone git@hf.co:datasets/ccmusic-database/bel_canto
55
+ cd bel_canto
56
  ```
57
 
58
  ## Dataset Description
 
60
  - **Repository:** <https://huggingface.co/datasets/ccmusic-database/bel_canto>
61
  - **Paper:** <https://doi.org/10.5281/zenodo.5676893>
62
  - **Leaderboard:** <https://ccmusic-database.github.io/team.html>
63
+ - **Point of Contact:** <https://www.modelscope.cn/datasets/ccmusic/bel_canto>
64
 
65
  ### Dataset Summary
66
  This database contains hundreds of acapella singing clips that are sung in two styles, Bel Conto and Chinese national singing style by professional vocalists. All of them are sung by professional vocalists and were recorded in professional commercial recording studios.
 
73
 
74
  ## Dataset Structure
75
  <style>
76
+ .belcanto td {
77
  vertical-align: middle !important;
78
  text-align: center;
79
  }
80
+ .belcanto th {
81
  text-align: center;
82
  }
83
  </style>
84
+ ### Eval Subset
85
+ <table class="belcanto">
86
  <tr>
87
+ <th>mel<br>(.jpg, 1.6s, 48000Hz)</th>
88
+ <th>cqt<br>(.jpg, 1.6s, 48000Hz)</th>
89
+ <th>chroma<br>(.jpg, 1.6s, 48000Hz)</th>
90
  <th>label<br>(4-class)</th>
91
  <th>gender<br>(2-class)</th>
92
  <th>singing_method<br>(2-class)</th>
 
109
  </tr>
110
  </table>
111
 
112
+ ### Raw Subset
113
+ <table>
114
+ <tr>
115
+ <th>audio(.wav, 22050Hz)</th>
116
+ <th>mel(spectrogram, .jpg, 22050Hz)</th>
117
+ <th>label(4-class)</th>
118
+ <th>gender(2-class)</th>
119
+ <th>singing_method(2-class)</th>
120
+ </tr>
121
+ <tr>
122
+ <td><audio controls src="./data/女美声 35.wav"></audio></td>
123
+ <td><img src="./data/女美声 35.jpg"></td>
124
+ <td>m_bel, f_bel, m_folk, f_folk</td>
125
+ <td>male, female</td>
126
+ <td>Folk_Singing, Bel_Canto</td>
127
+ </tr>
128
+ <tr>
129
+ <td>...</td>
130
+ <td>...</td>
131
+ <td>...</td>
132
+ <td>...</td>
133
+ <td>...</td>
134
+ </tr>
135
+ </table>
136
+
137
  ### Data Instances
138
  .zip(.wav, .jpg)
139
 
 
141
  m_bel, f_bel, m_folk, f_folk
142
 
143
  ### Data Splits
144
+ | Split | Eval | Raw |
145
+ | :-------------: | :---: | :---: |
146
+ | total | 9603 | 203 |
147
+ | train(80%) | 7682 | 162 |
148
+ | validation(10%) | 960 | 20 |
149
+ | test(10%) | 961 | 21 |
150
 
151
  ## Dataset Creation
152
  ### Curation Rationale
 
212
  ```
213
 
214
  ### Citation Information
215
+ ```bibtex
216
  @dataset{zhaorui_liu_2021_5676893,
217
+ author = {Monan Zhou, Shenyang Xu, Zhaorui Liu, Zhaowen Wang, Feng Yu, Wei Li and Baoqiang Han},
218
+ title = {CCMusic: an Open and Diverse Database for Chinese and General Music Information Retrieval Research},
219
+ month = {mar},
220
+ year = {2024},
221
+ publisher = {HuggingFace},
222
+ version = {1.2},
223
+ url = {https://huggingface.co/ccmusic-database}
 
224
  }
225
  ```
226
 
data/{belcanto_data.zip → 女美声 35.jpg} RENAMED
File without changes
data/{belcanto_rawdata.zip → 女美声 35.wav} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:112e3a57d37424124b7a7f73e574f97d61cf9c3d2ec390d0b003a4a4ca415a25
3
- size 1186245249
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26abdaf26e98f1ac58a510462740ca47a569b4060917e2f413cd4a84aa0d8b66
3
+ size 839708