Datasets:
admin commited on
Commit ·
de9348d
1
Parent(s): 48c6214
upd md
Browse files
README.md
CHANGED
|
@@ -107,53 +107,7 @@ Firstly, **Fig. 1** presents the clip number of each category. The label with th
|
|
| 107 |
| total | 203 | 9910 |
|
| 108 |
|
| 109 |
## Dataset Structure
|
| 110 |
-
<
|
| 111 |
-
.belcanto td {
|
| 112 |
-
vertical-align: middle !important;
|
| 113 |
-
text-align: center;
|
| 114 |
-
}
|
| 115 |
-
.belcanto th {
|
| 116 |
-
text-align: center;
|
| 117 |
-
}
|
| 118 |
-
</style>
|
| 119 |
-
|
| 120 |
-
### Default Subset Structure
|
| 121 |
-
<table class="belcanto">
|
| 122 |
-
<tr>
|
| 123 |
-
<th>audio</th>
|
| 124 |
-
<th>mel (spectrogram)</th>
|
| 125 |
-
<th>label (4-class)</th>
|
| 126 |
-
<th>gender (2-class)</th>
|
| 127 |
-
<th>singing_method(2-class)</th>
|
| 128 |
-
</tr>
|
| 129 |
-
<tr>
|
| 130 |
-
<td>.wav, 22050Hz</audio></td>
|
| 131 |
-
<td>.jpg, 22050Hz</td>
|
| 132 |
-
<td>m_bel, f_bel, m_folk, f_folk</td>
|
| 133 |
-
<td>male, female</td>
|
| 134 |
-
<td>Folk_Singing, Bel_Canto</td>
|
| 135 |
-
</tr>
|
| 136 |
-
</table>
|
| 137 |
-
|
| 138 |
-
### Eval Subset Structure
|
| 139 |
-
<table class="belcanto">
|
| 140 |
-
<tr>
|
| 141 |
-
<th>mel</th>
|
| 142 |
-
<th>cqt</th>
|
| 143 |
-
<th>chroma</th>
|
| 144 |
-
<th>label (4-class)</th>
|
| 145 |
-
<th>gender (2-class)</th>
|
| 146 |
-
<th>singing_method (2-class)</th>
|
| 147 |
-
</tr>
|
| 148 |
-
<tr>
|
| 149 |
-
<td>.jpg, 1.6s, 22050Hz</td>
|
| 150 |
-
<td>.jpg, 1.6s, 22050Hz</td>
|
| 151 |
-
<td>.jpg, 1.6s, 22050Hz</td>
|
| 152 |
-
<td>m_bel, f_bel, m_folk, f_folk</td>
|
| 153 |
-
<td>male, female</td>
|
| 154 |
-
<td>Folk_Singing, Bel_Canto</td>
|
| 155 |
-
</tr>
|
| 156 |
-
</table>
|
| 157 |
|
| 158 |
### Data Instances
|
| 159 |
.zip(.wav, .jpg)
|
|
@@ -166,7 +120,7 @@ m_bel, f_bel, m_folk, f_folk
|
|
| 166 |
```python
|
| 167 |
from datasets import load_dataset
|
| 168 |
|
| 169 |
-
ds = load_dataset("ccmusic-database/bel_canto", split="train")
|
| 170 |
for item in ds:
|
| 171 |
print(item)
|
| 172 |
```
|
|
@@ -193,7 +147,7 @@ cd bel_canto
|
|
| 193 |
```
|
| 194 |
|
| 195 |
## Mirror
|
| 196 |
-
https://www.modelscope.cn/datasets/ccmusic-database/bel_canto
|
| 197 |
|
| 198 |
## Dataset Description
|
| 199 |
### Dataset Summary
|
|
|
|
| 107 |
| total | 203 | 9910 |
|
| 108 |
|
| 109 |
## Dataset Structure
|
| 110 |
+
<https://huggingface.co/datasets/ccmusic-database/bel_canto/viewer>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 111 |
|
| 112 |
### Data Instances
|
| 113 |
.zip(.wav, .jpg)
|
|
|
|
| 120 |
```python
|
| 121 |
from datasets import load_dataset
|
| 122 |
|
| 123 |
+
ds = load_dataset("ccmusic-database/bel_canto", name="default", split="train")
|
| 124 |
for item in ds:
|
| 125 |
print(item)
|
| 126 |
```
|
|
|
|
| 147 |
```
|
| 148 |
|
| 149 |
## Mirror
|
| 150 |
+
<https://www.modelscope.cn/datasets/ccmusic-database/bel_canto>
|
| 151 |
|
| 152 |
## Dataset Description
|
| 153 |
### Dataset Summary
|