Commit
·
f7dbda6
1
Parent(s):
ea3ed3d
Upload dataset_infos.json
Browse files- dataset_infos.json +21 -9
dataset_infos.json
CHANGED
@@ -5,14 +5,26 @@
|
|
5 |
"license": "",
|
6 |
"features": {
|
7 |
"audio": {
|
8 |
-
"
|
9 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
"id": null,
|
11 |
"_type": "Value"
|
12 |
},
|
13 |
-
"
|
14 |
-
|
15 |
-
|
|
|
|
|
16 |
},
|
17 |
"text": {
|
18 |
"dtype": "string",
|
@@ -29,14 +41,14 @@
|
|
29 |
"splits": {
|
30 |
"train": {
|
31 |
"name": "train",
|
32 |
-
"num_bytes":
|
33 |
"num_examples": 1,
|
34 |
"dataset_name": "bjorn_training"
|
35 |
}
|
36 |
},
|
37 |
"download_checksums": null,
|
38 |
-
"download_size":
|
39 |
"post_processing_size": null,
|
40 |
-
"dataset_size":
|
41 |
-
"size_in_bytes":
|
42 |
}}
|
|
|
5 |
"license": "",
|
6 |
"features": {
|
7 |
"audio": {
|
8 |
+
"array": {
|
9 |
+
"feature": {
|
10 |
+
"dtype": "float32",
|
11 |
+
"id": null,
|
12 |
+
"_type": "Value"
|
13 |
+
},
|
14 |
+
"length": -1,
|
15 |
+
"id": null,
|
16 |
+
"_type": "Sequence"
|
17 |
+
},
|
18 |
+
"file": {
|
19 |
+
"dtype": "string",
|
20 |
"id": null,
|
21 |
"_type": "Value"
|
22 |
},
|
23 |
+
"sample_rate": {
|
24 |
+
"dtype": "int64",
|
25 |
+
"id": null,
|
26 |
+
"_type": "Value"
|
27 |
+
}
|
28 |
},
|
29 |
"text": {
|
30 |
"dtype": "string",
|
|
|
41 |
"splits": {
|
42 |
"train": {
|
43 |
"name": "train",
|
44 |
+
"num_bytes": 101301,
|
45 |
"num_examples": 1,
|
46 |
"dataset_name": "bjorn_training"
|
47 |
}
|
48 |
},
|
49 |
"download_checksums": null,
|
50 |
+
"download_size": 150620,
|
51 |
"post_processing_size": null,
|
52 |
+
"dataset_size": 101301,
|
53 |
+
"size_in_bytes": 251921
|
54 |
}}
|