AIAny
Icon for item

lordx64/agentic-distill-fable-5-sft

Provides 4,659 agentic single-turn SFT training pairs extracted from Claude Fable‑5, formatted as a single-column parquet for Qwen-style fine-tuning. Includes explicit chain-of-thought (<think>) blocks, XML-serialized <tool_use> calls, PII redaction, and AGPL-3.0 licensing.

Introduction

This dataset matters because explicit agentic traces that combine long chain-of-thought (CoT) reasoning with concrete tool-call sequences are rare but highly useful for teaching models to act like tool-using agents. The bundle collapses Claude Fable‑5 sessions into 4,659 SFT-ready rows (avg ~2.6k tokens/row), prioritizing visible CoT plus the model's final action so you can train both thinking and acting behaviors.

What Sets It Apart
  • Composition and scale: 4,659 single-turn rows sourced from Glint-Research Fable‑5 traces, with ~81% ending in a <tool_use> block and ~19% pure-text responses. Average CoT lengths are large (mean/median in the thousands of characters), so the data is concentrated on long-form developer-style reasoning about edits and tool calls.
  • Training-ready format: collapsed into a single text column using a Qwen chat template (system + user + <think> + visible response), and serialized tool calls as custom <tool_use name="X" id="Y">…</tool_use> XML, ready for SFT trainers that accept a single text field.
  • Hygiene and provenance: PII and leaked keys were scrubbed, duplicate user turns deduplicated, and problematic assistant rows removed. The dataset inherits AGPL-3.0 from upstream and is explicitly derived from Anthropic's Claude Fable‑5 preview outputs.
Who It's For and Trade-offs

Great fit if you want to SFT an LLM to emulate agentic, tool-using developer workflows (e.g., emit file edits, shell commands, reads/writes) or to study coupling of CoT and tool invocations. It’s practical for experimenting with Qwen-style fine-tuning and agent scaffolds like Qwable.

Look elsewhere if you need multi-turn conversational chat logs without CoT, large-scale diverse instruction data (this is a narrow developer-session distribution), or unambiguous native Qwen <tool_call> tokens—the dataset uses a custom XML envelope for tool calls and many contexts are truncated upstream, which may require context-reconstruction or filtering for your use case.

Practical notes
  • Licensing & policy: AGPL-3.0; downstream users should confirm compliance with Anthropic usage policies for any use of model-derived content.
  • Provenance: cleartext CoT comes from Glint-Research traces; some other Fable‑5 sources had thinking blocks redacted and were excluded.
  • Typical workflow: use as SFT input to teach agentic behaviors (optionally training on responses only), or as a source of long-form CoT paired with concrete tool actions for evaluation and distillation.

Information

  • Websitehuggingface.co
  • Organizationslordx64, Glint-Research
  • Authorslordx64
  • Published date2026/06/13

Categories

More Items

Hugging Face

Synthesizes 234K self-contained, high-difficulty scientific reasoning QA pairs by distilling research papers into compact 'reasoning skeletons'. Emphasizes mechanistic reasoning, hypothesis falsification, quantitative derivation and boundary calibration; built for SFT and reasoning evaluation.

Hugging Face

Contains 5,000 coding and chain-of-thought reasoning traces generated by Fable 5.1 — ~150M tokens of step-by-step programming CoT. Deduplicated and filtered for high quality; intended for supervised fine-tuning and distillation to improve reasoning in smaller models.

Hugging Face

Installation-oriented dataset that packages ComfyUI-ready files and instructions for running MiniMax H3 locally — includes pruned/INT8/BF16 checkpoints, matching Qwen3-VL text encoders, video/audio VAEs, and official ComfyUI workflow templates for joint audio+video generation.