mit-code-vit-ds2 / README.md
kushalps's picture
Upload README.md with huggingface_hub
b1ec720
metadata
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

Dataset Card for "mit-code-vit-ds2"

More Information needed