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
01jameszhou-gl /gpt-4v-distribution-shift License This repository is licensed under the MIT License. Description This Hugging Face repository hosts the random case dataset utilized in our research project, detailed in the GitHub repository gpt-4v-distribution-shift. These datasets are crucial for evaluating the performance of multimodal foundation models under various distribution shift scenarios. Using the Dataset For detailed instructions on how to use this dataset to reproduce the results presented… See the full description on the dataset page: https://huggingface.co/datasets/jameszhou-gl/gpt-4v-distribution-shift.imagen<1K0 likes2.6k downloads3y agoHugging Face02yufan /GPT4O_Image_T2Iimage10K<n<100K2 likes2.4k downloads1y agoHugging Face03diffusers /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 likes999 downloads3y agoHugging Face04laion /220k-GPT4Vision-captions-from-LIVIS 220k-GPT4Vision-captions-from-LVIS by: Christoph Schuhmann, Peter Bevan, 21 Nov, 2023 This dataset comprises 220,000 captioned images from the LVIS dataset. The captions were generated by summarising the LVIS-Instruct4V dataset released by X2FD. The instructions are converted into captions using Mistral-7B-OpenOrca. PROMPT """<<SYS>> You are a highly intelligent, empathic, helpful, respectful, and honest assistant with high emotional intelligence. Always… See the full description on the dataset page: https://huggingface.co/datasets/laion/220k-GPT4Vision-captions-from-LIVIS.image100K<n<1M64 likes973 downloads3y agoHugging Face05alfredplpl /anime-with-gpt4v-caption-for-lora Anime style image - text by GPT4V small dataset The text is as follows: This is a charming anime-style illustration featuring a young girl as the main subject. The image predominantly uses a soft, pastel color palette, creating a gentle and whimsical ambiance. The main character has light blonde hair styled in two low twintails, secured with what could be interpreted as dark-colored hair ties or ribbons. She has large expressive blue eyes and a demure expression, with… See the full description on the dataset page: https://huggingface.co/datasets/alfredplpl/anime-with-gpt4v-caption-for-lora.imagen<1K8 likes882 downloads3y agoHugging Face06Mozilla /coco-gpt4oTest image2 likes588 downloads2y agoHugging Face07Nilaksh404 /gpt-4o-minidocumentn<1K0 likes460 downloads10mo agoHugging Face08ljnlonoljpiljm /dreamlip-gpt4v-500kimage100K<n<1M0 likes393 downloads2y agoHugging Face09freyrigg /GPT-4o-RestoreThis dataset is associated with the paper: https://arxiv.org/abs/2505.05621. image10K<n<100K1 likes355 downloads1y agoHugging Face10yuecao0119 /MMInstruct-GPT4V MMInstruct The official implementation of the paper "MMInstruct: A High-Quality Multi-Modal Instruction Tuning Dataset with Extensive Diversity". The data engine is available on GitHub at yuecao0119/MMInstruct. Todo List Data Engine. Open Source Datasets. Release the checkpoint. Introduction Vision-language supervised fine-tuning effectively enhances VLLM performance, but existing visual instruction tuning datasets have limitations: Instruction Annotation… See the full description on the dataset page: https://huggingface.co/datasets/yuecao0119/MMInstruct-GPT4V.imagevisual-question-answering100K<n<1M13 likes333 downloads2y agoHugging Face11xchen16 /CompCap-gpt4 CompCap-GPT4: A GPT-4 Captioned Version of CompCap-118K Dataset Sources Paper: CompCap: Improving Multimodal Large Language Models with Composite Captions Dataset Structure Download Options Direct Download:The repository includes CI_type.zip and CI_type.json. The JSON file follows the Llava format: { "id": ID, "image": IMAGE_PATH, "conversations": [ {"from": "human", "value": QUESTION}, {"from": "gpt", "value": ANSWER} ] } Using… See the full description on the dataset page: https://huggingface.co/datasets/xchen16/CompCap-gpt4.imageimage-to-text100K<n<1M4 likes329 downloads2y agoHugging Face12htlou /mm-interp-CompCap-gpt4-data CompCap-GPT4: A GPT-4 Captioned Version of CompCap-118K Dataset Sources Paper: CompCap: Improving Multimodal Large Language Models with Composite Captions Dataset Structure Download Options Direct Download:The repository includes CI_type.zip and CI_type.json. The JSON file follows the Llava format: { "id": ID, "image": IMAGE_PATH, "conversations": [ {"from": "human", "value": QUESTION}, {"from": "gpt", "value": ANSWER} ] } Using… See the full description on the dataset page: https://huggingface.co/datasets/htlou/mm-interp-CompCap-gpt4-data.imageimage-to-text100K<n<1M0 likes308 downloads2y agoHugging Face13di-zhang-fdu /allava_instruct_gpt4v_zhimage100K<n<1M0 likes288 downloads1y agoHugging Face14laion /gpt4v-datasetimage10K<n<100K118 likes191 downloads3y agoHugging Face15ljnlonoljpiljm /laion-gpt4v-from-lavisimage100K<n<1M0 likes184 downloads2y agoHugging Face16bghira /comicstrips-gpt4o-blip3 Comic Strips Dataset Details Dataset Description This dataset contains indie comics from Reddit, then captioned with GPT4o and BLIP3. Currently, only the GPT4o captions are available in this repository. The BLIP3 captions will be uploaded soon. Roughly 1400 images were captioned at a cost of ~$11 using GPT4o (25 May 2024 version). Curated by: @pseudoterminalx Funded by @pseudoterminalx License: MIT Dataset Sources Unlike other free-to-use… See the full description on the dataset page: https://huggingface.co/datasets/bghira/comicstrips-gpt4o-blip3.image1K<n<10K11 likes161 downloads2y agoHugging Face17AlignmentLab-AI /gpt4v-raw-chunksimage100K<n<1M0 likes145 downloads3y agoHugging Face18kdd-miyaki /crag-mm-single-turn-public-v0.1.2-with-images-gpt4.1-v2image1K<n<10K0 likes129 downloads1y agoHugging Face19yufan /GPT4O_Image_I2Iimage10K<n<100K2 likes121 downloads1y agoHugging Face20llamafactory /pokemon-gpt4o-captionsBorrowed from: https://huggingface.co/datasets/jugg1024/pokemon-gpt4o-captions You can use it in LLaMA Factory by specifying dataset: pokemon_cap. imagetext-generation1K<n<10K8 likes113 downloads2y agoHugging Face21Scam-AI /gpt4o-receiptgated GPT4o-Receipt: AI-Generated Receipt Dataset This directory contains the AI-generated receipts from the GPT4o-Receipt benchmark, introduced in: GPT4o-Receipt: A Dataset and Human Study for AI-Generated Document ForensicsYan Zhang*, Simiao Ren*†, Ankit Raj, En Wei, Dennis Ng, Alex Shen, Jiayu Xue, Yuxin Zhang, Evelyn MarottaarXiv:2603.11442 · March 2026 · CC BY-NC-SA 4.0*Equal contribution. †Corresponding author: benren@scam.ai What Is GPT4o-Receipt? GPT4o-Receipt is… See the full description on the dataset page: https://huggingface.co/datasets/Scam-AI/gpt4o-receipt.imageimage-classificationn<1K1 likes113 downloads4mo agoHugging Face22alexzyqi /GPT4Scene-All Validation Dataset of GPT4Scene 🏠 Overview This dataset card is for the GPT4Scene project. You can see the more information below. Github Code: Link to Github Arxiv Paper: Link to Arxiv Project Page: Link to Project 🤗 Hugging Face Function Huggingface Link Validation Dataset alexzyqi/GPT4Scene-Val-Dataset Validation Annotations alexzyqi/GPT4Scene-Val-Annotation Pretrain Models Qwen/Qwen2-VL-7B-Instruct Trained Weights… See the full description on the dataset page: https://huggingface.co/datasets/alexzyqi/GPT4Scene-All.image0 likes107 downloads1y agoHugging Face23Mozilla /flickr30k-transformed-captions-gpt4oThis is a "de-biased" version of https://huggingface.co/datasets/nlphuji/flickr30k dataset. The new alt_text column was produced by GPT-4o using the following script : https://github.com/mozilla/distilvit/blob/main/distilvit/curate_gpt.py Learn more about why and how we did it here : https://github.com/mozilla/distilvit/blob/main/docs/fighting_bias.md See the code here : https://github.com/mozilla/distilvit/blob/main/distilvit/curate_gpt.py For the licence, see the original dataset. image10K<n<100K3 likes106 downloads2y agoHugging Face24Mozilla /pexels-gpt4oImages collected from Pexels, using 1000 images following 5 categories: nudes war group animals smoking See https://www.pexels.com/license/ for the license They were then annotated using gpt4-o, see https://github.com/mozilla/distilvit/blob/main/distilvit/gpt4.py image1K<n<10K4 likes71 downloads2y agoHugging Face25jondurbin /airoboros-gpt4-m2.0 Overview This is a merge of https://hf.co/datasets/jondurbin/airoboros-gpt4-1.4.1 and https://hf.co/datasets/jondurbin/airoboros-gpt4-2.0 Category breakdown Licence and usage restrictions The data was generated by gpt-4 via OpenAI API calls. The ToS for OpenAI API usage has a clause preventing the output from being used to train a model that competes with OpenAI what does compete actually mean here? these small open source models will not produce output… See the full description on the dataset page: https://huggingface.co/datasets/jondurbin/airoboros-gpt4-m2.0.imagen<1K21 likes68 downloads3y agoHugging Face26unography /laion-14k-GPT4V-LIVIS-Captionsimage10K<n<100K0 likes65 downloads2y agoHugging Face27copycat-project /dreamsim_crop_cosine-gpt4_diverse_prompts_NG_NT_NKE5_NKCO50_L2B5imagen<1K0 likes65 downloads2y agoHugging Face28copycat-project /dreamsim_crop_cosine-gpt4_DE_diverse_promptsimagen<1K0 likes64 downloads2y agoHugging Face29BUAADreamer /pokemon-gpt4-1kThis dataset was modified from diffusers/pokemon-gpt4-captions and contains 1k Pokémon-related image-captioning instruction data points. You can organize content in the dataset_info.json in LLaMA Factory like this: "pokemon_1k": { "hf_hub_url": "BUAADreamer/pokemon-gpt4-1k", "formatting": "sharegpt", "columns": { "messages": "messages", "images": "images" }, "tags": { "role_tag": "role", "content_tag": "content", "user_tag": "user", "assistant_tag":… See the full description on the dataset page: https://huggingface.co/datasets/BUAADreamer/pokemon-gpt4-1k.imagevisual-question-answeringn<1K6 likes61 downloads2y agoHugging Face30copycat-project /dreamsim_crop_cosine-gpt4_DE_diverse_prompts_NGimagen<1K0 likes59 downloads2y agoHugging Face

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