cifar10_v2 / README.md
MaxReynolds's picture
Upload README.md with huggingface_hub
619b8c9
|
raw
history blame contribute delete
No virus
720 Bytes
metadata
dataset_info:
  features:
    - name: image
      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
  splits:
    - name: train
      num_bytes: 113648310
      num_examples: 50000
  download_size: 119709270
  dataset_size: 113648310
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*

Dataset Card for "cifar10_v2"

More Information needed