Victoria
Upload dataset
75580d5 verified
|
raw
history blame
1.5 kB
metadata
license: mit
dataset_info:
  features:
    - name: image
      dtype: image
    - name: label
      dtype:
        class_label:
          names:
            '0': alakazam
            '1': arcanine
            '2': beedrill
            '3': clefable
            '4': cubone
            '5': dodrio
            '6': dragonite
            '7': electrode
            '8': farfetch'd
            '9': gyarados
            '10': hitmonchan
            '11': hypno
            '12': jigglypuff
            '13': jolteon
            '14': kingler
            '15': machop
            '16': magnemite
            '17': mew
            '18': mewtwo
            '19': nidoking
            '20': parasect
            '21': pidgey
            '22': poliwrath
            '23': primeape
            '24': psyduck
            '25': raichu
            '26': rattata
            '27': scyther
            '28': seaking
            '29': spearow
            '30': tangela
            '31': vileplume
            '32': wartortle
            '33': wigglytuff
            '34': zapdos
  splits:
    - name: train
      num_bytes: 3045750.3061224497
      num_examples: 171
    - name: val
      num_bytes: 679136.3469387755
      num_examples: 37
    - name: test
      num_bytes: 677220.3469387755
      num_examples: 37
  download_size: 4413352
  dataset_size: 4402107.000000001
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: val
        path: data/val-*
      - split: test
        path: data/test-*