datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
kimi-k2.6-claude-code-tracesThis dataset was generated using teich by TeichAI
Prepare these datasets for supervised fine-tuning in just a few lines of code — see the Conversion section below.
Kimi K2.6 Claude Code Traces
This directory contains raw agent trace files generated by teich.
All assistant responses were generated by moonshotai/kimi-k2.6.
JSONL files: 36
Format
Each file is newline-delimited JSON representing a single captured agent session.
The trace schema is designed for… See the full description on the dataset page: https://huggingface.co/datasets/armand0e/kimi-k2.6-claude-code-traces.combined-reasoning-opus-4.6-opus-4.7-kimi-k2.5-kimi-k2.6-glm-5.1
Combined Reasoning Distill — Multi-Model
A large-scale unified reasoning dataset combining thinking and chain-of-thought traces distilled from frontier models, normalized into a single consistent schema for fine-tuning. Includes data from Claude (Opus 4.5/4.6/4.7, Sonnet 4.5/4.6, Haiku 4.5), GPT (5.1/5.2), Gemini 3 Pro Preview, Kimi (K2/K2.5/K2.6), GLM (4.6/4.7/5.1), MiniMax M2.1, Grok Code Fast 1, and more.
Schema
Every row has a single field:
Field
Type… See the full description on the dataset page: https://huggingface.co/datasets/Avtrkrb/combined-reasoning-opus-4.6-opus-4.7-kimi-k2.5-kimi-k2.6-glm-5.1.kimi-k2.6-agentThis dataset was generated using teich by TeichAI
Prepare these datasets for supervised fine-tuning in just a few lines of code — see the Conversion section below.
Kimi K2.6 Agent Traces
This directory contains raw agent trace files generated by teich.
All assistant responses were generated by moonshotai/kimi-k2.6.
JSONL files: 15
Training-ready tools
A complete configured tools schema snapshot is embedded in the collapsed section at the bottom of this README.… See the full description on the dataset page: https://huggingface.co/datasets/armand0e/kimi-k2.6-agent.Kimi-K2.6-Reasoning-3300x-WandB
Kimi-K2.6-Reasoning-3300x-WandB
Kimi-K2.6-Reasoning-3300x-WandB is a W&B-only synthetic reasoning dataset generated with Kimi-K2.6 through Weights & Biases Inference.
This dataset is the pure W&B-generated subset from a larger planned 8,000-example Kimi reasoning distillation run. Generation stopped when the W&B quota limit was reached, and the completed accepted rows were audited, cleaned, and exported as a standalone dataset.
This release contains 3,303 accepted W&B-generated rows… See the full description on the dataset page: https://huggingface.co/datasets/trjxter/Kimi-K2.6-Reasoning-3300x-WandB.Kimi-K2.6-Thinking-200x
Dataset Card (Kimi-K2.6-Thinking-200x)
Dataset Summary
Kimi-K2.6-Reasoning-207 is a high-quality distilled reasoning dataset designed for supervised fine-tuning (SFT) of small language models.
This dataset uses a curated seed question set covering Mathematics, Code, Logic, Science, Analysis, and Instruction-following domains. By calling the Kimi-K2.6 model via the Moonshot AI API as the teacher model, it generates high-quality responses featuring long-form step-by-step… See the full description on the dataset page: https://huggingface.co/datasets/uniquealexx/Kimi-K2.6-Thinking-200x.Kimi-K2.6-Technical-Reasoning-AddOn-3300x
Kimi-K2.6-Technical-Reasoning-AddOn-3300x
This dataset is a technical reasoning add-on dataset generated with Kimi K2.6 as the teacher model.
The dataset was designed as an additional technical reasoning trace set for downstream SFT experiments, especially around math, graduate-level science, coding, and debugging/code-repair style prompts.
Dataset Summary
Dataset name: Kimi-K2.6-Technical-Reasoning-AddOn-3300x
Teacher model: Kimi-K2.6
Backend: W&B… See the full description on the dataset page: https://huggingface.co/datasets/trjxter/Kimi-K2.6-Technical-Reasoning-AddOn-3300x.Kimi-K2.6-Thinking-200x-Cleaned
Kimi K2.6 Thinking 200x — Cleaned
Cleaned version of uniquealexx/Kimi-K2.6-Thinking-200x.
Format — ShareGPT
Each row has a single conversations field in ShareGPT format:
{
"conversations": [
{"from": "human", "value": "Find all positive integers n such that..."},
{"from": "gpt", "value": "<thinking>
I need to find...
</thinking>
The answer is..."}
]
}
Usage with Unsloth
from datasets import load_dataset
dataset =… See the full description on the dataset page: https://huggingface.co/datasets/rex099/Kimi-K2.6-Thinking-200x-Cleaned.Jackrong-Kimi_K2.5_Reasoning_1M_Cleaned-K2.6
