PathMNIST / README.md
shin-jm's picture
Upload dataset
60cfa12 verified
metadata
license: cc-by-4.0
dataset_info:
  features:
    - name: image
      dtype: image
    - name: label
      dtype:
        class_label:
          names:
            '0': adipose
            '1': background
            '2': debris
            '3': lymphocytes
            '4': mucus
            '5': smooth muscle
            '6': normal colon mucosa
            '7': cancer-associated stroma
            '8': colorectal adenocarcinoma epithelium
  splits:
    - name: train
      num_bytes: 8285786606.456
      num_examples: 89996
    - name: validation
      num_bytes: 920255059.784
      num_examples: 10004
    - name: test
      num_bytes: 637256889.78
      num_examples: 7180
  download_size: 9970830262
  dataset_size: 9843298556.02
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*