ashraq commited on
Commit
9be7725
1 Parent(s): 2b82a02

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +69 -0
dataset_infos.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"ashraq--esc50": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "filename": {
8
+ "dtype": "string",
9
+ "id": null,
10
+ "_type": "Value"
11
+ },
12
+ "fold": {
13
+ "dtype": "int64",
14
+ "id": null,
15
+ "_type": "Value"
16
+ },
17
+ "target": {
18
+ "dtype": "int64",
19
+ "id": null,
20
+ "_type": "Value"
21
+ },
22
+ "category": {
23
+ "dtype": "string",
24
+ "id": null,
25
+ "_type": "Value"
26
+ },
27
+ "esc10": {
28
+ "dtype": "bool",
29
+ "id": null,
30
+ "_type": "Value"
31
+ },
32
+ "src_file": {
33
+ "dtype": "int64",
34
+ "id": null,
35
+ "_type": "Value"
36
+ },
37
+ "take": {
38
+ "dtype": "string",
39
+ "id": null,
40
+ "_type": "Value"
41
+ },
42
+ "audio": {
43
+ "sampling_rate": null,
44
+ "mono": true,
45
+ "decode": true,
46
+ "id": null,
47
+ "_type": "Audio"
48
+ }
49
+ },
50
+ "post_processed": null,
51
+ "supervised_keys": null,
52
+ "task_templates": null,
53
+ "builder_name": null,
54
+ "config_name": null,
55
+ "version": null,
56
+ "splits": {
57
+ "train": {
58
+ "name": "train",
59
+ "num_bytes": 882136842.0,
60
+ "num_examples": 2000,
61
+ "dataset_name": "esc50"
62
+ }
63
+ },
64
+ "download_checksums": null,
65
+ "download_size": 773320991,
66
+ "post_processing_size": null,
67
+ "dataset_size": 882136842.0,
68
+ "size_in_bytes": 1655457833.0
69
+ }}