GabeHD's picture
Upload README.md with huggingface_hub
b45637b
|
raw
history blame
No virus
840 Bytes
metadata
dataset_info:
  features:
    - name: image
      dtype: image
    - name: text
      dtype: string
  splits:
    - name: train
      num_bytes: 19372532
      num_examples: 898
  download_size: 0
  dataset_size: 19372532

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

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

Based on the Lambda Labs Pokémon Blip Captions Dataset