File size: 863 Bytes
b1ec720
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': 1dAVb
          '1': AF
          '2': LBBB
          '3': RBBB
          '4': SB
          '5': ST
  splits:
  - name: train
    num_bytes: 2106111696.875
    num_examples: 26417
  - name: validation
    num_bytes: 343817563.375
    num_examples: 4293
  - name: test
    num_bytes: 271644355.75
    num_examples: 3394
  download_size: 2707402197
  dataset_size: 2721573616.0
---
# Dataset Card for "mit-code-vit-ds2"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)