AIAny
Icon for item

claude-fable-5 Agent Traces

Anonymized agent-trace JSONL capturing conversations, tool calls, and function schemas from Claude fable-5 (Claude Code) runs — packaged for fine-tuning, distillation, and building tool-aware assistants; compatible with teich for conversion to OpenAI-style chats.

Introduction

Agent traces (conversation turns plus concrete tool calls and function schemas) are a higher-fidelity signal for teaching smaller models to behave like tool-aware assistants. This dataset pools anonymized fable-5 (Claude Code) traces in an agent-traces JSONL format so researchers and engineers can train, distill, or debug models that must reason about tool use and structured function calls.

What Sets It Apart
  • Preserves tool-level structure: records include tool invocation metadata and the training-ready tool schema snapshot, which is rare in generic instruction corpora — so you can train models that generate correct tool arguments, not just free-form text.
  • Teich-first compatibility: the author recommends using the teich package to parse, filter, and convert traces into OpenAI-style chat records, which simplifies downstream fine-tuning and anonymization workflows.
  • Focused on Claude fable-5 (Claude Code): traces reflect one particular assistant implementation and its toolset, making the data especially relevant for distillation or behavior cloning targeted at Claude-like behavior.
Who It's For and Tradeoffs

Great fit if you want to distill tool-aware assistant behavior into smaller models, benchmark function-call generation, or experiment with agent skill orchestration using real traces. Look elsewhere if you need a large-scale benchmark with strict licensing/benchmarks guarantees: this dataset has a small download count and the repository lists no explicit license, so verify legal/compliance constraints before using it in production. Also, because traces come from a specific model and toolset, cross-model generalization should be evaluated carefully.

Where it fits: compared with generic instruction-tuning corpora, this dataset supplies structured tool-call examples and schema snapshots, making it more useful for training deterministic tool invocation. Compared with curated human-annotated eval sets, it emphasizes raw agent behavior (including model switches, limits, and harness artifacts) — valuable for engineering but requiring cleaning for some research uses.

Information

Categories

More Items

Hugging Face

A small image-folder dataset for multimodal/vision model safety benchmarking, containing under 1,000 curated images with annotations to exercise safety-related model behaviours; licensed CC BY 4.0 and hosted on HuggingFace.

Hugging Face

Provides newline-delimited JSON agent session traces (5 files) generated with Teich for moonshotai/kimi-k3, including recovered and embedded tool-schema snapshots so traces remain training-ready even when tools weren't invoked; includes guidance for Teich data preparation and conversion.

Hugging Face

Benchmark dataset for evaluating long-horizon coding agents and software-engineering tasks, containing English code and tabular metadata in Parquet format; small scale (<1K examples) for fast prototyping and evaluation.