datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
pokemon-blip-captions
Notice of DMCA Takedown Action
We have received a DMCA takedown notice from The Pokémon Company International, Inc.
In response to this action, we have taken down the dataset.
We appreciate your understanding.
pokemon-showdown-replays
Pokémon Showdown Replay Datasets
Multiple datasets of Pokémon Showdown public replays pulled using the Pokémon Showdown API. Publishing them here to provide them to the community as a starting point for future projects.
These datasets are used in Showdown Shower, an university project of mine.
The dates of the replays range from 2005 to 2026.
Currently (as of 17th September, 2026), this is the number of replays available in each dataset. The number may be lower than the one… See the full description on the dataset page: https://huggingface.co/datasets/HolidayOugi/pokemon-showdown-replays.pokemon-gpt4-captions
Dataset Card for "pokemon-gpt4-captions"
This dataset is just lambdalabs/pokemon-blip-captions but the captions come from GPT-4 (Turbo).
Code used to generate the captions:
import base64
from io import BytesIO
import requests
from PIL import Image
def encode_image(image):
buffered = BytesIO()
image.save(buffered, format="JPEG")
img_str = base64.b64encode(buffered.getvalue())
returnimg_str.decode("utf-8")
def create_payload(image_string):
payload = {… See the full description on the dataset page: https://huggingface.co/datasets/diffusers/pokemon-gpt4-captions.pokemon-blip-captions
Dataset Card for Pokémon BLIP captions
Dataset used to train Pokémon text to image model
BLIP generated captions for Pokémon images from Few Shot Pokémon dataset introduced by Towards Faster and Stabilized GAN Training for High-fidelity Few-shot Image Synthesis (FastGAN). Original images were obtained from FastGAN-pytorch and captioned with the pre-trained BLIP model.
For each row the dataset contains image and text keys. image is a varying size PIL jpeg, and text is the… See the full description on the dataset page: https://huggingface.co/datasets/reach-vb/pokemon-blip-captions.pokemon-battle-outcomesproject_gutenberg
Dataset Card for "Project Gutenberg"
Project Gutenberg is a library of over 70,000 free eBooks, hosted at https://www.gutenberg.org/.
All examples correspond to a single book, and contain a header and a footer of a few lines (delimited by a *** Start of *** and *** End of *** tags).
Usage
from datasets import load_dataset
ds = load_dataset("manu/project_gutenberg", split="fr", streaming=True)
print(next(iter(ds)))
License
Full license is available here:… See the full description on the dataset page: https://huggingface.co/datasets/pokemonlkdsfnlks/project_gutenberg.pokemon-blip-captions-en-zh
Dataset Card for Pokémon BLIP captions with English and Chinese.
Dataset used to train Pokémon text to image model, add a Chinese Column of Pokémon BLIP captions
BLIP generated captions for Pokémon images from Few Shot Pokémon dataset introduced by Towards Faster and Stabilized GAN Training for High-fidelity Few-shot Image Synthesis (FastGAN). Original images were obtained from FastGAN-pytorch and captioned with the pre-trained BLIP model.
For each row the dataset contains image… See the full description on the dataset page: https://huggingface.co/datasets/svjack/pokemon-blip-captions-en-zh.PokemonCardsWithCaptionsBERTandReshapedPokemonCardsWithCaptionsBERTpokemon-classification
Dataset Labels
['Porygon', 'Goldeen', 'Hitmonlee', 'Hitmonchan', 'Gloom', 'Aerodactyl', 'Mankey', 'Seadra', 'Gengar', 'Venonat', 'Articuno', 'Seaking', 'Dugtrio', 'Machop', 'Jynx', 'Oddish', 'Dodrio', 'Dragonair', 'Weedle', 'Golduck', 'Flareon', 'Krabby', 'Parasect', 'Ninetales', 'Nidoqueen', 'Kabutops', 'Drowzee', 'Caterpie', 'Jigglypuff', 'Machamp', 'Clefairy', 'Kangaskhan', 'Dragonite', 'Weepinbell', 'Fearow', 'Bellsprout', 'Grimer', 'Nidorina', 'Staryu', 'Horsea'… See the full description on the dataset page: https://huggingface.co/datasets/keremberke/pokemon-classification.pokemon_data
Pokémon TCG Tournament Game Logs
Full game logs from an agent Pokémon TCG tournament ("Limited Card Battle"),
122,542 recorded games collected across 26 daily archives — an initial batch
of 15 undated archives (top/, medium_high/) plus dated days
2026-07-21 → 2026-07-31 (days_0721_0731/). Both batches use the same
per-day split rule and load together via the split config above.
Splits
Games in each daily archive were ranked by avg_score (per-agent average
rating… See the full description on the dataset page: https://huggingface.co/datasets/shantezhou/pokemon_data.pokemon-showdown-replays-merged
Pokemon Showdown Replays - Merged Dataset
A merged dataset of Pokemon Showdown battle replays from multiple sources.
Statistics
Total Replays: 29,057,184
Sources:
sethkarten: 3,909,792 replays
metamon: 1,978,010 replays
holidayougi: 23,169,382 replays
Top Formats
Format
Count
[Gen 9] OU
3,200,571
[Gen 6] OU
2,977,289
[Gen 7] OU
2,578,070
[Gen 7] RANDOMBATTLE
2,005,704
[Gen 6] RANDOMBATTLE
1,598,899
[Gen 9] VGC 2025
836,958
[Gen 9]… See the full description on the dataset page: https://huggingface.co/datasets/milkkarten/pokemon-showdown-replays-merged.pokemon-llm-svg-bench-results
Pokémon LLM SVG Bench (V1.1)
This is a snapshot of scored SVG drawings from the Pokémon LLM SVG Bench — LLMs try to draw Pokémon in SVG, and we score the results. Prefer reading the live site for context; for scoring rules and methodology, see About.
Unofficial fan / research project. Pokémon images are copyrighted by The Pokémon Company and related companies involved in developing, operating, and managing the Pokémon series. Pokémon descriptions are sourced from… See the full description on the dataset page: https://huggingface.co/datasets/haxfenx/pokemon-llm-svg-bench-results.Pokemon-Captioning-Classification
2000+ download monthly. Really appreciate for all of you guys:
Buy me a coffee:
https://buymeacoffee.com/tridoan
Disclaimer: This model is provided "as-is" without any warranties. The authors are not responsible for any misuse or damages arising from its use.
pokemon_cards_description_vlmPokemonDataset
Dataset Card for Pokemon Gen 1
Dataset Structure
Data Instances: A typical data instance consists of a textual prompt and a corresponding image path.
Data Fields:
prompt: A string containing the textual description or cue associated with the image.
image_file: The path to the image file related to the prompt.
Data Splits: The dataset is not explicitly split. All instances are part of a single batch. Users can create training, validation, and test splits as needed.… See the full description on the dataset page: https://huggingface.co/datasets/Empolyon2/PokemonDataset.pokemoncards-vlm-multimodalpokemon
Dataset Card
Pokemon caption dataset
This dataset contain artwork, name, type, species, and caption of all pokemons till 07/07/2023.
Caption: generated by BLIP
Artwork and other infomations: crawled from pokemondb
More Information needed
PokemonBattlePredictions
PokemonBattlePredictions
tags: Classification, Gameplay, AI-powered
Note: This is an AI-generated dataset so its content may be inaccurate or false
Dataset Description: The 'PokemonBattlePredictions' dataset is a collection of textual descriptions of Pokémon battles, specifically designed to train machine learning models in predicting the outcome of battles between Pokémon teams. The dataset includes information about each Pokémon's stats, abilities, moves, and any relevant items.… See the full description on the dataset page: https://huggingface.co/datasets/infinite-dataset-hub/PokemonBattlePredictions.pokemon-classification
Dataset Labels
['Golbat', 'Machoke', 'Omastar', 'Diglett', 'Lapras', 'Kabuto', 'Persian', 'Weepinbell', 'Golem', 'Dodrio', 'Raichu', 'Zapdos', 'Raticate', 'Magnemite', 'Ivysaur', 'Growlithe', 'Tangela', 'Drowzee', 'Rapidash', 'Venonat', 'Pidgeot', 'Nidorino', 'Porygon', 'Lickitung', 'Rattata', 'Machop', 'Charmeleon', 'Slowbro', 'Parasect', 'Eevee', 'Starmie', 'Staryu', 'Psyduck', 'Dragonair', 'Magikarp', 'Vileplume', 'Marowak', 'Pidgeotto', 'Shellder', 'Mewtwo', 'Farfetchd'… See the full description on the dataset page: https://huggingface.co/datasets/fcakyon/pokemon-classification.ml2025-hw4-pokemonpokemon-battle-statspokemon_card_image_for_authenticity_classification
Pokemon Card Image for Authenticity Classification
This dataset contains front/back images of Pokemon cards for authenticity experiments.
Dataset structure
Images/: all image files (.jpeg)
Images/metadata.jsonl: metadata used by Hugging Face imagefolder
labels.csv: flat label file with the same rows as metadata
Columns
image: image object loaded from file
id: image filename (unique id)
side: card side (0 = front, 1 = back)
labels: authenticity label (1 =… See the full description on the dataset page: https://huggingface.co/datasets/stevelohwc/pokemon_card_image_for_authenticity_classification.pokemon-gpt4o-captionsBorrowed from: https://huggingface.co/datasets/jugg1024/pokemon-gpt4o-captions
You can use it in LLaMA Factory by specifying dataset: pokemon_cap.
pokemon-pixel-artThis new dataset is designed to solve this great NLP task and is crafted with a lot of care.pokemon-blip-captions-en-zh_tw
Dataset Card for pokemon-blip-captions-en-zh_tw
pokemon-blip-captions-en-zh_tw 是一個雙語寶可夢圖像描述資料集,包含 833 張寶可夢圖像,每張圖像附帶英文與繁體中文兩種描述。本資料集為 lambdalabs/pokemon-blip-captions 之繁體中文延伸版本,適用於繁體中文圖像描述、文字生成圖像與多模態模型之微調與教學範例。
Dataset Details
Dataset Description
lambdalabs/pokemon-blip-captions 為一個廣為使用之 Stable Diffusion 教學範例資料集,提供 833 張寶可夢圖像與 BLIP 模型生成之英文 caption。本資料集在原始資料基礎上,新增繁體中文之對應描述欄位(zh_tw_text),保留原始圖像與英文 caption(en_text),形成雙語對照格式。
Curated by: Liang Hsun Huang… See the full description on the dataset page: https://huggingface.co/datasets/lianghsun/pokemon-blip-captions-en-zh_tw.pokemon-red-sft
pokemon-kafka SFT corpus (v6u, 2026-09-07 late)
Deterministic conversion of pokemon-kafka telemetry (seed 42). 28003 examples: 25203 train, 2800 valid.
Seats
seat
domain
rows
what the row teaches
Wheelman
battle-outcome
3599
will this fight be won; fight or flee
Wheelman
move-choice
10993
damage bucket per move; best move per matchup
Wheelman
battle-action
719
next action from a won battle's turns
Extractor
puzzle-consult
605
menu choice at a wall… See the full description on the dataset page: https://huggingface.co/datasets/bdougie/pokemon-red-sft.pokemon-datasetPokemonCards
Dataset Card for PokemonCards
Languages
All of the data is in English.
Dataset Structure
Data Instances
{
"id": "pl1-1",
"image_url": "https://images.pokemontcg.io/pl1/1_hires.png",
"caption": "A Stage 2 Pokemon Card of type Lightning with the title ""Ampharos"" and 130 HP of rarity ""Rare Holo"" evolved from Flaaffy from the set Platinum and the flavor text: ""None"". It has the attack ""Gigavolt"" with the cost Lightning, Colorless, the… See the full description on the dataset page: https://huggingface.co/datasets/TheFusion21/PokemonCards.the-Pokemon-Trading-Card-Game-Battle-Challenge-DataSetpokemon_tcg_battle_dataset.csv (~6–7k rows from 500 simulated games by default).
