Datasets:
Tasks:
Audio Classification
Formats:
parquet
Sub-tasks:
audio-emotion-recognition
Languages:
Russian
Size:
1K - 10K
DOI:
License:
Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +48 -1
dataset_infos.json
CHANGED
@@ -1 +1,48 @@
|
|
1 |
-
{"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"default": {
|
2 |
+
"description": "",
|
3 |
+
"citation": "",
|
4 |
+
"homepage": "",
|
5 |
+
"license": "",
|
6 |
+
"features": {
|
7 |
+
"name": {
|
8 |
+
"dtype": "string",
|
9 |
+
"_type": "Value"
|
10 |
+
},
|
11 |
+
"path": {
|
12 |
+
"dtype": "string",
|
13 |
+
"_type": "Value"
|
14 |
+
},
|
15 |
+
"emotion": {
|
16 |
+
"dtype": "string",
|
17 |
+
"_type": "Value"
|
18 |
+
},
|
19 |
+
"speech": {
|
20 |
+
"_type": "Audio"
|
21 |
+
}
|
22 |
+
},
|
23 |
+
"builder_name": "csv",
|
24 |
+
"config_name": "default",
|
25 |
+
"version": {
|
26 |
+
"version_str": "0.0.0",
|
27 |
+
"major": 0,
|
28 |
+
"minor": 0,
|
29 |
+
"patch": 0
|
30 |
+
},
|
31 |
+
"splits": {
|
32 |
+
"test": {
|
33 |
+
"name": "test",
|
34 |
+
"num_bytes": 96603538.0,
|
35 |
+
"num_examples": 280,
|
36 |
+
"dataset_name": null
|
37 |
+
},
|
38 |
+
"train": {
|
39 |
+
"name": "train",
|
40 |
+
"num_bytes": 398719157.336,
|
41 |
+
"num_examples": 1116,
|
42 |
+
"dataset_name": null
|
43 |
+
}
|
44 |
+
},
|
45 |
+
"download_size": 485403675,
|
46 |
+
"dataset_size": 495322695.336,
|
47 |
+
"size_in_bytes": 980726370.336
|
48 |
+
}}
|