File size: 1,495 Bytes
19682e1
 
75580d5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19682e1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
---

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-*
---