AIAny
Icon for item

Claude Fable 5 Cursor Traces

Contains 244 Cursor agent sessions recorded from Claude Fable‑5, formatted for training and research. Sessions include multi-turn assistant/tool interactions and are Teich-compatible; several rows exceed one million characters, so apply explicit tokenization and oversize policies before training.

Introduction

Why this matters

Agent trace datasets capture real multi-step decision and tool-use behavior that supervised fine-tuning or distillation can turn into reliable action policies. This collection bundles 244 Cursor sessions driven by Claude Fable‑5 at high effort levels, preserving assistant turns, tool calls, and terminal-style outputs so you can train or analyze agentic behaviors without reconstructing execution logs.

What Sets It Apart
  • Raw agent trajectories captured from Cursor: each session records granular assistant/tool interactions and results rather than only final replies, making it suitable for next-step prediction and tool‑call policy learning.
  • Teich-compatible formatting: prepared to plug into the Teich conversion/training pipeline, reducing preprocessing friction for distillation and SFT workflows.
  • High-effort, behavior-rich examples: sessions include High/xHigh/Max effort runs intended to expose planning, multi-step reasoning, and repeated tool-use patterns.
  • Very long rows: some rows exceed one million characters (full transcripts and tool outputs), so the dataset explicitly warns and expects you to apply a tokenizer-aware oversize policy before training.
Who it's for — and tradeoffs

Great fit if you want to: train or distill agentic behaviors (tool selection, stepwise coding/debug loops), evaluate policy prediction for coding agents, or analyze real assistant execution traces. Look elsewhere if you need large-scale, diverse user-chat datasets (this corpus is focused on Cursor-based agent traces and is relatively small by raw row count). The long-row nature gives rich context for verification-driven training but increases preprocessing and memory demands; plan tokenization, chunking, or curriculum strategies accordingly.

Where it fits

Use this dataset as a high-signal supplement when building or fine-tuning coding/agent models, modeling tool-call policies, or studying agent planning. For broad conversational pretraining or massive multilingual coverage, pair it with larger, more diverse corpora.

Information

  • Websitehuggingface.co
  • OrganizationsTeichAI, Cursor, Hugging Face
  • Published date2026/08/26

Categories

More Items

Hugging Face

Contains 40,000 teacher-generated reasoning traces distilled from the Qwen3.8-27B model for supervised fine-tuning and analysis. Covers code, math, science and logic; each example pairs a <think> chain-of-thought with a final response and is distributed in JSONL/Parquet for SFT workflows.

Hugging Face

Provides 55 million scene-level video clips (each with captions, language labels, and timestamps) extracted from an 80M-video, 10-million-hour raw pool to support multimodal pre-training across video, audio, and frames. Access is gated for academic/non-commercial research.

Hugging Face

Evaluates retrieval-augmented generation by decomposing user queries into sub-queries and answers into atomic claims, scoring retrieval by query coverage and generation by claim verifiability. Reference-free benchmark with 800 queries, inlined retrieved chunks, and answers from multiple RAG systems; runs locally without API keys.