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
01textmachinelab /quail Dataset Card for "quail" Dataset Summary QuAIL is a reading comprehension dataset. QuAIL contains 15K multi-choice questions in texts 300-350 tokens long 4 domains (news, user stories, fiction, blogs).QuAIL is balanced and annotated for question types. Supported Tasks and Leaderboards More Information Needed Languages More Information Needed Dataset Structure Data Instances quail Size of downloaded dataset files:… See the full description on the dataset page: https://huggingface.co/datasets/textmachinelab/quail.textmultiple-choice10K<n<100K8 likes71k downloads3y agoHugging Face02lmms-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 likes48k downloads3y agoHugging Face03macabdul9 /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 likes23k downloads2y agoHugging Face04CSU-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 downloads11mo agoHugging Face05hf-internal-testing /dummy_image_text_data Dataset Card for "dummy_image_text_data" More Information needed imagen<1K1 likes12k downloads4y 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.2k downloads5mo agoHugging Face07PleIAs /WTO-Text Dataset Card for WTO Documents Dataset Dataset Overview Title: WTO Documents Dataset Source: World Trade Organization Documents Online Description: The WTO Documents Dataset is a comprehensive collection of official documentation from the World Trade Organization (WTO). This dataset is sourced from the WTO's official Documents Online platform, which provides access to documents in the three official languages (English, French, and Spanish) from 1995 onwards. The… See the full description on the dataset page: https://huggingface.co/datasets/PleIAs/WTO-Text.tabular100K<n<1M9 likes7.7k downloads2y agoHugging Face08CIawevy /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 Face09PrimeIntellect /Reverse-Text-RL Reverse-Text-RL A small, scrappy RL dataset used in prime-rl's CI to debug RL training asking a model to reverse small sentences character-by-character. Follows the general format of PrimeIntellect/Reverse-Text-SFT The following script was used to generate the dataset. from datasets import Dataset, load_dataset dataset = load_dataset("willcb/R1-reverse-wikipedia-paragraphs-v1-1000", split="train") prompt = "Reverse the text character-by-character. Put your answer in… See the full description on the dataset page: https://huggingface.co/datasets/PrimeIntellect/Reverse-Text-RL.textquestion-answering1K<n<10K2 likes5.6k downloads1y agoHugging Face10Reza2kn /persian-asr-audio-text-2.69M-chizzled 🗂️ persian-asr-audio-text-2.69M-chizzled English + فارسی · Part of Shenava 1.0 · Project hub · SLT paper submission 🌟 At a glance | معرفی سریع English فارسی 🎯 Purpose Phase A-scale audio/text dataset. پیکرهٔ بزرگ جفت‌های صوت و متنِ پالایش‌شده برای آموزش در مقیاس فاز A. 🧩 Role Persian text and linguistic asset مصنوع متنی و زبانی فارسی 📦 Snapshot 417 files; approximately 236.86 GB 417 فایل؛ حدود 236.86 GB 🧱 Packaging 414 Parquet files and 0… See the full description on the dataset page: https://huggingface.co/datasets/Reza2kn/persian-asr-audio-text-2.69M-chizzled.tabular1M<n<10M2 likes4.7k downloads2mo agoHugging Face11google /code_x_glue_ct_code_to_text Dataset Card for "code_x_glue_ct_code_to_text" Dataset Summary CodeXGLUE code-to-text dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Text/code-to-text The dataset we use comes from CodeSearchNet and we filter the dataset as the following: Remove examples that codes cannot be parsed into an abstract syntax tree. Remove examples that #tokens of documents is < 3 or >256 Remove examples that documents contain special tokens (e.g. <img ...> or… See the full description on the dataset page: https://huggingface.co/datasets/google/code_x_glue_ct_code_to_text.texttranslation1M<n<10M79 likes4.7k downloads3y agoHugging Face12Ta1k1 /HLE_text_200 language: - en tags: - chemistry - biology - math HLEのうち、text形式のものを抽出した200問 textn<1K0 likes4.2k downloads11mo agoHugging Face13tasksource /ScienceQA_text_only Dataset Card for "scienceQA_text_only" ScienceQA text-only examples (examples where no image was initially present, which means they should be doable with text-only models.) @article{10.1007/s00799-022-00329-y, author = {Saikh, Tanik and Ghosal, Tirthankar and Mittal, Amish and Ekbal, Asif and Bhattacharyya, Pushpak}, title = {ScienceQA: A Novel Resource for Question Answering on Scholarly Articles}, year = {2022}, journal = {Int. J. Digit. Libr.}, month = {sep} } text10K<n<100K32 likes3.6k downloads3y agoHugging Face14sayan1101 /gaia_filtered_text_onlytextn<1K0 likes3.1k downloads3y agoHugging Face15acmc /beamit-full-texts-dataset Dataset Card for "beamit-full-texts-dataset" More Information needed text10K<n<100K0 likes3k downloads3y agoHugging Face16gretelai /synthetic_text_to_sql Image generated by DALL-E. See prompt for more details synthetic_text_to_sql gretelai/synthetic_text_to_sql is a rich dataset of high quality synthetic Text-to-SQL samples, designed and generated using Gretel Navigator, and released under Apache 2.0. Please see our release blogpost for more details. The dataset includes: 105,851 records partitioned into 100,000 train and 5,851 test records ~23M total tokens, including ~12M SQL tokens Coverage across 100 distinct… See the full description on the dataset page: https://huggingface.co/datasets/gretelai/synthetic_text_to_sql.textquestion-answering100K<n<1M703 likes2.8k downloads9mo agoHugging Face17DongfuJiang /hle_text_onlyimage1K<n<10K0 likes2.8k downloads1y agoHugging Face18ghanaopenai /kasem-speech-text-parallel This dataset is shared under CC BY-NC 4.0, which means you are free to use, share, and adapt it for non-commercial research and educational purposes with attribution. You can read the full license at https://creativecommons.org/licenses/by-nc/4.0/. Kasem Speech-Text Parallel Dataset Dataset Description This dataset contains 75990 parallel speech-text pairs for Kasem, a language spoken primarily in Ghana. The dataset consists of audio recordings paired with their… See the full description on the dataset page: https://huggingface.co/datasets/ghanaopenai/kasem-speech-text-parallel.audioautomatic-speech-recognition10K<n<100K0 likes2.7k downloads3mo agoHugging Face19asoria /en-texttextn<1K0 likes2.7k downloads2y agoHugging Face20CraftJarvis /minecraft-text-action-datasettext100K<n<1M1 likes2.6k downloads1y agoHugging Face21ioi-leaderboard /ioi-eval-openrouter_openai_gpt-3.5-turbo-texttextn<1K0 likes2.2k downloads2y agoHugging Face22maywell /korean_textbooks Massive Korean synthetic dataset This dataset is a large-scale Korean artificial data set created using Gemini Pro. It was created using the methodology described in Creation of synthetic textbook-quality datasets in Textbooks Are All You Need. Data overview A subset of each dataset does not indicate the contents of that dataset. Further modification required before use this dataset for training. 본 데이터셋은 바로 사용하기보다는 하고자하는 task에 맞추어 가공 후 사용을 권장드립니다. ex) 로컬 모델을 사용하여 QA 셋으로… See the full description on the dataset page: https://huggingface.co/datasets/maywell/korean_textbooks.text1M<n<10M124 likes2.1k downloads3y agoHugging Face23lmms-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 Face24Scicom-intl /Malaysia-Textbook Malaysia-Textbook-PDF Gather Malaysia textbooks in PDF format, after that use Qwen/Qwen3-235B-A22B-Instruct-2507 to convert PDF image to text. document10K<n<100K0 likes1.9k downloads8mo agoHugging Face25dh-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 likes1.9k downloads5mo agoHugging Face26MegaScience /TextbookReasoning MegaScience: Pushing the Frontiers of Post-Training Datasets for Science Reasoning Dataset Description Scientific reasoning is critical for developing AI scientists and supporting human researchers in advancing the frontiers of natural science discovery. However, the open-source community has primarily focused on mathematics and coding while neglecting the scientific domain, largely due to the absence of open, large-scale, high-quality, verifiable scientific reasoning… See the full description on the dataset page: https://huggingface.co/datasets/MegaScience/TextbookReasoning.texttext-generation100K<n<1M33 likes1.9k downloads1y agoHugging Face27open-phi /textbooks Textbooks Are All You Need Leveraging Large Language Models (LLMs), there's an opportunity to create a comprehensive open-source repository reminiscent of the historic Library of Alexandria. This initiative represents a preliminary attempt at producing high-quality books covering an extensive range of subjects. The source of these samples varies: Some generated using the RAG model, referencing Wikipedia or other search data. Some are completely synthetically generated. Some created… See the full description on the dataset page: https://huggingface.co/datasets/open-phi/textbooks.text1K<n<10K97 likes1.8k downloads3y agoHugging Face28CoIR-Retrieval /synthetic-text2sqlEmploying the MTEB evaluation framework's dataset version, utilize the code below for assessment: import mteb import logging from sentence_transformers import SentenceTransformer from mteb import MTEB logger = logging.getLogger(__name__) model_name = 'intfloat/e5-base-v2' model = SentenceTransformer(model_name) tasks = mteb.get_tasks( tasks=[ "AppsRetrieval", "CodeFeedbackMT", "CodeFeedbackST", "CodeTransOceanContest", "CodeTransOceanDL"… See the full description on the dataset page: https://huggingface.co/datasets/CoIR-Retrieval/synthetic-text2sql.text100K<n<1M0 likes1.8k downloads2y agoHugging Face29Rapidata /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.7k downloads2y agoHugging Face30ysn-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 Face

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