AIAny
Icon for item

Qwen3.8-27B-Distillation-40K

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.

Introduction

Why this dataset matters

Large instruction-following models improve most when trained on examples that expose not only answers but the intermediate reasoning that produced them. This dataset supplies 40k teacher-generated traces from Qwen3.8-27B where each entry embeds a <think> block (chain-of-thought) plus a final response, giving practitioners realistic, model-originated CoT data at scale without collecting human explanations.

What Sets It Apart
  • Teacher-model origin: All traces were generated by Qwen3.8-27B, so the dataset reflects a single high-capability model's reasoning style, which is useful for off-policy distillation and SFT targeting that teacher distribution.
  • Domain coverage and size: 40,000 examples spanning code (40%), math (27%), science (17.5%), and logic (15%), with an average of ~5.7k tokens per example—suitable for long-form reasoning and multi-step solution fine-tuning.
  • Structured format for SFT: Each record stores user prompt, an assistant content field containing a <think> block plus final response, and token counts; available in JSONL/parquet to plug into Hugging Face Datasets and SFT toolchains.
  • Low generation cost footprint: Metadata reports total ~230M tokens generated using vLLM with FP8 precision, which gives a practical reference for replication or scaling.
Who It's For & Trade-offs

Great fit if you are fine-tuning or evaluating LLMs on chain-of-thought reasoning, distillation from a single teacher model, or building SFT pipelines that need realistic assistant traces across coding and STEM tasks. Look elsewhere if you need human-authored explanations, multi-teacher consensus traces, multilingual coverage (this dataset is English-only), or datasets curated for strict human-verified correctness; model-generated chains can contain systematic biases or errors that require filtering before high-stakes deployment.

Where It Fits

Use this dataset as a starting point for teacher-student distillation, synthetic CoT augmentation, or stress-testing SFT recipes for long-context reasoning. Combine with human-verified benchmarks when safety and factual accuracy are critical.

Information

  • Websitehuggingface.co
  • OrganizationsFaunix, Hugging Face, lium.io
  • AuthorsDidiblud, Limen4ik
  • Published date2022/08/26

Categories

More Items

Hugging Face

Provides 315,000 pairwise human-preference votes comparing 15 English TTS models over 300 operational prompts, with 4,500 high‑quality audio renders and structured vote/pair/prompt records for training or evaluating preference/reward models. Metadata under CC-BY-4.0; audio use governed by model providers' terms.

Hugging Face

A 10‑billion‑document retrieval benchmark with per‑document 768‑dim unit‑norm dense embeddings and mGTE sparse embeddings, FineWeb text/metadata, and exact top‑1000 MS MARCO ground truth for ~120k queries. Built for large‑scale evaluation of dense/sparse/hybrid retrieval, filtered search, indexing, ANNS algorithms, and embedding compression.

Hugging Face

Provides 4.5 billion TikTok video records with captions, timestamps, music IDs and engagement counts for research; split across 27 zstd-compressed Parquet files (~289 GB) and sampled via TikTok's mobile API; released for research-use only with privacy and ToS caveats.