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
01hubertmarek /agent-diff-bench Agent-Diff Bench Website | Paper | GitHub Agent-Diff is a benchmarking framework for evaluating agentic Large Language Models (LLMs) on real-world tasks that execute code via external APIs. The benchmark provides access to real API interfaces (Slack, Box, Linear, Google Calendar) while sandboxing the environment in which calls are made and evaluated. Dataset Summary The dataset contains 224 tasks utilizing enterprise software workflows, provided with an 80/20… See the full description on the dataset page: https://huggingface.co/datasets/hubertmarek/agent-diff-bench.texttext-generationn<1K2 likes234 downloads7mo agoHugging Face02badlogicgames /pi-diff-review Coding agent session traces for badlogicgames/pi-diff-review This dataset contains redacted coding agent session traces collected while working on https://github.com/badlogic/pi-diff-review.git. The traces were exported with pi-share-hf from a local pi workspace and filtered to keep only sessions that passed deterministic redaction and LLM review. Data description Each *.jsonl file is a redacted pi session. Sessions are stored as JSON Lines files where each line… See the full description on the dataset page: https://huggingface.co/datasets/badlogicgames/pi-diff-review.tabulartext-generationn<1K9 likes222 downloads6mo agoHugging Face03FredZhang7 /stable-diffusion-prompts-2.47M Source Combined text-only dataset from poloclub/diffusiondb Gustavosta/Stable-Diffusion-Prompts bartman081523/stable-diffusion-discord-prompts FredZhang7/krea-ai-prompts For preprocessing methods, please see Fast GPT2 PromptGen. Python Download and save the dataset to all_prompts.txt locally. pip install datasets import datasets dataset = datasets.load_dataset("FredZhang7/stable-diffusion-prompts-2.47M") train = dataset["train"] prompts = train["text"] with… See the full description on the dataset page: https://huggingface.co/datasets/FredZhang7/stable-diffusion-prompts-2.47M.texttext-generation1M<n<10M42 likes203 downloads4y agoHugging Face04bbidpa /flutter-diff-steps-v1 Flutter Codegen: Diff Steps Synthetic dataset of step-by-step Flutter/Dart widget construction, where each row is one incremental edit in a sequence: given a goal, the current code, and the history of steps taken so far, predict the next action (a short description) and the code change as a search/replace diff hunk. Built for training and evaluating small language models on iterative, diff-based code editing -- as opposed to regenerating the whole file at each step. This is the… See the full description on the dataset page: https://huggingface.co/datasets/bbidpa/flutter-diff-steps-v1.tabulartext-generation100K<n<1M0 likes177 downloads18d agoHugging Face05a-m-team /AM-Math-Difficulty-RLFor more open-source datasets, models, and methodologies, please visit our GitHub repository. We believe that the selection of training data for reinforcement learning is crucial. To validate this, we conducted several experiments exploring how data difficulty influences training performance. Our data sources originate from numerous excellent open-source projects, and we sincerely appreciate their contributions, without which our current achievements would not have been possible.… See the full description on the dataset page: https://huggingface.co/datasets/a-m-team/AM-Math-Difficulty-RL.texttext-generation100K<n<1M16 likes161 downloads1y agoHugging Face06shl0ms /skill-diffs skill-diffs Commit-by-commit revision history of agent skills (SKILL.md files) scraped from public GitHub repos. Each record is a (before, after, intent) tuple capturing how a skill was iteratively refined through human feedback. v0.5 covers 4 platforms — Anthropic Claude, OpenClaw, OpenCode, and Hermes Agent — with PR title/body metadata as richer intent labels, MinHash + semantic clustering for dedup, structural diff_summary for filtering by edit type, aggregate quality_score for… See the full description on the dataset page: https://huggingface.co/datasets/shl0ms/skill-diffs.tabulartext-generation1M<n<10M0 likes150 downloads5mo agoHugging Face07cfahlgren1 /pi-diff-review Coding agent session traces for badlogicgames/pi-diff-review This dataset contains redacted coding agent session traces collected while working on https://github.com/badlogic/pi-diff-review.git. The traces were exported with pi-share-hf from a local pi workspace and filtered to keep only sessions that passed deterministic redaction and LLM review. Data description Each sessions/*.jsonl file is a redacted pi session. Sessions are stored as JSON Lines files where… See the full description on the dataset page: https://huggingface.co/datasets/cfahlgren1/pi-diff-review.tabulartext-generationn<1K0 likes148 downloads6mo agoHugging Face08Zehui127127 /latent-dna-diffusiontexttext-generation100K<n<1M5 likes139 downloads3y agoHugging Face09xzuyn /Stable-Diffusion-Prompts-Deduped-2.008M Original Dataset by FredZhang7 Deduped from 2,473,022 down to 2,007,998. Changed anything that had [ prompt text ], ( prompt text ), or < prompt text >, to [prompt text], (prompt text), and <prompt text>. 2 or more spaces converted to a single space. Removed all " Removed spaces at beginnings. texttext-generation1M<n<10M10 likes113 downloads3y agoHugging Face10JetBrains-Research /diff-xyz Diff-XYZ This is a dataset for the paper: Diff-XYZ: A Benchmark for Evaluating Diff Understanding. Diff-XYZ contains 1,000 real-world code edits sampled and filtered from the CommitPackFT dataset.Each example provides three components: the original file contents (old_code), the modified contents (new_code), and multiple diff representations (udiff, udiff-h, udiff-l, and search-replace). These formats enable evaluation of LLM capabilities on three code editing tasks: Apply: Given… See the full description on the dataset page: https://huggingface.co/datasets/JetBrains-Research/diff-xyz.tabulartext-generation1K<n<10K2 likes106 downloads11mo agoHugging Face11Lots-of-LoRAs /task518_emo_different_dialogue_emotions Dataset Card for Natural Instructions (https://github.com/allenai/natural-instructions) Task: task518_emo_different_dialogue_emotions Additional Information Citation Information The following paper introduces the corpus in detail. If you use the corpus in published work, please cite it: @misc{wang2022supernaturalinstructionsgeneralizationdeclarativeinstructions, title={Super-NaturalInstructions: Generalization via Declarative Instructions on 1600+ NLP… See the full description on the dataset page: https://huggingface.co/datasets/Lots-of-LoRAs/task518_emo_different_dialogue_emotions.texttext-generation1K<n<10K0 likes95 downloads2y agoHugging Face12JierunChen /MathVision_with_difficulty_level MathVision with difficulty level tags This dataset extends the 🤗 MathVision benchmark by introducing two additional tags: passrate_for_qwen2.5_vl_7b and difficulty_level_for_qwen2.5_vl_7b. Further details are available in our paper The Synergy Dilemma of Long-CoT SFT and RL: Investigating Post-Training Techniques for Reasoning VLMs. 🚀 Data Usage from datasets import load_dataset dataset = load_dataset("JierunChen/MathVision_with_difficulty_level") print(dataset)… See the full description on the dataset page: https://huggingface.co/datasets/JierunChen/MathVision_with_difficulty_level.imagequestion-answering1K<n<10K0 likes95 downloads1y agoHugging Face13switlydev /linux-kernel-bugfixes-diffs 🐧 Linux Kernel Bugfixes & Patches Dataset (Instruction-Tuned) 📖 Dataset Description This dataset is a highly curated, instruction-tuned collection of problem-solution pairs extracted directly from the official Linux Kernel Git repository (torvalds/linux). It is specifically designed to train Large Language Models (LLMs) on low-level C programming, kernel architecture, memory management, and security vulnerability patching. Unlike raw commit histories, this… See the full description on the dataset page: https://huggingface.co/datasets/switlydev/linux-kernel-bugfixes-diffs.texttext-generation100K<n<1M0 likes91 downloads2mo agoHugging Face14dougalldeepmind /2026-08-31-difficult-advice-716-seeds-bundle da716 seed replicates — training bundle (seeds 42 and 69) code.tar.gz (trainer + src/ + the two seed configs) beside seed 0's mixture, byte-identical. scripts/gpu/runpod_train.py up reads both from this one repo. field value experiment Seed replicates of the da716 arm (Table2 9,284 filtered + difficult-advice-v2 716, 7.16%) so the arm carries training-seed variance like its siblings. da716 was the last arm on a single seed and is the comparison baseline for the… See the full description on the dataset page: https://huggingface.co/datasets/dougalldeepmind/2026-08-31-difficult-advice-716-seeds-bundle.texttext-generation10K<n<100K0 likes88 downloads26d agoHugging Face15dougalldeepmind /2026-08-07-surf-synthdoc-difficult-advice-attributes-full SURF Attributes (Full) Complete dataset for SURF research and extension. Paper: Chunky Post-Training (link pending) Quick Start For running SURF, use the minimal dataset: LASR-Callum/2026-08-07-surf-synthdoc-difficult-advice-attributes uv run -m surf.cli.main sweep \ --attributes LASR-Callum/2026-08-07-surf-synthdoc-difficult-advice-attributes \ --rubric rubrics/rebuttal.yaml \ -o results/ Dataset Fields prompt: The query text… See the full description on the dataset page: https://huggingface.co/datasets/dougalldeepmind/2026-08-07-surf-synthdoc-difficult-advice-attributes-full.texttext-generation1K<n<10K0 likes83 downloads2mo agoHugging Face16dougalldeepmind /2026-08-21-odcv-difficult-advice-principle-scoped-702-eval ODCV-Bench — difficult-advice generated WITHOUT the full constitution in refinement Headline: MR 11.5% [6.2, 19.6], severity 0.62, n=130 (2 rollouts x 65 cells). The constitution-injection ablation. The baseline difficult-advice recipe injects the WHOLE constitution into exactly two of its five LLM stages, revise_prompts and revise_responses; this arm's corpus deleted both injections so no stage ever saw more than one principle at a time. That also withholds the constitution's… See the full description on the dataset page: https://huggingface.co/datasets/dougalldeepmind/2026-08-21-odcv-difficult-advice-principle-scoped-702-eval.texttext-generation10K<n<100K0 likes81 downloads26d agoHugging Face17dougalldeepmind /2026-08-07-surf-synthdoc-difficult-advice-attributes SURF Attributes Minimal dataset for running SURF (Surfacing Unintended Response Failures). Paper: Chunky Post-Training (link pending) Usage uv run -m surf.cli.main sweep \ --attributes LASR-Callum/2026-08-07-surf-synthdoc-difficult-advice-attributes \ --rubric rubrics/rebuttal.yaml \ -o results/ Fields prompt: The query text sae_attributes: List of semantic attribute cluster summaries How it works Each prompt was… See the full description on the dataset page: https://huggingface.co/datasets/dougalldeepmind/2026-08-07-surf-synthdoc-difficult-advice-attributes.texttext-generation1K<n<10K0 likes80 downloads2mo agoHugging Face18CoffeeGitta /difficulty-aime_2025-generations Generations Dataset: aime_2025 Paper: LLMs Encode Their Failures: Predicting Success from Pre-Generation ActivationsCode: GitHub LLM-generated solutions across train/validation/test splits for multiple models. Columns Column Type Description problem str Problem statement generated_solutions list Generated solutions with scores success_rate float Fraction of correct generations majority_vote_is_correct int (0/1) Whether majority vote is correct k… See the full description on the dataset page: https://huggingface.co/datasets/CoffeeGitta/difficulty-aime_2025-generations.tabulartext-generationn<1K0 likes70 downloads1mo agoHugging Face19dougalldeepmind /2026-08-31-difficult-advice-principle-scoped-702-seeds-bundle chunk-only 702 seed replicates — training bundle (seeds 42 and 69) code.tar.gz (trainer + src/ + the two seed configs) beside seed 0's mixture, byte-identical. scripts/gpu/runpod_train.py up reads both from this one repo. field value experiment Seed replicates so this arm carries training-seed variance. Table2 9,284 filtered + chunk-only difficult advice 702 (7.03%). The rewrite stages never saw the constitution, only their one target principle. Between-seed spread on… See the full description on the dataset page: https://huggingface.co/datasets/dougalldeepmind/2026-08-31-difficult-advice-principle-scoped-702-seeds-bundle.texttext-generation1K<n<10K0 likes68 downloads26d agoHugging Face20Lots-of-LoRAs /task628_xlwic_word_with_different_meaning_sentence_generation Dataset Card for Natural Instructions (https://github.com/allenai/natural-instructions) Task: task628_xlwic_word_with_different_meaning_sentence_generation Additional Information Citation Information The following paper introduces the corpus in detail. If you use the corpus in published work, please cite it: @misc{wang2022supernaturalinstructionsgeneralizationdeclarativeinstructions, title={Super-NaturalInstructions: Generalization via Declarative… See the full description on the dataset page: https://huggingface.co/datasets/Lots-of-LoRAs/task628_xlwic_word_with_different_meaning_sentence_generation.texttext-generationn<1K0 likes67 downloads2y agoHugging Face21diffutron /DiffutronLM-Pretraining-Corpus DiffutronLM-Pretraining-Corpus DiffutronLM-Pretraining-Corpus is the comprehensive, filtered Turkish text dataset used during the Continual Pre-training (CPT) phase of the Diffutron language models. The primary goal of this dataset was to align the cross-lingual representations of a multilingual base encoder (jhu-clsp/mmBERT-base) with the agglutinative complexity and morphological nuances of the Turkish language, without inducing catastrophic forgetting. 📊 Dataset… See the full description on the dataset page: https://huggingface.co/datasets/diffutron/DiffutronLM-Pretraining-Corpus.texttext-generation1M<n<10M2 likes51 downloads6mo agoHugging Face22Ftm23 /cbd-diffsae cbd-diffsae — model-diffing collection data Trigger-bearing data for SAE-difference / model-diffing on the fr→gv organism. Configs: collection (4,096) — balanced poison/single/mismatch/clean; the run-1 collection set. corpus (3,072) — the fresh, disjoint trigger-bearing subset (poison/single/mismatch, no clean). collection_v2 (12,173) — the run-2 training set: all suitable fr→gv data (every available poison/single/mismatch + clean from the organism's own train/dev/heldout, plus… See the full description on the dataset page: https://huggingface.co/datasets/Ftm23/cbd-diffsae.texttext-generation10K<n<100K0 likes50 downloads3mo agoHugging Face23paoche11 /diffusion-generated-text Diffusion-Generated Text Benchmark 17,565 cleaned responses from three diffusion language model families and 21 generation settings This benchmark supports research on diffusion-generated language, machine-generated text detection, and robustness across model families and decoding configurations. It includes outputs from DiffusionGemma, LLaDA-8B-Instruct, and LLaDA2-mini with varied generation lengths and block sizes. Benchmark composition Generator… See the full description on the dataset page: https://huggingface.co/datasets/paoche11/diffusion-generated-text.texttext-generation10K<n<100K0 likes50 downloads1d agoHugging Face24WoWoWoWololo /stable_diffusion_female_prompts stable_diffusion_female_prompts ⚠ PRECAUTION : This dataset contains NSFW and SFW prompts. ⚠ Stable Diffusion female prompts and some informations about the generated images Dataset Details Dataset Description Enhancing the dataset progress is going on and going to be updated frequently. These Huggingface datasets are used for enhancing the dataset: FredZhang7/anime-prompts-180K FredZhang7/stable-diffusion-prompts-2.47M… See the full description on the dataset page: https://huggingface.co/datasets/WoWoWoWololo/stable_diffusion_female_prompts.tabulartext-generation1M<n<10M6 likes43 downloads10mo agoHugging Face25Teen-Different /Code_Opt_Triton Overview This dataset, TEEN-D/Code_Opt_Triton, is an extended version of the publicly available GPUMODE/Inductor_Created_Data_Permissive dataset. It contains pairs of original (PyTorch or Triton) programs and their equivalent Triton code (generated by torch inductor), intended for training models in PyTorch-to-Triton code translation and optimization. The primary modification in this extended version is that each optimized Triton code snippet is paired with both its original source… See the full description on the dataset page: https://huggingface.co/datasets/Teen-Different/Code_Opt_Triton.tabulartext-generation10K<n<100K1 likes43 downloads2y agoHugging Face26HAD653 /OpenMath-Difficulty-Annotated 📐 OpenMath-Difficulty-Annotated 🚀 Overview OpenMath-Difficulty-Annotated is a curated subset of OpenMathInstruct-2 containing 10,176 math problems, enhanced with precise difficulty metadata. While the original solutions are preserved from NVIDIA's dataset, we employed a 120B Parameter Model (LLM-as-a-Judge) to analyze and grade every single problem on a scale of 1 to 5. This allows developers of Small Language Models (1B-3B) to filter out "Olympiad-level" noise… See the full description on the dataset page: https://huggingface.co/datasets/HAD653/OpenMath-Difficulty-Annotated.texttext-generation10K<n<100K1 likes43 downloads10mo agoHugging Face27argo11 /japanese-math-empirical-difficulty-pilot-50k Japanese Math Empirical Difficulty Pilot 50k This dataset is a 50,000-problem empirical difficulty pilot, not a full empirical labeling of the original 5.66M-row source dataset. It was created for LLM-jp experiment 0399, Team Victory SFT, to validate empirical difficulty label distribution, downstream split behavior, and the rollout/scoring pipeline before attempting labeling at the full 5.6M scale. Current Status This upload uses the v3 scorer with assistant-only… See the full description on the dataset page: https://huggingface.co/datasets/argo11/japanese-math-empirical-difficulty-pilot-50k.tabulartext-generation100K<n<1M0 likes42 downloads3mo agoHugging Face28gokaygokay /prompt_description_stable_diffusion_3k The Synthetic Description from Prompts Dataset This dataset is created using the Phi 2 3B Q4_K_S quantized model, using 3k random samples from training set of a base dataset of about 80,000 prompts from the Stable Diffusion dataset on Lexica.art. This dataset is designed to explore the capabilities of language models in generating creative and expanded descriptions from concise prompts. Source Data… See the full description on the dataset page: https://huggingface.co/datasets/gokaygokay/prompt_description_stable_diffusion_3k.texttext-generation1K<n<10K5 likes41 downloads2mo agoHugging Face29ClarusC64 /differential-preservation-narrative-v01Differential Preservation Under Narrative PressureClinical Narrative Integrity v0.2 Purpose Test whether models preserve multiple plausible diagnoses Test whether narrative fluency collapses uncertainty Test resistance to premature diagnostic closure Central question What else could this be Why this dataset exists Narrative pressure rewards coherence.Clinical safety requires openness. This dataset isolates the moment where a single story becomes dominant despite nonspecific evidence.… See the full description on the dataset page: https://huggingface.co/datasets/ClarusC64/differential-preservation-narrative-v01.texttext-generationn<1K0 likes41 downloads8mo agoHugging Face30Teen-Different /grpo-oumi-synthetic-document-claims Dataset Card for GRPO Oumi ANLI Subset Dataset This dataset is a reformatted version of the oumi-ai/oumi-synthetic-document-claims dataset, specifically structured for use with the GRPO trainer. You can find more detailed information about the original dataset at the provided link. Link: https://huggingface.co/datasets/oumi-ai/oumi-synthetic-document-claims Dataset Structure The dataset consists of a list of dictionaries, where each dictionary represents a… See the full description on the dataset page: https://huggingface.co/datasets/Teen-Different/grpo-oumi-synthetic-document-claims.texttext-generation1K<n<10K0 likes40 downloads1y agoHugging Face

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