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
01arcinstitute /State-Parse-FilteredThe single cell RNA-seq dataset with human PBMC samples was sourced from Parse Biosciences [1]. [1] Performance of Evercode™ WT v3 in Human Immune Cells (PBMCs), https://www.parsebiosciences.com/datasets/performance-of-evercode-wt-v3-in-human-immune-cells-pbmcs/; Parse Biosciences, Seattle, USA; accessed 05/27/2025. Certain uses of this data may require a license from Parse Biosciences, Inc. textn<1K0 likes64k downloads4mo agoHugging Face02Forceless /PPTAgent-parsed_dataimage1K<n<10K8 likes31k downloads2y agoHugging Face03llamaindex /ParseBench ParseBench Quick links: [🌐 Website] [📜 Paper] [💻 Code] ParseBench is a benchmark for evaluating document parsing systems on real-world enterprise documents, with the following characteristics: Multi-dimensional evaluation. The benchmark is stratified into five capability dimensions — tables, charts, content faithfulness, semantic formatting, and visual grounding — each with task-specific metrics designed to capture what agentic workflows depend on. Real-world enterprise… See the full description on the dataset page: https://huggingface.co/datasets/llamaindex/ParseBench.document100K<n<1M129 likes23k downloads5mo agoHugging Face04minpeter /xlam-function-calling-60k-parsed [PARSED] APIGen Function-Calling Datasets (xLAM) This dataset contains the full data from the original Salesforce/xlam-function-calling-60k Subset name multi-turn parallel multiple definition Last turn type number of dataset xlam-function-calling-60k no yes yes tool_calls 60000 This is a re-parsing formatting dataset for the xLAM official dataset. Load the dataset from datasets import load_dataset ds =… See the full description on the dataset page: https://huggingface.co/datasets/minpeter/xlam-function-calling-60k-parsed.texttext-generation10K<n<100K3 likes20k downloads1y agoHugging Face05docling-project /regression-dataset-for-docling-parse Regression Dataset for docling-parse This repository contains the reference dataset used as a regression test corpus for docling-parse. Its purpose is to make parser and renderer changes safe: when behavior changes in docling-parse, the test suite can compare the current output against the expected artifacts stored in this dataset. Correct workflow to add new files cp /path/to/new.pdf regression/new.pdf git add regression/new.pdf git lfs status git commit -s -m… See the full description on the dataset page: https://huggingface.co/datasets/docling-project/regression-dataset-for-docling-parse.documentn<1K3 likes7k downloads2d agoHugging Face06Rolv-Arild /hlrlrd-parsedThe High-Level Rocket League Replay Dataset, parsed into rlgym-tools ReplayFrame objects, and serialized into numpy arrays. To stream or download this dataset, you can use this code as reference. Note that finding all the remote files can take some time. import os import glob import numpy as np from concurrent.futures import ThreadPoolExecutor from huggingface_hub import DatasetCard, HfFileSystem, snapshot_download from rlgym_tools.rocket_league.misc.serialize import deserialize_replay_frame… See the full description on the dataset page: https://huggingface.co/datasets/Rolv-Arild/hlrlrd-parsed.4 likes4.3k downloads4mo agoHugging Face07AlgorithmicResearchGroup /arxiv_s2orc_parsed Dataset Card for "ArtifactAI/arxiv_s2orc_parsed" Dataset Description https://huggingface.co/datasets/AlgorithmicResearchGroup/arxiv_s2orc_parsed Dataset Summary AlgorithmicResearchGroup/arxiv_s2orc_parsed is a subset of the AllenAI S2ORC dataset, a general-purpose corpus for NLP and text mining research over scientific papers, The dataset is filtered strictly for ArXiv papers, including the full text for each paper. Github links have been extracted… See the full description on the dataset page: https://huggingface.co/datasets/AlgorithmicResearchGroup/arxiv_s2orc_parsed.texttext-generation1M<n<10M28 likes3k downloads2y agoHugging Face08slaf-project /Parse-10M Parse 10M PBMC Dataset (SLAF Format) Attribution This is a re-release of data originally generated by Parse Biosciences. Original Dataset: Parse 10M PBMC 12donor 90cytokines dataset Original Format: H5AD file Original Source: https://www.parsebiosciences.com/datasets/10-million-human-pbmcs-in-a-single-experiment/ This Release: Same data in SLAF (Sparse Lazy Array Format) for SLAF tool compatibility License: CC-BY-NC-4.0 (Creative Commons Attribution-NonCommercial 4.0)… See the full description on the dataset page: https://huggingface.co/datasets/slaf-project/Parse-10M.tabular10B<n<100B1 likes2.8k downloads8mo agoHugging Face09ragrawal36 /nemotron-cc-v21-Parsed-QA4-Summarization-Qwen3-1.7Btext1M<n<10M0 likes2.3k downloads7mo agoHugging Face10parsee-mizuhashi /phonyimage0 likes2.1k downloads2y agoHugging Face11minpeter /bfcl-v1-non-live-ast-parsed [PARSED] BFCL V1 AST (non-live python) The data in this dataset is a subset of the original gorilla-llm/Berkeley-Function-Calling-Leaderboard Subset name multi-turn parallel multiple definition Last turn type number of dataset simple no no no tool_calls 400 multiple no no yes tool_calls 200 parallel no yes no tool_calls 200 parallel_multiple no yes yes tool_calls 200 This is a re-parsing formatting dataset for Python AST parts from V1 of the official dataset of… See the full description on the dataset page: https://huggingface.co/datasets/minpeter/bfcl-v1-non-live-ast-parsed.texttext-generation1K<n<10K1 likes1.1k downloads2y agoHugging Face12parsee-mizuhashi /acestepsongsaudio100K<n<1M0 likes1k downloads1y agoHugging Face13Yoongls /ParseBench ParseBench Quick links: [🌐 Website] [📜 Paper] [💻 Code] ParseBench is a benchmark for evaluating document parsing systems on real-world enterprise documents, with the following characteristics: Multi-dimensional evaluation. The benchmark is stratified into five capability dimensions — tables, charts, content faithfulness, semantic formatting, and visual grounding — each with task-specific metrics designed to capture what agentic workflows depend on. Real-world enterprise… See the full description on the dataset page: https://huggingface.co/datasets/Yoongls/ParseBench.document100K<n<1M0 likes945 downloads5mo agoHugging Face14zhoubolei /scene_parse_150Scene parsing is to segment and parse an image into different image regions associated with semantic categories, such as sky, road, person, and bed. MIT Scene Parsing Benchmark (SceneParse150) provides a standard training and evaluation platform for the algorithms of scene parsing. The data for this benchmark comes from ADE20K Dataset which contains more than 20K scene-centric images exhaustively annotated with objects and object parts. Specifically, the benchmark is divided into 20K images for training, 2K images for validation, and another batch of held-out images for testing. There are totally 150 semantic categories included for evaluation, which include stuffs like sky, road, grass, and discrete objects like person, car, bed. Note that there are non-uniform distribution of objects occuring in the images, mimicking a more natural object occurrence in daily scene.image-segmentation10K<n<100K31 likes939 downloads3y agoHugging Face15piercewetter3 /irs-990-parsed IRS 990 Parsed Nonprofit Database Public relational extract of IRS Form 990 / 990-EZ / 990-PF filings, plus the colocated public files we join for address research: CMS NPPES + T-MSIS Medicare spend, FMCSA DOT carriers, OFAC SDN, FEC committees, and the IRS EO BMF. Generated: 2026-08-17Tables: 34Rows (sum): 459,069,505License: CC0 / public domain — derived from U.S. government recordsHub: https://huggingface.co/datasets/piercewetter3/irs-990-parsed Layout Tables… See the full description on the dataset page: https://huggingface.co/datasets/piercewetter3/irs-990-parsed.tabulartabular-classification100M<n<1B0 likes902 downloads1mo agoHugging Face16minpeter /toolace-parsed [PARSED] ToolACE The data in this dataset is a subset of the original Team-ACE/ToolACE Subset name multi-turn parallel multiple definition Last turn type number of dataset toolace yes yes yes complex 11k This is a re-parsing formatting dataset for the ToolACE official dataset. Load the dataset from datasets import load_dataset ds = load_dataset("minpeter/toolace-parsed") print(ds) # DatasetDict({ # train: Dataset({ # features:… See the full description on the dataset page: https://huggingface.co/datasets/minpeter/toolace-parsed.texttext-generation10K<n<100K1 likes850 downloads2y agoHugging Face17huggingworld /ParseBench ParseBench Quick links: [🌐 Website] [📜 Paper] [💻 Code] ParseBench is a benchmark for evaluating document parsing systems on real-world enterprise documents, with the following characteristics: Multi-dimensional evaluation. The benchmark is stratified into five capability dimensions — tables, charts, content faithfulness, semantic formatting, and visual grounding — each with task-specific metrics designed to capture what agentic workflows depend on. Real-world enterprise… See the full description on the dataset page: https://huggingface.co/datasets/huggingworld/ParseBench.document100K<n<1M0 likes800 downloads5mo agoHugging Face18arthrod /contract_parse data/ — new-run outputs Parser/verification runs in THIS project write here (e.g. data/runs/...). The frozen regression baseline — the past parsed files the drift-check in step (c) compares against — lives in the sibling repo and is reached via the baseline/ symlink: baseline/data/runs/turnNN_*/. imagen<1K0 likes731 downloads3mo agoHugging Face19Hashir621 /ParseBench ParseBench ParseBench is a benchmark for evaluating how well document parsing tools convert PDFs into structured output that AI agents can reliably act on. It tests whether parsed output preserves the structure and meaning needed for autonomous decisions — not just whether it looks similar to a reference text. The benchmark covers ~2,000 human-verified pages from real enterprise documents (insurance, finance, government), organized around five capability dimensions, each… See the full description on the dataset page: https://huggingface.co/datasets/Hashir621/ParseBench.documentn<1K0 likes712 downloads3mo agoHugging Face20Aurel-test /simpsons_script_lines_parsedtext10K<n<100K0 likes697 downloads4mo agoHugging Face21Azzindani /ID_REG_Parsed 🇮🇩 Indonesian Regulation Parsed Dataset This dataset contains the parsed content of over 250,000 Indonesian regulations, extracted directly from PDFs at the article level — without chunking — resulting in 3.5+ million rows representing individual articles and clauses. 📄 Dataset Overview Source: Parsed from the original PDF collection of Indonesian regulations (~250K documents) Parsed Units: Articles, clauses, or sections as atomic units (no chunking applied) Size:… See the full description on the dataset page: https://huggingface.co/datasets/Azzindani/ID_REG_Parsed.text1M<n<10M1 likes695 downloads1y agoHugging Face22parsee-mizuhashi /abbabbbtext1K<n<10K0 likes688 downloads1y agoHugging Face23cia-tools /parsed_datatext1K<n<10K0 likes674 downloads1y agoHugging Face24danjacobellis /scene_parse_150image10K<n<100K0 likes631 downloads1y agoHugging Face25matthew-l-leidos /ParseBench ParseBench Quick links: [🌐 Website] [📜 Paper] [💻 Code] ParseBench is a benchmark for evaluating document parsing systems on real-world enterprise documents, with the following characteristics: Multi-dimensional evaluation. The benchmark is stratified into five capability dimensions — tables, charts, content faithfulness, semantic formatting, and visual grounding — each with task-specific metrics designed to capture what agentic workflows depend on. Real-world enterprise… See the full description on the dataset page: https://huggingface.co/datasets/matthew-l-leidos/ParseBench.document100K<n<1M0 likes561 downloads3mo agoHugging Face26hugosousa /natural_questions_parsedtext100K<n<1M1 likes557 downloads3y agoHugging Face27HFXM /LRM-Safety-evaluation-parsedtext100K<n<1M0 likes486 downloads5mo agoHugging Face28ZhP97 /3GPP-MinerU-Parsed0 likes483 downloads19d agoHugging Face29bigcode /jupyter-parsed Dataset Card for "jupyter-parsed" More Information needed tabular1M<n<10M4 likes471 downloads4y agoHugging Face30weikaih /sa1b_parsedimage1K<n<10K0 likes459 downloads2y agoHugging Face

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