File size: 840 Bytes
4013f53 b45637b 4013f53 b0ca005 4013f53 3812172 0c4e49d 3812172 0c4e49d 3812172 0c4e49d 3812172 |
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 |
---
dataset_info:
features:
- name: image
dtype: image
- name: text
dtype: string
splits:
- name: train
num_bytes: 19372532.0
num_examples: 898
download_size: 0
dataset_size: 19372532.0
---
# Dataset Card for Pokémon type captions
Contains official artwork and type-specific caption for Pokémon #1-898 (Bulbasaur-Calyrex).
Each Pokémon is represented once by the default form from [PokéAPI](https://pokeapi.co/)
Each row contains `image` and `text` keys:
- `image` is a 475x475 PIL jpg of the Pokémon's official artwork.
- `text` is a label describing the Pokémon by its type(s)
## Attributions
_Images and typing information pulled from [PokéAPI](https://pokeapi.co/)_
_Based on the [Lambda Labs Pokémon Blip Captions Dataset](https://huggingface.co/datasets/lambdalabs/pokemon-blip-captions)_
|