CoolFace
18 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01MaxDevv /real-pi-coding-agent-traces-sessions Real Pi Coding Agent Traces Sessions An aggregated dataset of real human–AI coding agent sessions, collected from 21 independently published Hugging Face datasets and hand-filtered to exclude synthetic or AI-generated content. Every session is an unedited (but redacted) trace of a real person using pi — an open-source AI coding agent harness — to build, debug, and ship real open-source software. Real prompts, real tool calls, real errors, real backtracking. Why this… See the full description on the dataset page: https://huggingface.co/datasets/MaxDevv/real-pi-coding-agent-traces-sessions.text-generation1K<n<10K4 likes6.2k downloads2mo agoHugging Face02thoughtworks /agentic-coding-trajectories agentic-coding-trajectories A unified, tokenized corpus of 15,000 multi-turn agentic-coding sessions (618K turns, 41 turns/session avg) drawn from three publicly-released upstream datasets. Built for benchmarking LLM serving systems on realistic multi-turn coding-agent workloads. Why this exists Most LLM serving benchmarks use single-shot prompts. Real coding agents work in long multi-turn loops where each turn appends to a growing prompt. This corpus captures that shape… See the full description on the dataset page: https://huggingface.co/datasets/thoughtworks/agentic-coding-trajectories.tabulartext-generation10K<n<100K1 likes464 downloads5mo agoHugging Face03eigentom /ti_coding_agent_training_probe_20260624 Open-SWE-Traces Swift Probe 5K Balanced 5,000-row training probe subset from nvidia/Open-SWE-Traces, exported for ModelScope SWIFT-style SFT. Selection: 1,250 hard-filter-kept rows from each source config. Original native scaffold semantics are preserved. MiniMax rows are exported as thinking examples by wrapping reasoning_content in <think>...</think>. Qwen rows are exported as non-thinking examples; reasoning_content is not emitted. Tool responses are included as role: "tool"… See the full description on the dataset page: https://huggingface.co/datasets/eigentom/ti_coding_agent_training_probe_20260624.texttext-generation10K<n<100K0 likes378 downloads3mo agoHugging Face04AlicanKiraz0 /Agentic-Chain-of-Thought-Coding-SFT-Dataset 🤖 Agentic Coding CoT Dataset A high-quality supervised fine-tuning (SFT) dataset for training agentic coding assistants with Chain-of-Thought reasoning capabilities. 📋 Dataset Description This dataset was created by processing and distilling ~20GB of GitHub crawl data using Minimax-M2 to generate structured, reasoning-rich coding examples. Each sample demonstrates systematic problem-solving with explicit tool usage patterns. 🏗️ Assistant Data Structure… See the full description on the dataset page: https://huggingface.co/datasets/AlicanKiraz0/Agentic-Chain-of-Thought-Coding-SFT-Dataset.texttext-generationn<1K76 likes284 downloads10mo agoHugging Face05Nexlab /fable5-agentic-coding-sft FABLE.5 Agentic Coding SFT (curated) ~159,972 supervised fine-tuning examples for agentic coding — multi-turn conversations where the assistant drives a tool-call loop (shell, file edits, tests) and commits to complete solutions. Used to train VibeThinker-Fable-Nano-Agentic-3B. Provenance & license Curated/distilled from the Complete-FABLE.5-traces-2M trace set: Original source: Glint-Research/Complete-FABLE.5-traces-2M (currently gated). Pulled from:… See the full description on the dataset page: https://huggingface.co/datasets/Nexlab/fable5-agentic-coding-sft.text-generation100K<n<1M12 likes255 downloads3mo agoHugging Face06AmanPriyanshu /tool-reasoning-sft-CODING-text_to_terminal_v2-sft-tool-use-agent-data-cleaned-rectified Text to Terminal, v2 — Cleaned & Rectified 👥 Follow the Author Aman Priyanshu Overview This dataset is a cleaned, combined, and thinking-augmented version of muellerzr/text_to_terminal_v2. It pairs natural language instructions with their corresponding terminal/bash commands, now augmented with explicit <think> reasoning traces that model the step-by-step thought process before producing the final command.The restructuring approach is directly… See the full description on the dataset page: https://huggingface.co/datasets/AmanPriyanshu/tool-reasoning-sft-CODING-text_to_terminal_v2-sft-tool-use-agent-data-cleaned-rectified.texttext-generation100K<n<1M0 likes211 downloads7mo agoHugging Face07AlicanKiraz0 /Agentic-Chain-of-Thought-Coding-SFT-Dataset-v1.1 🤖 Agentic Coding CoT Dataset v1.1 A high-quality supervised fine-tuning (SFT) dataset for training agentic coding assistants with Chain-of-Thought reasoning capabilities. 📋 Dataset Description This dataset was created by processing and distilling ~20GB of GitHub crawl data using Minimax-M2 & MiniMax M2.1 to generate structured, reasoning-rich coding examples. Each sample demonstrates systematic problem-solving with explicit tool usage patterns. 🏗️ Assistant… See the full description on the dataset page: https://huggingface.co/datasets/AlicanKiraz0/Agentic-Chain-of-Thought-Coding-SFT-Dataset-v1.1.texttext-generation1K<n<10K14 likes93 downloads9mo agoHugging Face08witcheer /local-agentic-coding-bench-8gb-vram-2026-05 agentic coding benchmark: local LLMs on 8GB VRAM can local LLMs do agentic coding (multi-turn tool calling, file creation, debugging) on consumer hardware? this dataset captures real test results. hardware GPU: NVIDIA RTX 4060 Ti 8GB CPU: Intel i7-14700F RAM: 32 GB DDR5 OS: Windows 11 + WSL2 (Ubuntu) inference: llama-server (turboquant fork of llama.cpp) what was tested two agent frameworks: Hermes Agent (NousResearch): structured tool calling with… See the full description on the dataset page: https://huggingface.co/datasets/witcheer/local-agentic-coding-bench-8gb-vram-2026-05.tabulartext-generationn<1K8 likes81 downloads4mo agoHugging Face09ethanker /agentic_coding_dataset Agentic Coding Dataset This dataset is a compilation of various coding and instruction-following datasets, designed to train agentic coding models. Sources This dataset aggregates samples from the following sources: CodeAlpaca-20k Instruction-following coding tasks. Evol-CodeAlpaca-v1 Complex evolved coding instructions (WizardCoder style). Code Review Instruct Python code review, critique, and revision examples. APPS (Automated Programming Progress Standard)… See the full description on the dataset page: https://huggingface.co/datasets/ethanker/agentic_coding_dataset.texttext-generation100K<n<1M7 likes79 downloads10mo agoHugging Face10AmanPriyanshu /tool-reasoning-sft-CODING-nvidia-Nemotron-Agentic-v1 Nemotron-Agentic-v1 — Cleaned & Rectified 335k multi-turn agentic tool-use trajectories from NVIDIA's Nemotron-Agentic-v1, converted into a strict reasoning + tool-call format with validated FSM transitions. Origin Derived from nvidia/Nemotron-Agentic-v1. Nemotron-Agentic-v1 is a synthetic dataset of multi-turn conversations where language models decompose user goals, decide when to call tools, and reason over tool outputs. Trajectories are generated by simulating user… See the full description on the dataset page: https://huggingface.co/datasets/AmanPriyanshu/tool-reasoning-sft-CODING-nvidia-Nemotron-Agentic-v1.texttext-generation100K<n<1M1 likes78 downloads6mo agoHugging Face11PotatoHD /agent-coding-traces-public Description Public agentic coding traces (Claude Code & Codex on SWE-bench-Pro / R2E-Gym), normalised to text/source/lang. Derived dataset. Source material retains its original per-item licence (see source/repo columns); treat as other / mixed. Provided as-is. Usage from datasets import load_dataset ds = load_dataset("PotatoHD/agent-coding-traces-public") texttext-generation1K<n<10K0 likes53 downloads3mo agoHugging Face12smirki /Agentic-Coding-Tessa Agentic Coding Dataset for Tessa A comprehensive dataset for training coding agents with tool-use, reasoning, and software engineering capabilities. Dataset Composition This dataset combines multiple high-quality sources: hermes_reasoning (20.0%): Tool-use and reasoning dataset - interstellarninja/hermes_reasoning_tool_use search_arena (15.0%): Search and retrieval tasks - lmarena-ai/search-arena-24k arena_human_pref (15.0%): Human preference data for alignment -… See the full description on the dataset page: https://huggingface.co/datasets/smirki/Agentic-Coding-Tessa.texttext-generation10K<n<100K13 likes45 downloads1y agoHugging Face13Self-Improving-Coding-Agents /SI2CA-Training-TrajectoriesDataset Card for SI2CA-Training-Trajectories [🌐 Website] • [🤗 Dataset] • [📜 Paper] • [🐱 GitHub] 💡 Introduction This dataset consists of 32,340 coding-agent trajectories generated by Qwen3.5-122B-A10B on the same 10,780 executable Python SWE tasks under the three trajectory-curation settings of Section 4.4 of the paper: standard sampling, full self-judgement, and an efficient discovered strategy found by the recursive self-improvement framework. Each task is… See the full description on the dataset page: https://huggingface.co/datasets/Self-Improving-Coding-Agents/SI2CA-Training-Trajectories.tabulartext-generation10K<n<100K0 likes40 downloads19h agoHugging Face14ansulev /agentic-cot-coding-sft 🤖 Agentic Coding CoT Dataset v1.1 A high-quality supervised fine-tuning (SFT) dataset for training agentic coding assistants with Chain-of-Thought reasoning capabilities. 📋 Dataset Description This dataset was created by processing and distilling ~20GB of GitHub crawl data using Minimax-M2 & MiniMax M2.1 to generate structured, reasoning-rich coding examples. Each sample demonstrates systematic problem-solving with explicit tool usage patterns. 🏗️… See the full description on the dataset page: https://huggingface.co/datasets/ansulev/agentic-cot-coding-sft.texttext-generation1K<n<10K1 likes31 downloads7mo agoHugging Face15thangquang09 /agentic-coding-traces Agentic Coding Mooncake Traces Synthetic agentic coding benchmark datasets in Mooncake trace (JSONL) format, generated with AIPerf 0.9.0 for LLM inference benchmarking. Designed for use with InferenceX via the agentic-replay scenario-type and aiperf_adapter.py. Files File Sessions Turns max_prompt_tokens Seed 64k/dataset.jsonl 1,000 18,595 65,536 42 128k/dataset.jsonl 1,000 16,957 131,072 42 Format Each line is a Mooncake trace… See the full description on the dataset page: https://huggingface.co/datasets/thangquang09/agentic-coding-traces.tabulartext-generation10K<n<100K0 likes23 downloads4mo agoHugging Face16mepartha /Agentic-Chain-of-Thought-Coding-SFT-Dataset-v1.1 🤖 Agentic Coding CoT Dataset v1.1 A high-quality supervised fine-tuning (SFT) dataset for training agentic coding assistants with Chain-of-Thought reasoning capabilities. 📋 Dataset Description This dataset was created by processing and distilling ~20GB of GitHub crawl data using Minimax-M2 & MiniMax M2.1 to generate structured, reasoning-rich coding examples. Each sample demonstrates systematic problem-solving with explicit tool usage patterns. 🏗️ Assistant… See the full description on the dataset page: https://huggingface.co/datasets/mepartha/Agentic-Chain-of-Thought-Coding-SFT-Dataset-v1.1.texttext-generation1K<n<10K3 likes20 downloads5mo agoHugging Face17alucent /mirror-Agentic-Chain-of-Thought-Coding-SFT-Datasetgated 🤖 Agentic Coding CoT Dataset A high-quality supervised fine-tuning (SFT) dataset for training agentic coding assistants with Chain-of-Thought reasoning capabilities. 📋 Dataset Description This dataset was created by processing and distilling ~20GB of GitHub crawl data using Minimax-M2 to generate structured, reasoning-rich coding examples. Each sample demonstrates systematic problem-solving with explicit tool usage patterns. 🏗️ Assistant Data… See the full description on the dataset page: https://huggingface.co/datasets/alucent/mirror-Agentic-Chain-of-Thought-Coding-SFT-Dataset.texttext-generationn<1K0 likes18 downloads2mo agoHugging Face18alucent /mirror-Agentic-Chain-of-Thought-Coding-SFT-Dataset-v1.1gated 🤖 Agentic Coding CoT Dataset v1.1 A high-quality supervised fine-tuning (SFT) dataset for training agentic coding assistants with Chain-of-Thought reasoning capabilities. 📋 Dataset Description This dataset was created by processing and distilling ~20GB of GitHub crawl data using Minimax-M2 & MiniMax M2.1 to generate structured, reasoning-rich coding examples. Each sample demonstrates systematic problem-solving with explicit tool usage patterns. 🏗️… See the full description on the dataset page: https://huggingface.co/datasets/alucent/mirror-Agentic-Chain-of-Thought-Coding-SFT-Dataset-v1.1.texttext-generation1K<n<10K0 likes17 downloads2mo agoHugging Face

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