CoolFace
30 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01lambda /pokemon-blip-captionsgated 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. imagetext-to-imagen<1K314 likes4.9k downloads3y agoHugging Face02HolidayOugi /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.tabularfeature-extraction10M<n<100M3 likes2k downloads5d agoHugging Face03DelgadoPanadero /Pokemon Pokemon Dataset This dataset contains a text representation of more that 10k pokemon sprites from different pokemon videogames (red, yellow, gold, ruby,...). The original images are from 40 to 96 pixel of size and every pixel is represented with an ASCII character depending to its color. Supported Tasks Text Generation Languages ASCII colo representation Data Fields {'pokemon': pokemon sprite in ASCII representation 'game': videogame in witch… See the full description on the dataset page: https://huggingface.co/datasets/DelgadoPanadero/Pokemon.3 likes1.6k downloads5y agoHugging Face04tortu17 /Pokemon0 likes1.4k downloads5d agoHugging Face05DJ-Research /GameBoy-pokemon_brown0 likes996 downloads7d agoHugging Face06diffusers /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.imagetext-to-imagen<1K42 likes971 downloads3y agoHugging Face07reach-vb /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.imagetext-to-imagen<1K26 likes575 downloads3y agoHugging Face08Diarmuid27 /pokemon-battle-outcomestabular10K<n<100K0 likes409 downloads1y agoHugging Face09pokemonlkdsfnlks /project_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.texttext-generation10K<n<100K0 likes333 downloads7mo agoHugging Face10svjack /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.imagetext-to-imagen<1K54 likes330 downloads4y agoHugging Face11khanh098643466 /pokemon-ss3videon<1K0 likes292 downloads3mo agoHugging Face12Aryan-401 /PokemonCardsWithCaptionsBERTandReshapedimage10K<n<100K0 likes285 downloads2y agoHugging Face13NekoNya99 /pokemondbimage1K<n<10K0 likes272 downloads3y agoHugging Face14khanh098643466 /pokemon-ss1videon<1K0 likes270 downloads3mo agoHugging Face15Aryan-401 /PokemonCardsWithCaptionsBERTimage10K<n<100K0 likes261 downloads2y agoHugging Face16shantezhou /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.text100K<n<1M0 likes233 downloads2mo agoHugging Face17keremberke /pokemon-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.imageimage-classification1K<n<10K19 likes230 downloads4y agoHugging Face18WyldKnyght /pokemon_tcg_data_cards1 likes230 downloads3y agoHugging Face19CyberHarem /white_pokemon Dataset of white (Pokémon) This is the dataset of white (Pokémon), containing 103 images and their tags. The core tags of this character are brown_hair, long_hair, hat, baseball_cap, blue_eyes, ponytail, breasts, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages Name Images Size Download Type Description… See the full description on the dataset page: https://huggingface.co/datasets/CyberHarem/white_pokemon.text-to-imagen<1K0 likes226 downloads3y agoHugging Face20CyberHarem /sumomo_pokemon Dataset of sumomo (Pokémon) This is the dataset of sumomo (Pokémon), containing 147 images and their tags. The core tags of this character are short_hair, pink_hair, pink_eyes, bandaid_on_face, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages Name Images Size Download Type Description raw 147 80.55 MiB… See the full description on the dataset page: https://huggingface.co/datasets/CyberHarem/sumomo_pokemon.text-to-imagen<1K0 likes222 downloads3y agoHugging Face21BumbaBot /pokemon-images Pokemon Competitive Team Dataset A curated image dataset featuring 6 specific Pokemon commonly used in competitive play: Arceus, Marshadow, Sandy Shocks, Slaking, Reshiram, and Magearna. This dataset is designed for training computer vision models to recognize these Pokemon in various contexts. Dataset Overview Pokemon Image Count Percentage Arceus 644 49.7% Magearna 200 15.4% Slaking 152 11.7% Reshiram 118 9.1% Marshadow 101 7.8% Sandy Shocks… See the full description on the dataset page: https://huggingface.co/datasets/BumbaBot/pokemon-images.image10K<n<100K0 likes222 downloads1y agoHugging Face22CyberHarem /carnet_pokemon Dataset of carnet/カルネ (Pokémon) This is the dataset of carnet/カルネ (Pokémon), containing 199 images and their tags. The core tags of this character are short_hair, blue_eyes, black_hair, breasts, eyelashes, eyeshadow, bangs, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages Name Images Size Download Type… See the full description on the dataset page: https://huggingface.co/datasets/CyberHarem/carnet_pokemon.text-to-image1K<n<10K0 likes220 downloads3y agoHugging Face23CyberHarem /mars_pokemon Dataset of mars (Pokémon) This is the dataset of mars (Pokémon), containing 59 images and their tags. The core tags of this character are red_hair, short_hair, red_eyes, breasts, bangs, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages Name Images Size Download Type Description raw 59 45.63 MiB Download… See the full description on the dataset page: https://huggingface.co/datasets/CyberHarem/mars_pokemon.text-to-imagen<1K0 likes220 downloads3y agoHugging Face24CyberHarem /lychee_pokemon Dataset of lychee/ライチ (Pokémon) This is the dataset of lychee/ライチ (Pokémon), containing 128 images and their tags. The core tags of this character are short_hair, dark-skinned_female, dark_skin, black_hair, breasts, earrings, pink_lips, large_breasts, black_eyes, medium_breasts, lips, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization).… See the full description on the dataset page: https://huggingface.co/datasets/CyberHarem/lychee_pokemon.text-to-imagen<1K0 likes219 downloads3y agoHugging Face25CyberHarem /kris_pokemon Dataset of kris/クリス (Pokémon) This is the dataset of kris/クリス (Pokémon), containing 425 images and their tags. The core tags of this character are twintails, hat, bangs, long_hair, blue_hair, green_hair, yellow_headwear, blue_eyes, green_eyes, breasts, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages Name… See the full description on the dataset page: https://huggingface.co/datasets/CyberHarem/kris_pokemon.text-to-image1K<n<10K0 likes218 downloads3y agoHugging Face26CyberHarem /burnet_pokemon Dataset of burnet (Pokémon) This is the dataset of burnet (Pokémon), containing 69 images and their tags. The core tags of this character are white_hair, dark_skin, dark-skinned_female, breasts, yellow_eyes, long_hair, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages Name Images Size Download Type Description… See the full description on the dataset page: https://huggingface.co/datasets/CyberHarem/burnet_pokemon.text-to-imagen<1K0 likes218 downloads3y agoHugging Face27CyberHarem /ran_pokemon Dataset of ran/ラン (Pokémon) This is the dataset of ran/ラン (Pokémon), containing 71 images and their tags. The core tags of this character are black_hair, hair_bun, single_hair_bun, blue_eyes, bangs, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages Name Images Size Download Type Description raw 71 38.59 MiB… See the full description on the dataset page: https://huggingface.co/datasets/CyberHarem/ran_pokemon.text-to-imagen<1K0 likes216 downloads3y agoHugging Face28CyberHarem /dahlia_pokemon Dataset of dahlia (Pokémon) This is the dataset of dahlia (Pokémon), containing 25 images and their tags. The core tags of this character are black_hair, long_hair, dark_skin, breasts, dark-skinned_female, blue_eyes, large_breasts, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages Name Images Size Download Type… See the full description on the dataset page: https://huggingface.co/datasets/CyberHarem/dahlia_pokemon.text-to-imagen<1K0 likes213 downloads3y agoHugging Face29CyberHarem /kikuko_pokemon Dataset of kikuko (Pokémon) This is the dataset of kikuko (Pokémon), containing 12 images and their tags. The core tags of this character are blonde_hair, short_hair, black_eyes, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages Name Images Size Download Type Description raw 12 10.21 MiB Download Waifuc-Raw… See the full description on the dataset page: https://huggingface.co/datasets/CyberHarem/kikuko_pokemon.text-to-imagen<1K0 likes211 downloads3y agoHugging Face30CyberHarem /opal_pokemon Dataset of opal/ポプラ (Pokémon) This is the dataset of opal/ポプラ (Pokémon), containing 39 images and their tags. The core tags of this character are eyeshadow, white_hair, hat, short_hair, long_hair, purple_eyeshadow, black_hair, multicolored_hair, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization). List of Packages Name Images Size… See the full description on the dataset page: https://huggingface.co/datasets/CyberHarem/opal_pokemon.text-to-imagen<1K0 likes208 downloads3y agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.