cmnist / README.md
pietrolesci's picture
Upload dataset
8e2a755 verified
metadata
dataset_info:
  - config_name: bias_conflicting
    features:
      - name: uid
        dtype: int64
      - name: pixel_values
        sequence:
          sequence:
            sequence: float32
      - name: labels
        dtype:
          class_label:
            names:
              '0': '0'
              '1': '1'
              '2': '2'
              '3': '3'
              '4': '4'
              '5': '5'
              '6': '6'
              '7': '7'
              '8': '8'
              '9': '9'
      - name: colour
        dtype: string
      - name: is_biased
        dtype: bool
    splits:
      - name: train_bc01
        num_bytes: 528425664
        num_examples: 54000
      - name: train_bc05
        num_bytes: 528425593
        num_examples: 54000
      - name: train_bc10
        num_bytes: 528425453
        num_examples: 54000
      - name: train_bc20
        num_bytes: 528424929
        num_examples: 54000
      - name: test_bc90
        num_bytes: 97856071
        num_examples: 10000
      - name: validation_bc80
        num_bytes: 58713574
        num_examples: 6000
      - name: validation_bc50
        num_bytes: 58713692
        num_examples: 6000
    download_size: 426661462
    dataset_size: 2328984976
  - config_name: raw
    features:
      - name: uid
        dtype: int64
      - name: image
        dtype: image
      - name: pixel_values
        sequence:
          sequence: uint8
      - name: labels
        dtype:
          class_label:
            names:
              '0': '0'
              '1': '1'
              '2': '2'
              '3': '3'
              '4': '4'
              '5': '5'
              '6': '6'
              '7': '7'
              '8': '8'
              '9': '9'
    splits:
      - name: test
        num_bytes: 11955182
        num_examples: 10000
      - name: train
        num_bytes: 64529118
        num_examples: 54000
      - name: validation
        num_bytes: 7174182
        num_examples: 6000
    download_size: 36207635
    dataset_size: 83658482
configs:
  - config_name: bias_conflicting
    data_files:
      - split: train_bc01
        path: bias_conflicting/train_bc01-*
      - split: train_bc05
        path: bias_conflicting/train_bc05-*
      - split: train_bc10
        path: bias_conflicting/train_bc10-*
      - split: train_bc20
        path: bias_conflicting/train_bc20-*
      - split: test_bc90
        path: bias_conflicting/test_bc90-*
      - split: validation_bc80
        path: bias_conflicting/validation_bc80-*
      - split: validation_bc50
        path: bias_conflicting/validation_bc50-*
  - config_name: raw
    data_files:
      - split: test
        path: raw/test-*
      - split: train
        path: raw/train-*
      - split: validation
        path: raw/validation-*