datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
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.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.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.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.
