IdaFLab commited on
Commit
588b44b
1 Parent(s): 52ee6a7

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+
3
+ pretty_name: ECG-Heatmap
4
+ dataset_info:
5
+ config_name: plain_text
6
+ features:
7
+ - name: image
8
+ dtype: image
9
+ - name: label
10
+ dtype:
11
+ class_label:
12
+ names:
13
+ - '0': Normal
14
+ - '1': Arrhythmia
15
+ - name: __index_level_0__
16
+ dtype: int64
17
+ splits:
18
+ - name: train
19
+ num_bytes: 425706938
20
+ num_examples: 96928
21
+ - name: test
22
+ num_bytes: 141881816
23
+ num_examples: 32310
24
+ - name: validation
25
+ num_bytes: 141647594
26
+ num_examples: 32310
27
+ configs:
28
+ - config_name: plain_text
29
+ data_files:
30
+ - split: train
31
+ path: plain_text/ecg_images_train.parquet
32
+ - split: test
33
+ path: plain_text/ecg_images_test.parquet
34
+ - split: validation
35
+ path: plain_text/ecg_images_val.parquet
36
+ default: true
37
+
38
+ ---