Datasets:
File size: 4,780 Bytes
32d9a92 13daccb 32d9a92 83dc083 7e179ab eb1aa1a 7e179ab 83dc083 7e179ab 13daccb ea3c454 13daccb ea3c454 13daccb ea3c454 13daccb ea3c454 13daccb ea3c454 13daccb ea3c454 13daccb ea3c454 13daccb ea3c454 13daccb ea3c454 13daccb ea3c454 13daccb ea3c454 13daccb ea3c454 |
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 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 |
---
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-*
task_categories:
- image-classification
configs:
- config_name: default
data_files:
- split: train
path: "data/train-00000-of-00001.parquet"
- split: val
path: "data/val-00000-of-00001.parquet"
- split: test
path: "data/test-00000-of-00001.parquet"
---
# Dataset Card for Dataset Name
<!-- Provide a quick summary of the dataset. -->
Generation I pokemon images dataset (35 pokemon).
## Dataset Details
This dataset was curated using pokemon images found on [bulbapedia](https://bulbapedia.bulbagarden.net/wiki/).
It contains 35 randomly selected Generation I pokemon, with 7 images per pokemon.
### Dataset Description
<!-- Provide a longer summary of what this dataset is. -->
The dataset has train/test/val splits. The train split contains 4 images per pokemon, the test & val splits contain either 2 or 1 image per pokemon.
The following images were selected from Bulbapedia:
- the main pokemon image, as shown on the bulbapedia page for that pokemon
- the Pokemon Red & Blue artwork
- the Pokemon Red & Green artwork
- the Pokemon Smile artwork
- the Pokemon Original Series anime artwork
- the Pokemon X&Y and/or Ruby & Saphire anime artwork
- the Pokemon Global Link artwork
### Dataset Labels
```
['alakazam','arcanine','beedrill','clefable','cubone','dodrio','dragonite','electrode',"farfetch'd",'gyarados','hitmonchan','hypno','jigglypuff','jolteon','kingler','machop','magnemite','mew','mewtwo','nidoking','parasect','pidgey','poliwrath','primeape','psyduck','raichu','rattata','scyther','seaking','spearow','tangela','vileplume','wartortle','wigglytuff','zapdos']
```
### Dataset Sources [optional]
<!-- Provide the basic links for the dataset. -->
- **Repository:** [Bulbapedia/Bulbagarden](https://archives.bulbagarden.net/wiki/Main_Page)
## Uses
<!-- Address questions around how the dataset is intended to be used. -->
### Direct Use
<!-- This section describes suitable use cases for the dataset. -->
Intended for use in few-shot learning AI models
### Out-of-Scope Use
<!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
[More Information Needed]
## Dataset Structure
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
Data contains a train, test and validation split
## Dataset Creation
### Curation Rationale
<!-- Motivation for the creation of this dataset. -->
Other pokemon classification datasets were too large and diverse for few-shot learning use cases.
### Source Data
<!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
#### Data Collection and Processing
<!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
Images have not been processed beyond downloading them
#### Who are the source data producers?
<!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
Nintendo Co. Ltd
|