Datasets:
admin
commited on
Commit
·
7dae1b8
1
Parent(s):
44c6524
upd md
Browse files
README.md
CHANGED
@@ -88,29 +88,7 @@ In the original dataset, the labels were represented by folder names, which prov
|
|
88 |
Based on the aforementioned original dataset, we conducted data processing to construct the [default subset](#default-subset) of the current integrated version of the dataset. Due to the pre-existing split in the original dataset, wherein the data has been partitioned approximately in a 4:1 ratio for training and testing sets, we uphold the original data division approach for the default subset. The data structure of the default subset can be viewed in the [viewer](https://huggingface.co/datasets/ccmusic-database/GZ_IsoTech/viewer). In addition, we have retained the [eval subset](#eval-subset) used in the experiment for easy replication.
|
89 |
|
90 |
## Default Subset Structure
|
91 |
-
<
|
92 |
-
.datastructure td {
|
93 |
-
vertical-align: middle !important;
|
94 |
-
text-align: center;
|
95 |
-
}
|
96 |
-
.datastructure th {
|
97 |
-
text-align: center;
|
98 |
-
}
|
99 |
-
</style>
|
100 |
-
<table class="datastructure">
|
101 |
-
<tr>
|
102 |
-
<th>audio</th>
|
103 |
-
<th>mel</th>
|
104 |
-
<th>label</th>
|
105 |
-
<th>cname</th>
|
106 |
-
</tr>
|
107 |
-
<tr>
|
108 |
-
<td>.wav, 44100Hz</td>
|
109 |
-
<td>.jpg, 44100Hz</td>
|
110 |
-
<td>8-class</td>
|
111 |
-
<td>string</td>
|
112 |
-
</tr>
|
113 |
-
</table>
|
114 |
|
115 |
### Data Instances
|
116 |
.zip(.flac, .csv)
|
@@ -151,7 +129,7 @@ Chinese, English
|
|
151 |
```python
|
152 |
from datasets import load_dataset
|
153 |
|
154 |
-
ds = load_dataset("ccmusic-database/GZ_IsoTech")
|
155 |
for item in ds["train"]:
|
156 |
print(item)
|
157 |
|
@@ -176,12 +154,12 @@ for item in ds["test"]:
|
|
176 |
|
177 |
## Maintenance
|
178 |
```bash
|
179 |
-
GIT_LFS_SKIP_SMUDGE=1 git clone [email protected]:datasets/ccmusic-database/
|
180 |
-
cd
|
181 |
```
|
182 |
|
183 |
## Mirror
|
184 |
-
https://www.modelscope.cn/datasets/ccmusic-database/GZ_IsoTech
|
185 |
|
186 |
## Additional Information
|
187 |
### Dataset Curators
|
|
|
88 |
Based on the aforementioned original dataset, we conducted data processing to construct the [default subset](#default-subset) of the current integrated version of the dataset. Due to the pre-existing split in the original dataset, wherein the data has been partitioned approximately in a 4:1 ratio for training and testing sets, we uphold the original data division approach for the default subset. The data structure of the default subset can be viewed in the [viewer](https://huggingface.co/datasets/ccmusic-database/GZ_IsoTech/viewer). In addition, we have retained the [eval subset](#eval-subset) used in the experiment for easy replication.
|
89 |
|
90 |
## Default Subset Structure
|
91 |
+
<https://huggingface.co/datasets/ccmusic-database/GZ_IsoTech/viewer>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
92 |
|
93 |
### Data Instances
|
94 |
.zip(.flac, .csv)
|
|
|
129 |
```python
|
130 |
from datasets import load_dataset
|
131 |
|
132 |
+
ds = load_dataset("ccmusic-database/GZ_IsoTech", name="default")
|
133 |
for item in ds["train"]:
|
134 |
print(item)
|
135 |
|
|
|
154 |
|
155 |
## Maintenance
|
156 |
```bash
|
157 |
+
GIT_LFS_SKIP_SMUDGE=1 git clone [email protected]:datasets/ccmusic-database/GZ_IsoTech
|
158 |
+
cd GZ_IsoTech
|
159 |
```
|
160 |
|
161 |
## Mirror
|
162 |
+
<https://www.modelscope.cn/datasets/ccmusic-database/GZ_IsoTech>
|
163 |
|
164 |
## Additional Information
|
165 |
### Dataset Curators
|