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
01lmms-lab-encoder /textvqa Large-scale Multi-modality Models Evaluation Suite Accelerating the development of large-scale multi-modality models (LMMs) with lmms-eval 🏠 Homepage | 📚 Documentation | 🤗 Huggingface Datasets This Dataset This is a formatted version of TextVQA. It is used in our lmms-eval pipeline to allow for one-click evaluations of large multi-modality models. @inproceedings{singh2019towards, title={Towards vqa models that can read}, author={Singh, Amanpreet and… See the full description on the dataset page: https://huggingface.co/datasets/lmms-lab-encoder/textvqa.image10K<n<100K25 likes49k downloads3y agoHugging Face02macabdul9 /hle_text_only Humanity's Last Exam - (Text only) 🌐 Website | 📄 Paper | GitHub Center for AI Safety & Scale AI Humanity's Last Exam (HLE) is a multi-modal benchmark at the frontier of human knowledge, designed to be the final closed-ended academic benchmark of its kind with broad subject coverage. Humanity's Last Exam consists of 3,000 questions across dozens of subjects, including mathematics, humanities, and the natural sciences. HLE is developed globally by subject-matter experts and… See the full description on the dataset page: https://huggingface.co/datasets/macabdul9/hle_text_only.image1K<n<10K4 likes24k downloads2y agoHugging Face03CSU-JPG /TextAtlas5M TextAtlas5M This dataset is a training set for TextAtlas. Paper: https://huggingface.co/papers/2502.07870 (All the data in this repo is uploaded :>) Dataset subsets Subsets in this dataset are CleanTextSynth, PPT2Details, PPT2Structured,LongWordsSubset-A,LongWordsSubset-M,Cover Book,Paper2Text,TextVisionBlend,StyledTextSynth and TextScenesHQ. The dataset features are as follows: Dataset Features image (img): The GT image. annotation (string): The input prompt… See the full description on the dataset page: https://huggingface.co/datasets/CSU-JPG/TextAtlas5M.imagetext-to-image1M<n<10M39 likes12k downloads1y agoHugging Face04hf-internal-testing /dummy_image_text_data Dataset Card for "dummy_image_text_data" More Information needed imagen<1K1 likes12k downloads4y agoHugging Face05ilopes /TexSDWe generate a high-resolution tileable texture dataset by prompting a pre-trained Stable Diffusion model. The dataset consists of 130 classes resulting in more than 10,000 unique textures. More details can be found in our paper. The generated samples have been curated manually to select only the most relevant textures. imagetext-to-image1K<n<10K5 likes9.9k downloads2y agoHugging Face06CSU-JPG /Textground4MTextGround4M: A Prompt-Aligned Dataset for Layout-Aware Text Rendering TextGround4M is a large-scale dataset for prompt-grounded, layout-aware text rendering in text-to-image (T2I) generation, introduced in our AAAI 2026 paper. Dataset Summary TextGround4M contains 4.1 million prompt-image pairs, each annotated with: A natural language caption where all rendered text spans are explicitly quoted Span-level bounding boxes linking each quoted… See the full description on the dataset page: https://huggingface.co/datasets/CSU-JPG/Textground4M.image1M<n<10M2 likes9.1k downloads5mo agoHugging Face07CIawevy /TextPecker-1.5M TextPecker-1.5M: A Dataset for Training and evaluating TextPecker This repository contains the TextPecker-1.5M dataset, a new benchmark proposed in the paper "TextPecker: Rewarding Structural Anomaly Quantification for Enhancing Visual Text Rendering". Code and Project Page The official implementation and project details for the TextPecker and TextPecker-1.5M dataset can be found on the GitHub repository: https://github.com/CIawevy/TextPecker Sample Usage You… See the full description on the dataset page: https://huggingface.co/datasets/CIawevy/TextPecker-1.5M.imageimage-to-text1M<n<10M0 likes6.3k downloads6mo agoHugging Face08opencompass /TextEdit TextEdit: A High-Quality, Multi-Scenario Text Editing Benchmark for Generation Models Danni Yang, Sitao Chen, Changyao Tian If you find our work helpful, please give us a ⭐ or cite our paper. See the InternVL-U technical report appendix for more details. 🎉 News [2026/03/06] TextEdit benchmark released. [2026/03/06] Evaluation code and initial baselines released. [2026/03/06] Leaderboard updated with latest models. 📖 Introduction… See the full description on the dataset page: https://huggingface.co/datasets/opencompass/TextEdit.imageimage-to-image1K<n<10K9 likes5.4k downloads6mo agoHugging Face09yunusserhat /Total-Text-DatasetTotal Text Dataset. It consists of 1555 images with more than 3 different text orientations: Horizontal, Multi-Oriented, and Curved, one of a kind. Original github repo; https://github.com/cs-chan/Total-Text-Dataset Forked repo; https://github.com/yunusserhat/Total-Text-Dataset imagetext-retrieval1K<n<10K0 likes3.6k downloads2y agoHugging Face10Voxel51 /Describable-Textures-Dataset Dataset Card for Describable Textures Dataset This is a FiftyOne dataset with 5640 samples. Installation If you haven't already, install FiftyOne: pip install -U fiftyone Usage import fiftyone as fo import fiftyone.utils.huggingface as fouh # Load the dataset # Note: other available arguments include 'max_samples', etc dataset = fouh.load_from_hub("Voxel51/Describable-Textures-Dataset") # Launch the App session = fo.launch_app(dataset)… See the full description on the dataset page: https://huggingface.co/datasets/Voxel51/Describable-Textures-Dataset.imageimage-classification1K<n<10K4 likes3.5k downloads2y agoHugging Face11DongfuJiang /hle_text_onlyimage1K<n<10K0 likes2.9k downloads1y agoHugging Face12Wenyan0110 /Multimodal-Dataset-Image_Text_Table_TimeSeries-for-Financial-Time-Series-ForecastingThe sp500stock_data_description.csv file provides detailed information on the existence of four modalities (text, image, time series, and table) for 4,213 S&P 500 stocks. The hs300stock_data_description.csv file provides detailed information on the existence of four modalities (text, image, time series, and table) for 858 HS 300 stocks. If you find our research helpful, please cite our paper: @article{xu2025finmultitime, title={FinMultiTime: A Four-Modal Bilingual Dataset for… See the full description on the dataset page: https://huggingface.co/datasets/Wenyan0110/Multimodal-Dataset-Image_Text_Table_TimeSeries-for-Financial-Time-Series-Forecasting.imagen<1K12 likes2.7k downloads1y agoHugging Face13nlphuji /mscoco_2014_5k_test_image_text_retrieval MSCOCO (5K test set) Original paper: Microsoft COCO: Common Objects in Context Homepage: https://cocodataset.org/#home 5K test set split from: http://cs.stanford.edu/people/karpathy/deepimagesent/caption_datasets.zip Bibtex: @inproceedings{lin2014microsoft, title={Microsoft coco: Common objects in context}, author={Lin, Tsung-Yi and Maire, Michael and Belongie, Serge and Hays, James and Perona, Pietro and Ramanan, Deva and Doll{\'a}r, Piotr and Zitnick, C Lawrence}… See the full description on the dataset page: https://huggingface.co/datasets/nlphuji/mscoco_2014_5k_test_image_text_retrieval.image1K<n<10K11 likes2.1k downloads4y agoHugging Face14lmms-lab-encoder /TextCaps Large-scale Multi-modality Models Evaluation Suite Accelerating the development of large-scale multi-modality models (LMMs) with lmms-eval 🏠 Homepage | 📚 Documentation | 🤗 Huggingface Datasets This Dataset This is a formatted version of TextCaps. It is used in our lmms-eval pipeline to allow for one-click evaluations of large multi-modality models. @inproceedings{sidorov2019textcaps, title={TextCaps: a Dataset for Image Captioningwith Reading… See the full description on the dataset page: https://huggingface.co/datasets/lmms-lab-encoder/TextCaps.image10K<n<100K15 likes2.1k downloads3y agoHugging Face15dh-unibe /image-text_medieval-scripts_xiv-xv-xvi Dataset Card for image-text_medieval-scripts_xiv-xv-xvi This dataset was created using pagexml-hf converter from Transkribus PageXML data. Dataset Summary This dataset contains 548322 samples across 1 split(s). Geographical scope: BelgiumPeriod: 1350-1550Languages: FlemishType of document: ProtocolProvenance: State Archives in Leuven Projects Included Itinera Nova Parts of Charters from Königsfelden SAL7304_full SAL7305_full SAL7306_full SAL7307 SAL7307_full… See the full description on the dataset page: https://huggingface.co/datasets/dh-unibe/image-text_medieval-scripts_xiv-xv-xvi.image100K<n<1M1 likes2.1k downloads5mo agoHugging Face16DiffusionLight /text2dataset Text2Dataset the dataset generate from ChatGPT's output and text2light for training the LoRA using in DiffusionLight Code for training the LoRA can be found at DiffusionLight-LoRA-Trainer imagen<1K0 likes2.1k downloads2y agoHugging Face17nlphuji /flickr_1k_test_image_text_retrieval Flickr30k (1K test set) Original paper: From image descriptions to visual denotations: New similarity metrics for semantic inference over event descriptions Homepage: https://shannon.cs.illinois.edu/DenotationGraph/ 1K test set split from: http://cs.stanford.edu/people/karpathy/deepimagesent/caption_datasets.zip Bibtex: @article{young2014image, title={From image descriptions to visual denotations: New similarity metrics for semantic inference over event descriptions}… See the full description on the dataset page: https://huggingface.co/datasets/nlphuji/flickr_1k_test_image_text_retrieval.image1K<n<10K2 likes2k downloads4y agoHugging Face18Shuyiww /TextRich Dataset Composition This dataset is a multi-domain bennchmark for detecting AI-generated text-rich images from GPT-Image-2. The dataset consists of two complementary subsets: Fake subset: Images generated by GPT-Image-2 using carefully designed prompts. The prompts are constructed to cover diverse domains and layouts while avoiding reproduction of specific real-world images. Real subset: Images sampled from six publicly available datasets. These images are selected as… See the full description on the dataset page: https://huggingface.co/datasets/Shuyiww/TextRich.imageimage-classificationn<1K1 likes1.9k downloads2mo agoHugging Face19Rapidata /text-2-image-Rich-Human-Feedback Building upon Google's research Rich Human Feedback for Text-to-Image Generation we have collected over 1.5 million responses from 152'684 individual humans using Rapidata via the Python API. Collection took roughly 5 days. If you get value from this dataset and would like to see more in the future, please consider liking it. Overview We asked humans to evaluate AI-generated images in style, coherence and prompt alignment. For images that contained flaws, participants were… See the full description on the dataset page: https://huggingface.co/datasets/Rapidata/text-2-image-Rich-Human-Feedback.imagetext-to-image10K<n<100K37 likes1.8k downloads2y agoHugging Face20ysn-rfd /text-dataset-tiny-code-script-py-format USED of tahamajs/medicine_ds_persian for .parquet file USED of Alijafarixcs2/persian-it-llama2-2k for .parquet file USED of Abirate/english_quotes for .jsonl file NEW FILES (05/12/2025) NEW FILES (12/26/2025) NEW FILES (02/15/2026) texttext-generation10K<n<100K3 likes1.7k downloads4mo agoHugging Face21Felldude /Gradients_Gradients_and_Text_Full_Logic_Captionsimage1K<n<10K2 likes1.5k downloads14d agoHugging Face22Voxel51 /Total-Text-Dataset Dataset Card for Total-Text-Dataset The Total-Text consists of 1555 images with more than 3 different text orientations: Horizontal, Multi-Oriented, and Curved This is a FiftyOne dataset with 1555 samples. Installation If you haven't already, install FiftyOne: pip install -U fiftyone Usage import fiftyone as fo import fiftyone.utils.huggingface as fouh # Load the dataset # Note: other available arguments include 'max_samples', etc dataset =… See the full description on the dataset page: https://huggingface.co/datasets/Voxel51/Total-Text-Dataset.imageobject-detection1K<n<10K3 likes1.5k downloads2y agoHugging Face23cansa /Describable-Textures-Dataset-DTD Not sure about the license. Source: https://www.robots.ox.ac.uk/~vgg/data/dtd/ Describable Textures Dataset (DTD) The Describable Textures Dataset (DTD) is an evolving collection of textural images in the wild, annotated with a series of human-centric attributes, inspired by the perceptual properties of textures. This data is made available to the computer vision community for research purposes. Download… See the full description on the dataset page: https://huggingface.co/datasets/cansa/Describable-Textures-Dataset-DTD.image1K<n<10K4 likes1.4k downloads3y agoHugging Face24alakxender /dhivehi-image-text Dhivehi Image-Text Dataset A dataset of Dhivehi (Maldivian) image-text pairs for machine learning and computer vision tasks. Dataset Statistics Total number of batches: 10 Total images across all batches: 394,212 Average images per batch: ~39,421 Split ratios: Training: 80% Validation: 10% Test: 10% Batch Details Batch Total Images Train Validation Test dv01-01 39659 31727 3966 3966 dv01-02 38989 31191 3899 3899 dv01-03 39360 31488 3936 3936… See the full description on the dataset page: https://huggingface.co/datasets/alakxender/dhivehi-image-text.imagetext-to-image100K<n<1M0 likes1.3k downloads2y agoHugging Face25SergeyKopytko /passport-text-crops Passport Text Crops Synthetic text field crops from Russian internal passport documents (name, patronymic, birth date/place, issuing authority, series, MRZ lines, etc.), organized in numbered sample folders (000000/, 000001/, ...), each containing per-field PNG crops. imageimage-to-text10K<n<100K0 likes1.2k downloads2mo agoHugging Face26Rapidata /text-2-video-human-preferences Rapidata Video Generation Preference Dataset This dataset was collected in ~12 hours using the Rapidata Python API, accessible to anyone and ideal for large scale data annotation. The data collected in this dataset informs our text-2-video model benchmark. We just started so currently only two models are represented in this set: Sora Hunyouan Pika 2.0 Runway ML Alpha Luma Ray 2 Explore our latest model rankings on our website. If you get value from this dataset and would… See the full description on the dataset page: https://huggingface.co/datasets/Rapidata/text-2-video-human-preferences.imagetext-to-video1K<n<10K21 likes1.1k downloads2y agoHugging Face27rl-rag /hle_text_onlyimage1K<n<10K0 likes1.1k downloads7mo agoHugging Face28Rapidata /text-2-video-human-preferences-wan2.1 Rapidata Video Generation Alibaba Wan2.1 Human Preference If you get value from this dataset and would like to see more in the future, please consider liking it. This dataset was collected in ~1 hour total using the Rapidata Python API, accessible to anyone and ideal for large scale data annotation. Overview In this dataset, ~45'000 human annotations were collected to evaluate Alibaba Wan 2.1 video generation model on our benchmark. The up to date benchmark… See the full description on the dataset page: https://huggingface.co/datasets/Rapidata/text-2-video-human-preferences-wan2.1.imagevideo-classificationn<1K20 likes1.1k downloads2y agoHugging Face29maoxx241 /textvqa_subsetimage1K<n<10K2 likes1.1k downloads2y agoHugging Face30oshizo /japanese-text-image-retrieval-trainshunk031/JDocQAのtrain splitに含まれるPDFデータを画像化し、NDLOCRでOCRしたテキストとペアにしたデータセットです。OCRは長い辺を1200pxにリサイズした画像に対して実施しました。OCR結果には、読み取りに失敗した際の文字列「〓」が含まれます。本データセットに含めている画像は、長い辺を896px、700px、588pxのいずれかにリサイズしています。どのサイズとするかは主にページに含まれる文字数で決めました。 query列は、OCR結果の文字列に対しQwen/Qwen2.5-14B-Instructで生成したものです。3つの質問を生成させ、ランダムに1つを選んだものをデータセットに含めました。質問を生成する際は以下のプロンプトを使用しました。 あなたは、質問から画像をretrieveするためのモデルをトレーニングするための(質問, 画像)ペアのデータセットを作成するプロジェクトのメンバーである。 プロジェクトは以下のように進める。 step1. ドキュメントPDFを1ページ1枚の画像ファイルに変換する step2.… See the full description on the dataset page: https://huggingface.co/datasets/oshizo/japanese-text-image-retrieval-train.image100K<n<1M0 likes1.1k downloads2y agoHugging Face

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