Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -147,6 +147,20 @@ train, validation, test
|
|
147 |
### Dataset Summary
|
148 |
The label system is hierarchical and contains three levels in the raw dataset. The first level consists of four categories: _trill, staccato, slide_, and _others_; the second level comprises seven categories: _trill\short\up, trill\long, staccato, slide up, slide\legato, slide\down_, and _others_; the third level consists of 11 categories, representing the 11 playing techniques described earlier. Although it also employs a three-level label system, the higher-level labels do not exhibit complete downward compatibility with the lower-level labels. Therefore, we cannot merge these three-level labels into the same split but must treat them as three separate subsets.
|
149 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
150 |
### Supported Tasks and Leaderboards
|
151 |
Erhu Playing Technique Classification
|
152 |
|
|
|
147 |
### Dataset Summary
|
148 |
The label system is hierarchical and contains three levels in the raw dataset. The first level consists of four categories: _trill, staccato, slide_, and _others_; the second level comprises seven categories: _trill\short\up, trill\long, staccato, slide up, slide\legato, slide\down_, and _others_; the third level consists of 11 categories, representing the 11 playing techniques described earlier. Although it also employs a three-level label system, the higher-level labels do not exhibit complete downward compatibility with the lower-level labels. Therefore, we cannot merge these three-level labels into the same split but must treat them as three separate subsets.
|
149 |
|
150 |
+
#### Totals 总量统计
|
151 |
+
| Subset 子集 | Total count 总数据量 | Total duration(s) 总时长(秒) |
|
152 |
+
| :-------------------------: | :------------------: | :--------------------------: |
|
153 |
+
| Default / 11_classes / Eval | `1253` | `1548.3557823129247` |
|
154 |
+
| 7_classes / 4_classes | `635` | `719.8175736961448` |
|
155 |
+
|
156 |
+
#### Range (Default subset) 默认子集极值
|
157 |
+
| Statistical items 统计项 | Values 值 |
|
158 |
+
| :--------------------------------: | :------------------: |
|
159 |
+
| Mean duration(ms) 平均时长(毫秒) | `1235.7189004891661` |
|
160 |
+
| Min duration(ms) 最短时长(毫秒) | `91.7687074829932` |
|
161 |
+
| Max duration(ms) 最长时长(毫秒) | `4468.934240362812` |
|
162 |
+
| Classes with max durs 最长时长类别 | `Vibrato, Detache` |
|
163 |
+
|
164 |
### Supported Tasks and Leaderboards
|
165 |
Erhu Playing Technique Classification
|
166 |
|