cifar-datasets / README.md
cs-giung's picture
Upload dataset
60b790e verified
metadata
dataset_info:
  - config_name: cifar10
    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
      - name: test
        num_bytes: 22731580
        num_examples: 10000
    download_size: 136936008
    dataset_size: 136379890
  - config_name: cifar10.1
    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: test
        num_bytes: 4580949
        num_examples: 2000
    download_size: 4603663
    dataset_size: 4580949
  - config_name: cifar10.2
    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: 22912827
        num_examples: 10000
      - name: test
        num_bytes: 4600632
        num_examples: 2000
    download_size: 27642417
    dataset_size: 27513459
  - config_name: cifar100
    features:
      - name: image
        dtype: image
      - name: label
        dtype:
          class_label:
            names:
              '0': apple
              '1': aquarium_fish
              '2': baby
              '3': bear
              '4': beaver
              '5': bed
              '6': bee
              '7': beetle
              '8': bicycle
              '9': bottle
              '10': bowl
              '11': boy
              '12': bridge
              '13': bus
              '14': butterfly
              '15': camel
              '16': can
              '17': castle
              '18': caterpillar
              '19': cattle
              '20': chair
              '21': chimpanzee
              '22': clock
              '23': cloud
              '24': cockroach
              '25': couch
              '26': cra
              '27': crocodile
              '28': cup
              '29': dinosaur
              '30': dolphin
              '31': elephant
              '32': flatfish
              '33': forest
              '34': fox
              '35': girl
              '36': hamster
              '37': house
              '38': kangaroo
              '39': keyboard
              '40': lamp
              '41': lawn_mower
              '42': leopard
              '43': lion
              '44': lizard
              '45': lobster
              '46': man
              '47': maple_tree
              '48': motorcycle
              '49': mountain
              '50': mouse
              '51': mushroom
              '52': oak_tree
              '53': orange
              '54': orchid
              '55': otter
              '56': palm_tree
              '57': pear
              '58': pickup_truck
              '59': pine_tree
              '60': plain
              '61': plate
              '62': poppy
              '63': porcupine
              '64': possum
              '65': rabbit
              '66': raccoon
              '67': ray
              '68': road
              '69': rocket
              '70': rose
              '71': sea
              '72': seal
              '73': shark
              '74': shrew
              '75': skunk
              '76': skyscraper
              '77': snail
              '78': snake
              '79': spider
              '80': squirrel
              '81': streetcar
              '82': sunflower
              '83': sweet_pepper
              '84': table
              '85': tank
              '86': telephone
              '87': television
              '88': tiger
              '89': tractor
              '90': train
              '91': trout
              '92': tulip
              '93': turtle
              '94': wardrobe
              '95': whale
              '96': willow_tree
              '97': wolf
              '98': woman
              '99': worm
    splits:
      - name: train
        num_bytes: 112145106
        num_examples: 50000
      - name: test
        num_bytes: 22484261
        num_examples: 10000
    download_size: 135185005
    dataset_size: 134629367
  - config_name: cinic10
    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: 166746452
        num_examples: 70000
      - name: validation
        num_bytes: 166784204
        num_examples: 70000
      - name: test
        num_bytes: 166904515
        num_examples: 70000
    download_size: 502549406
    dataset_size: 500435171
  - config_name: sketch
    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: test
        num_bytes: 653698
        num_examples: 400
    download_size: 646503
    dataset_size: 653698
  - config_name: stl10
    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: 10304093
        num_examples: 4500
      - name: test
        num_bytes: 16456238
        num_examples: 7200
    download_size: 26896471
    dataset_size: 26760331
configs:
  - config_name: cifar10
    data_files:
      - split: train
        path: cifar10/train-*
      - split: test
        path: cifar10/test-*
  - config_name: cifar10.1
    data_files:
      - split: test
        path: cifar10.1/test-*
  - config_name: cifar10.2
    data_files:
      - split: train
        path: cifar10.2/train-*
      - split: test
        path: cifar10.2/test-*
  - config_name: cifar100
    data_files:
      - split: train
        path: cifar100/train-*
      - split: test
        path: cifar100/test-*
  - config_name: cinic10
    data_files:
      - split: train
        path: cinic10/train-*
      - split: validation
        path: cinic10/validation-*
      - split: test
        path: cinic10/test-*
  - config_name: sketch
    data_files:
      - split: test
        path: sketch/test-*
  - config_name: stl10
    data_files:
      - split: train
        path: stl10/train-*
      - split: test
        path: stl10/test-*