AIAny
Icon for item

The Open Distillation Codex

Provides 16M+ instruction–response samples and ~81 GB (7,090 compressed GitHub repos) distilled from 68 open-source sources, organized into 8 categories for SFT, coding agents and reasoning research. Model-generated content; released as a curated MIT-licensed collection.

Introduction

Why this matters

Distillation outputs from many frontier models are noisy and scattered across sources; this dataset unifies 16M+ distilled samples and 7,090 compressed repository snapshots into a single, streaming-ready Hugging Face dataset. That consolidation makes it practical to experiment with large-scale SFT, agentic coding traces, and cross-domain reasoning curricula without rebuilding heterogeneous pipelines.

What Sets It Apart
  • Unified extraction and schema: every sample uses a consistent 5-field schema (source, source_dataset, instruction, response, category), so mixing shards or interleaving categories is straightforward for curriculum training.
  • Large, mixed modality of training signals: ~11M+ coding traces, 2.7M+ reasoning traces, dedicated cybersecurity and math subsets, plus 7,090 repo archives for full-file context — so users can combine instruction tuning, code pretraining, and repository-context tasks from one repo.
  • Streaming-first and on-demand archives: 516 JSONL shards for direct streaming and compressed tar.gz archives for selective full-file retrieval, reducing storage overhead while preserving fidelity of original repo snapshots.
  • Provenance fields and per-sample upstream ids: every row includes its upstream dataset slug, enabling license checks and source-level filtering during dataset curation.
Who It's For and Trade-offs

Great fit if you are fine-tuning open-source LLMs for instruction following or code agents, building multi-stage curricula (math/science → coding → distilled reasoning), or researching distillation artifacts at scale. Look elsewhere if you require authoritative, human-verified ground truth for high-stakes domains: most samples are model-generated and may hallucinate. Also expect truncated fields (instruction/response capped ≈4,000 chars) unless you retrieve raw files from the archives.

Where It Fits

This dataset sits between raw upstream model-output dumps and tightly curated human-labeled SFT corpora: it trades gold-standard human labeling for breadth, reproducible provenance, and engineering-ready formats that speed experiments in SFT, code-agent training, and multi-source distillation research.

Information

Categories

More Items

Hugging Face

Evaluates retrievers and search agents on synthetic multi-hop questions that require assembling a complete set of supporting evidence. Provides English and Russian variants (395 questions each), a fixed dense index embedded with Qwen3-Embedding-8B, and BrowseComp-Plus evaluation integrations.

Hugging Face

Provides re-annotated academic video instruction data for captioning, video QA, and fine-grained motion understanding; rewrites short answers and concise captions into evidence-grounded, instruction-following responses and supplies JSONL annotation files (original videos not included).

Hugging Face

Provides 324 Russian short-answer web-search tasks with gold supporting documents to evaluate fixed-index retrievers and search agents. Tasks span eight topical categories and five retrieval challenge types (multihop, structured evidence, temporal, entity disambiguation, comparative) and use a Qwen3-Embedding-8B index for evaluation.