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
01ILSVRC /imagenet-1kgated Dataset Card for ImageNet Dataset Summary ILSVRC 2012, commonly known as 'ImageNet' is an image dataset organized according to the WordNet hierarchy. Each meaningful concept in WordNet, possibly described by multiple words or word phrases, is called a "synonym set" or "synset". There are more than 100,000 synsets in WordNet, majority of them are nouns (80,000+). ImageNet aims to provide on average 1000 images to illustrate each synset. Images of each concept are… See the full description on the dataset page: https://huggingface.co/datasets/ILSVRC/imagenet-1k.imageimage-classification1M<n<10M977 likes81k downloads1y agoHugging Face02zh-plus /tiny-imagenet Dataset Card for tiny-imagenet Dataset Summary Tiny ImageNet contains 100000 images of 200 classes (500 for each class) downsized to 64×64 colored images. Each class has 500 training images, 50 validation images, and 50 test images. Languages The class labels in the dataset are in English. Dataset Structure Data Instances { 'image': <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=64x64 at 0x1A800E8E190, 'label': 15 }… See the full description on the dataset page: https://huggingface.co/datasets/zh-plus/tiny-imagenet.imageimage-classification100K<n<1M106 likes20k downloads4y agoHugging Face03imageomics /TreeOfLife-200M Dataset Card for TreeOfLife-200M If you are looking for the original release TreeOfLife-200M dataset, as used in training BioCLIP 2 and presented the paper, please see Revision a8f38b4. The dataset, as presented here, was used to train BioCLIP 2.5 Huge; it completes the dataset cleaning process and resolves an issue where Observation.org occurrences were not included in the training data. With 233 million images representing 933,798 taxa across the tree of life, TreeOfLife-200M… See the full description on the dataset page: https://huggingface.co/datasets/imageomics/TreeOfLife-200M.imageimage-classification100M<n<1B41 likes17k downloads4mo agoHugging Face04axiong /imagenet-r ImageNet-R This repo is made to facilitate the evaluation of various pretraining models. It's constructed from the source file provided by official implementation. Usage from datasets import load_dataset dataset = load_dataset('axiong/imagenet-r') Dataset Summary ImageNet-R(endition) contains art, cartoons, deviantart, graffiti, embroidery, graphics, origami, paintings, patterns, plastic objects, plush objects, sculptures, sketches, tattoos, toys, and video… See the full description on the dataset page: https://huggingface.co/datasets/axiong/imagenet-r.image10K<n<100K2 likes16k downloads2y agoHugging Face05evanarlian /imagenet_1k_resized_256 Dataset Card for "imagenet_1k_resized_256" Dataset summary The same ImageNet dataset but all the smaller side resized to 256. A lot of pretraining workflows contain resizing images to 256 and random cropping to 224x224, this is why 256 is chosen. The resized dataset can also be downloaded much faster and consume less space than the original one. See here for detailed readme. Dataset Structure Below is the example of one row of data. Note that the labels in… See the full description on the dataset page: https://huggingface.co/datasets/evanarlian/imagenet_1k_resized_256.imageimage-classification1M<n<10M31 likes15k downloads3y agoHugging Face06trl-internal-testing /zen-imageimagen<1K0 likes14k downloads7mo agoHugging Face07hf-internal-testing /dummy_image_text_data Dataset Card for "dummy_image_text_data" More Information needed imagen<1K1 likes12k downloads4y agoHugging Face08gmongaras /Imagenet21KNOTE: I have recaptioned all images here This dataset is the entire 21K ImageNet dataset with about 13 million examples and about 19 thousand classes as strings (for some reason it only had ~19K classes instead of 21K). The images are in PNG format. They can be decoded like in the following example import io from PIL import Image Image.open(io.BytesIO(row["image"])) where row["image"] are the raw image bytes. image10M<n<100M9 likes9.3k downloads2y agoHugging Face09gasstation /gs-images-v3tabular100K<n<1M0 likes9k downloads5mo agoHugging Face10mrm8488 /ImageNet1K-valmapping: n01440764 tench, Tinca tinca n01443537 goldfish, Carassius auratus n01484850 great white shark, white shark, man-eater, man-eating shark, Carcharodon carcharias n01491361 tiger shark, Galeocerdo cuvieri n01494475 hammerhead, hammerhead shark n01496331 electric ray, crampfish, numbfish, torpedo n01498041 stingray n01514668 cock n01514859 hen n01518878 ostrich, Struthio camelus n01530575 brambling, Fringilla montifringilla n01531178 goldfinch, Carduelis carduelis n01532829 house finch… See the full description on the dataset page: https://huggingface.co/datasets/mrm8488/ImageNet1K-val.image10K<n<100K3 likes8.6k downloads4y agoHugging Face11trl-internal-testing /zen-multi-imageimagen<1K1 likes8.6k downloads3mo agoHugging Face12ambrosfitz /19c_newspapers_images_altotabular100K<n<1M4 likes8.2k downloads3mo agoHugging Face13benjamin-paine /imagenet-1k-256x256 Repack Information This repository contains a complete repack of ILSVRC/imagenet-1k in Parquet format with the following data transformations: Images were center-cropped to square to the minimum height/width dimension. Images were then rescaled to 256x256 using Lanczos resampling. Dataset Card for ImageNet Dataset Summary ILSVRC 2012, commonly known as 'ImageNet' is an image dataset organized according to the WordNet hierarchy. Each meaningful concept in… See the full description on the dataset page: https://huggingface.co/datasets/benjamin-paine/imagenet-1k-256x256.imageimage-classification1M<n<10M23 likes7.5k downloads2y agoHugging Face14hbXNov /hle_math_exact_match_no_image_int_answerimagen<1K1 likes7.2k downloads2y agoHugging Face15biglam /british-library-book-images British Library Book Images 1,080,814 images cut out of 49,455 digitised books (65,227 volumes, ~25 million pages) published between c. 1510 and c. 1900, digitised by the British Library in partnership with Microsoft and released by British Library Labs on Flickr Commons as the "1 Million Images from Scanned Books" release. The books cover geography, philosophy, history, poetry and literature, in several languages. The four image types British Library Labs… See the full description on the dataset page: https://huggingface.co/datasets/biglam/british-library-book-images.imageimage-classification1M<n<10M64 likes6.8k downloads1mo agoHugging Face16clane9 /imagenet-100 Dataset Card for ImageNet-100 ImageNet-100 is a subset of the original ImageNet-1k dataset containing 100 randomly selected classes. In addition, the images have been resized to 160 pixels on the shorter side. Homepage: https://github.com/HobbitLong/CMC Paper: https://arxiv.org/abs/1906.05849 Dataset Structure Data Instances An example looks like below: { 'image': <PIL.PngImagePlugin.PngImageFile image mode=RGB size=160x213>, 'label': 0 }… See the full description on the dataset page: https://huggingface.co/datasets/clane9/imagenet-100.imageimage-classification100K<n<1M12 likes6.8k downloads2y agoHugging Face17barkermrl /imagenet-aThe ImageNet-A dataset contains 7,500 natural adversarial examples. Source: https://github.com/hendrycks/natural-adv-examples.Also see the ImageNet-C and ImageNet-P datasets at https://github.com/hendrycks/robustness @article{hendrycks2019nae, title={Natural Adversarial Examples}, author={Dan Hendrycks and Kevin Zhao and Steven Basart and Jacob Steinhardt and Dawn Song}, journal={arXiv preprint arXiv:1907.07174}, year={2019}} There are 200 classes we consider. The WordNet ID and a… See the full description on the dataset page: https://huggingface.co/datasets/barkermrl/imagenet-a.image1K<n<10K6 likes6.6k downloads4y agoHugging Face18gasstation /gs-images-v4tabular100K<n<1M2 likes6.5k downloads39m agoHugging Face19timm /mini-imagenet Dataset Description A mini version of ImageNet-1k with 100 of 1000 classes present. Unlike some 'mini' variants this one includes the original images at their original sizes. Many such subsets downsample to 84x84 or other smaller resolutions. Data Splits Train 50000 samples from ImageNet-1k train split Validation 10000 samples from ImageNet-1k train split Test 5000 samples from ImageNet-1k validation split (all 50 samples per class)… See the full description on the dataset page: https://huggingface.co/datasets/timm/mini-imagenet.imageimage-classification10K<n<100K28 likes6.4k downloads2y agoHugging Face20hbXNov /hle_math_exact_match_no_image_int_answer_random128imagen<1K0 likes6.3k downloads2y agoHugging Face21imageomics /invasive_plants_hawaii Dataset Card for Invasive Plants Project This dataset is aimed at the image multi-classification and segmentation of various leaf damage types caused by biocontrol agents. The dataset contains images of both the dorsal and ventral side of Clidemia Hirta leaves, that were all collected in January 2025 near Hilo (Hawaii), in dirt trails along Steinback Highway. Clidemia Hirta is a highly invasive plant on the island of Hawaii (Big Island). Dataset Configurations and… See the full description on the dataset page: https://huggingface.co/datasets/imageomics/invasive_plants_hawaii.imageimage-classification1K<n<10K0 likes5.8k downloads9mo agoHugging Face22benjamin-paine /imagenet-1k Repack Information This repository contains a complete repack of ILSVRC/imagenet-1k in Parquet format, with no arbitrary code execution. Images were not resampled. Dataset Card for ImageNet Dataset Summary ILSVRC 2012, commonly known as 'ImageNet' is an image dataset organized according to the WordNet hierarchy. Each meaningful concept in WordNet, possibly described by multiple words or word phrases, is called a "synonym set" or "synset". There are more than… See the full description on the dataset page: https://huggingface.co/datasets/benjamin-paine/imagenet-1k.imageimage-classification1M<n<10M9 likes5.6k downloads2y agoHugging Face23lingamvamshikrishnareddy /ramanv-image-captions-realtext100K<n<1M0 likes5.4k downloads26d agoHugging Face24data-is-better-together /open-image-preferences-v1 Open Image Preferences Prompt: Anime-style concept art of a Mayan Quetzalcoatl biomutant, dystopian world, vibrant colors, 4K. Image 1 Image 2 Prompt: 8-bit pixel art of a blue knight, green car, and glacier landscape in Norway, fantasy style, colorful and detailed. Image 1… See the full description on the dataset page: https://huggingface.co/datasets/data-is-better-together/open-image-preferences-v1.imagetext-to-image1K<n<10K31 likes5.4k downloads2y agoHugging Face25lerobot /pusht_imageThis dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v2.0", "robot_type": "unknown", "total_episodes": 206, "total_frames": 25650, "total_tasks": 1, "total_videos": 0, "total_chunks": 1, "chunks_size": 1000, "fps": 10, "splits": { "train": "0:206" }, "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", "video_path": null, "features": {… See the full description on the dataset page: https://huggingface.co/datasets/lerobot/pusht_image.imagerobotics10K<n<100K11 likes4.8k downloads4mo agoHugging Face26mrm8488 /ImageNet1K-trainmapping: n01440764 tench, Tinca tinca n01443537 goldfish, Carassius auratus n01484850 great white shark, white shark, man-eater, man-eating shark, Carcharodon carcharias n01491361 tiger shark, Galeocerdo cuvieri n01494475 hammerhead, hammerhead shark n01496331 electric ray, crampfish, numbfish, torpedo n01498041 stingray n01514668 cock n01514859 hen n01518878 ostrich, Struthio camelus n01530575 brambling, Fringilla montifringilla n01531178 goldfinch, Carduelis carduelis n01532829 house finch… See the full description on the dataset page: https://huggingface.co/datasets/mrm8488/ImageNet1K-train.image10K<n<100K0 likes4.8k downloads4y agoHugging Face27visual-layer /imagenet-1k-vl-enriched Visualize on Visual Layer Imagenet-1K-VL-Enriched An enriched version of the ImageNet-1K Dataset with image caption, bounding boxes, and label issues! With this additional information, the ImageNet-1K dataset can be extended to various tasks such as image retrieval or visual question answering. The label issues helps to curate a cleaner and leaner dataset. Description The dataset consists of 6 columns: image_id: The original filename of the image from… See the full description on the dataset page: https://huggingface.co/datasets/visual-layer/imagenet-1k-vl-enriched.imageobject-detection1M<n<10M40 likes4.5k downloads2y agoHugging Face28lerobot /aloha_sim_insertion_human_imageThis dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v2.0", "robot_type": "aloha", "total_episodes": 50, "total_frames": 25000, "total_tasks": 1, "total_videos": 0, "total_chunks": 1, "chunks_size": 1000, "fps": 50, "splits": { "train": "0:50" }, "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", "video_path": null, "features": {… See the full description on the dataset page: https://huggingface.co/datasets/lerobot/aloha_sim_insertion_human_image.imagerobotics10K<n<100K1 likes4.4k downloads4mo agoHugging Face29gmongaras /Imagenet21K_RecaptionThis dataset is the entire 21K ImageNet dataset with about 13 million examples and about 19 thousand classes as strings (for some reason it only had ~19K classes instead of 21K). If you want an even larger set of images, I have a recaptioned CC12M and ImageNet dataset: https://huggingface.co/datasets/gmongaras/CC12M_and_Imagenet21K_Recap The images are in PNG format. They can be decoded like in the following example import io from PIL import Image Image.open(io.BytesIO(row["image"])) where… See the full description on the dataset page: https://huggingface.co/datasets/gmongaras/Imagenet21K_Recaption.image10M<n<100M11 likes4.2k downloads1y agoHugging Face30latentcat /grayscale_image_aesthetic_3M Dataset Card for "grayscale_image_aesthetic_3M" More Information needed image1M<n<10M1 likes4.2k downloads3y agoHugging Face

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