Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
- split: validation
|
8 |
+
path: data/validation-*
|
9 |
+
- split: test
|
10 |
+
path: data/test-*
|
11 |
+
dataset_info:
|
12 |
+
features:
|
13 |
+
- name: image
|
14 |
+
dtype: image
|
15 |
+
- name: label
|
16 |
+
dtype:
|
17 |
+
class_label:
|
18 |
+
names:
|
19 |
+
'0': 1AVB
|
20 |
+
'1': AF
|
21 |
+
'2': LBBB
|
22 |
+
'3': Normal
|
23 |
+
'4': PAC
|
24 |
+
'5': PVC
|
25 |
+
'6': RBBB
|
26 |
+
'7': STD
|
27 |
+
'8': STE
|
28 |
+
splits:
|
29 |
+
- name: train
|
30 |
+
num_bytes: 550666209.248
|
31 |
+
num_examples: 11112
|
32 |
+
- name: validation
|
33 |
+
num_bytes: 15416122.0
|
34 |
+
num_examples: 285
|
35 |
+
- name: test
|
36 |
+
num_bytes: 148825836.337
|
37 |
+
num_examples: 2719
|
38 |
+
download_size: 749241570
|
39 |
+
dataset_size: 714908167.585
|
40 |
+
---
|
41 |
+
# Dataset Card for "cpsc2018"
|
42 |
+
|
43 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|