cifar10_2 / README.md
nnheui's picture
Upload dataset
03a9205 verified
metadata
dataset_info:
  features:
    - name: img
      dtype: image
    - name: label
      dtype:
        class_label:
          names:
            '0': airplane
            '1': automobile
            '2': bird
            '3': cat
            '4': deer
            '5': dog
            '6': frog
            '7': horse
            '8': ship
            '9': truck
    - name: keywords
      dtype: string
    - name: ti_indices
      dtype: int64
  splits:
    - name: train
      num_bytes: 23138408
      num_examples: 10000
    - name: test
      num_bytes: 4646029
      num_examples: 2000
  download_size: 29213321
  dataset_size: 27784437
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*