Upload dataset_infos.json
Browse files- dataset_infos.json +57 -0
dataset_infos.json
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"liyongsea--PTB-XL-small-train": {
|
2 |
+
"description": "PTB-XL, a large publicly available electrocardiography dataset\n",
|
3 |
+
"citation": "",
|
4 |
+
"homepage": "https://physionet.org/content/ptb-xl/1.0.2/",
|
5 |
+
"license": "",
|
6 |
+
"features": {
|
7 |
+
"ecg_id": {
|
8 |
+
"dtype": "int64",
|
9 |
+
"id": null,
|
10 |
+
"_type": "Value"
|
11 |
+
},
|
12 |
+
"age": {
|
13 |
+
"dtype": "int32",
|
14 |
+
"id": null,
|
15 |
+
"_type": "Value"
|
16 |
+
},
|
17 |
+
"sex": {
|
18 |
+
"dtype": "string",
|
19 |
+
"id": null,
|
20 |
+
"_type": "Value"
|
21 |
+
},
|
22 |
+
"ecg_array": {
|
23 |
+
"shape": [
|
24 |
+
5000,
|
25 |
+
12
|
26 |
+
],
|
27 |
+
"dtype": "float32",
|
28 |
+
"id": null,
|
29 |
+
"_type": "Array2D"
|
30 |
+
}
|
31 |
+
},
|
32 |
+
"post_processed": null,
|
33 |
+
"supervised_keys": null,
|
34 |
+
"task_templates": null,
|
35 |
+
"builder_name": "ptb-xl",
|
36 |
+
"config_name": "default",
|
37 |
+
"version": {
|
38 |
+
"version_str": "1.0.2",
|
39 |
+
"description": null,
|
40 |
+
"major": 1,
|
41 |
+
"minor": 0,
|
42 |
+
"patch": 2
|
43 |
+
},
|
44 |
+
"splits": {
|
45 |
+
"train": {
|
46 |
+
"name": "train",
|
47 |
+
"num_bytes": 2600210,
|
48 |
+
"num_examples": 10,
|
49 |
+
"dataset_name": "PTB-XL-small-train"
|
50 |
+
}
|
51 |
+
},
|
52 |
+
"download_checksums": null,
|
53 |
+
"download_size": 913588,
|
54 |
+
"post_processing_size": null,
|
55 |
+
"dataset_size": 2600210,
|
56 |
+
"size_in_bytes": 3513798
|
57 |
+
}}
|