LC25000 / README.md
Alejandro98's picture
Upload dataset
39a7bcf verified
|
raw
history blame
765 Bytes
metadata
dataset_info:
  features:
    - name: image
      dtype: image
    - name: organ
      dtype:
        class_label:
          names:
            '0': lung
            '1': colon
    - name: label
      dtype:
        class_label:
          names:
            '0': benign
            '1': adenocarcinomas
            '2': squamous carcinomas
  splits:
    - name: train
      num_bytes: 1323930541.5
      num_examples: 17500
    - name: test
      num_bytes: 282747643
      num_examples: 3750
    - name: validation
      num_bytes: 283287993.75
      num_examples: 3750
  download_size: 1889024202
  dataset_size: 1889966178.25
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*