TeeA commited on
Commit
4ada747
·
1 Parent(s): 50d7f40

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,183 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image_file_path
5
+ dtype: string
6
+ - name: image
7
+ dtype: image
8
+ - name: labels
9
+ dtype:
10
+ class_label:
11
+ names:
12
+ '0': Porygon
13
+ '1': Goldeen
14
+ '2': Hitmonlee
15
+ '3': Hitmonchan
16
+ '4': Gloom
17
+ '5': Aerodactyl
18
+ '6': Mankey
19
+ '7': Seadra
20
+ '8': Gengar
21
+ '9': Venonat
22
+ '10': Articuno
23
+ '11': Seaking
24
+ '12': Dugtrio
25
+ '13': Machop
26
+ '14': Jynx
27
+ '15': Oddish
28
+ '16': Dodrio
29
+ '17': Dragonair
30
+ '18': Weedle
31
+ '19': Golduck
32
+ '20': Flareon
33
+ '21': Krabby
34
+ '22': Parasect
35
+ '23': Ninetales
36
+ '24': Nidoqueen
37
+ '25': Kabutops
38
+ '26': Drowzee
39
+ '27': Caterpie
40
+ '28': Jigglypuff
41
+ '29': Machamp
42
+ '30': Clefairy
43
+ '31': Kangaskhan
44
+ '32': Dragonite
45
+ '33': Weepinbell
46
+ '34': Fearow
47
+ '35': Bellsprout
48
+ '36': Grimer
49
+ '37': Nidorina
50
+ '38': Staryu
51
+ '39': Horsea
52
+ '40': Electabuzz
53
+ '41': Dratini
54
+ '42': Machoke
55
+ '43': Magnemite
56
+ '44': Squirtle
57
+ '45': Gyarados
58
+ '46': Pidgeot
59
+ '47': Bulbasaur
60
+ '48': Nidoking
61
+ '49': Golem
62
+ '50': Dewgong
63
+ '51': Moltres
64
+ '52': Zapdos
65
+ '53': Poliwrath
66
+ '54': Vulpix
67
+ '55': Beedrill
68
+ '56': Charmander
69
+ '57': Abra
70
+ '58': Zubat
71
+ '59': Golbat
72
+ '60': Wigglytuff
73
+ '61': Charizard
74
+ '62': Slowpoke
75
+ '63': Poliwag
76
+ '64': Tentacruel
77
+ '65': Rhyhorn
78
+ '66': Onix
79
+ '67': Butterfree
80
+ '68': Exeggcute
81
+ '69': Sandslash
82
+ '70': Pinsir
83
+ '71': Rattata
84
+ '72': Growlithe
85
+ '73': Haunter
86
+ '74': Pidgey
87
+ '75': Ditto
88
+ '76': Farfetchd
89
+ '77': Pikachu
90
+ '78': Raticate
91
+ '79': Wartortle
92
+ '80': Vaporeon
93
+ '81': Cloyster
94
+ '82': Hypno
95
+ '83': Arbok
96
+ '84': Metapod
97
+ '85': Tangela
98
+ '86': Kingler
99
+ '87': Exeggutor
100
+ '88': Kadabra
101
+ '89': Seel
102
+ '90': Voltorb
103
+ '91': Chansey
104
+ '92': Venomoth
105
+ '93': Ponyta
106
+ '94': Vileplume
107
+ '95': Koffing
108
+ '96': Blastoise
109
+ '97': Tentacool
110
+ '98': Lickitung
111
+ '99': Paras
112
+ '100': Clefable
113
+ '101': Cubone
114
+ '102': Marowak
115
+ '103': Nidorino
116
+ '104': Jolteon
117
+ '105': Muk
118
+ '106': Magikarp
119
+ '107': Slowbro
120
+ '108': Tauros
121
+ '109': Kabuto
122
+ '110': Spearow
123
+ '111': Sandshrew
124
+ '112': Eevee
125
+ '113': Kakuna
126
+ '114': Omastar
127
+ '115': Ekans
128
+ '116': Geodude
129
+ '117': Magmar
130
+ '118': Snorlax
131
+ '119': Meowth
132
+ '120': Pidgeotto
133
+ '121': Venusaur
134
+ '122': Persian
135
+ '123': Rhydon
136
+ '124': Starmie
137
+ '125': Charmeleon
138
+ '126': Lapras
139
+ '127': Alakazam
140
+ '128': Graveler
141
+ '129': Psyduck
142
+ '130': Rapidash
143
+ '131': Doduo
144
+ '132': Magneton
145
+ '133': Arcanine
146
+ '134': Electrode
147
+ '135': Omanyte
148
+ '136': Poliwhirl
149
+ '137': Mew
150
+ '138': Alolan Sandslash
151
+ '139': Mewtwo
152
+ '140': Weezing
153
+ '141': Gastly
154
+ '142': Victreebel
155
+ '143': Ivysaur
156
+ '144': MrMime
157
+ '145': Shellder
158
+ '146': Scyther
159
+ '147': Diglett
160
+ '148': Primeape
161
+ '149': Raichu
162
+ splits:
163
+ - name: train
164
+ num_bytes: 47276736.0
165
+ num_examples: 4869
166
+ - name: validation
167
+ num_bytes: 13783926.48
168
+ num_examples: 1390
169
+ - name: test
170
+ num_bytes: 7266745.0
171
+ num_examples: 732
172
+ download_size: 66747507
173
+ dataset_size: 68327407.48
174
+ configs:
175
+ - config_name: default
176
+ data_files:
177
+ - split: train
178
+ path: data/train-*
179
+ - split: validation
180
+ path: data/validation-*
181
+ - split: test
182
+ path: data/test-*
183
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9abd083dcbd194c844986a08f78794478dd13a52c3137a2ecbf42af54fbde7d3
3
+ size 7115931
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ff27e69651dbd4a3a35dbd65786c31acd9d165719d505eab00ded7137b2236d
3
+ size 46152169
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4277fdf1c7fe782bfc552f7089f48395414716f71459c42d6e9f39fc435c9d5a
3
+ size 13479407