AIAny
Icon for item

Claude-Distills

Aggregates and deduplicates public Claude distillation datasets into a unified 'messages' format with source attribution; focused on instruction-tuning and reasoning samples for SFT and LLM training, while requiring users to follow original sources' licenses.

Introduction

Most available Claude-distillation dumps are fragmented, inconsistently formatted, and contain many near-duplicates — which makes downstream instruction-tuning noisy and brittle. This curated collection standardizes multiple open-source Claude output datasets into a single, deduplicated repository of assistant-user "messages", with provenance preserved so you can track origin and compliance.

What Sets It Apart
  • Unified messages schema: every sample is converted to a three-role messages format (system/user/assistant), which simplifies loading into instruction-tuning and SFT pipelines. That means fewer ETL surprises when you batch, filter, or merge with other instruction datasets.
  • Aggressive deduplication with attribution: 3,098 duplicate samples were removed from an original pooled set, leaving 131,800 unique examples. The repo reports per-source counts (Sonnet and Opus family datasets dominate), enabling targeted sampling or filtering by provenance.
  • Documentation-first approach: the maintainer provides clear source attributions and dataset statistics instead of repackaging opaque monolithic dumps — useful when you need to audit dataset origins or respect source licenses.
Who It's For and Trade-offs

Great fit if you need ready-to-load instruction-style data for SFT or supervised fine-tuning of LLMs and want provenance-aware samples for auditing. It’s especially useful for small-scale experiments or for augmenting other instruction corpora with Claude-style responses. Look elsewhere if you require vendor-official datasets (this is community-curated and not produced by Anthropic), strict licensing guarantees across every sample, or fully filtered high-quality reasoning-only benchmarks — many samples come from Sonnet/Opus families and vary in style and quality.

Where It Fits

Use this as an intermediate curated source when prototyping instruction-tuning workflows: it reduces preprocessing work compared to raw dumps but still lets you apply additional quality filters (e.g., style, hallucination checks, or answer correctness) before training. Stat highlights: total 131,800 samples after deduplication, ~90.6% from Sonnet 4.6 (119,446) and ~9.4% from Opus variants (12,354).

Practical Notes
  • License & provenance: the repo is a formatting/curation layer — original authors retain credit. Follow each source’s terms; the maintainer explicitly states they did not create the original data.
  • Format assumptions: responses include a labeled "thinking process" section in many samples; if you want final-answer-only training data you’ll need to strip or reformat those fields.

Overall insight: this collection trades raw scale for cleaner, attributed, ready-to-ingest Claude-style instruction pairs — a pragmatic middle-ground for researchers and engineers who need reproducible, provenance-aware SFT inputs without building a deduplication pipeline from scratch.

Information

Categories

More Items

Hugging Face

A collection of ready-to-run Hugging Face Jobs OCR scripts that add a markdown column (or structured JSON) to image datasets, with model switching, layout detection, server-mode serving, and per-model options for table/form extraction.

Hugging Face

Provides 115M public GitHub source files (≈873GB of code, ~1TB uncompressed) with per-file metadata (repo, path, language, license). Supports streaming, language/license filtering and full download for training and evaluating code LLMs and code generation models.

Hugging Face

Provides labeled prompts with full-reference answers (including chain-of-thought and code blocks) and per-example metadata to train edge routing/orchestrator models that decide whether to handle inputs locally or route them to larger models. Includes complexity scores, coding/math flags, routing justifications, and an automated override rule; suited for fine-tuning small models (50M–1.5B) for edge deployment.