rampisipati/DeepSeek-V4-Distill-8000x
🐳 DeepSeek-V4-Distill-8100x Dataset Summary DeepSeek-V4-Distill-8100x is a supervised fine-tuning dataset for reasoning-oriented distillation. The question prompts come from Jackrong/GLM-5.1-Reasoning-1M-Cleaned, and the answers were generated by the teacher model DeepSeek-V4-Flash. After the cleaning process, the released train split contains 7,716 high-quality JSONL examples. [!NOTE] The answer pool was cleaned to remove real-time questions… See the full description on the dataset page: https://huggingface.co/datasets/rampisipati/DeepSeek-V4-Distill-8000x.
🐳 DeepSeek-V4-Distill-8100x
<!-- markdownlint-disable first-line-h1 --> <!-- markdownlint-disable html --> <!-- markdownlint-disable no-duplicate-header -->
<div align="center"> <img src="https://github.com/deepseek-ai/DeepSeek-V2/blob/main/figures/logo.svg?raw=true" width="60%" alt="DeepSeek-V4" /> </div>

Dataset Summary
DeepSeek-V4-Distill-8100x is a supervised fine-tuning dataset for reasoning-oriented distillation. The question prompts come from Jackrong/GLM-5.1-Reasoning-1M-Cleaned, and the answers were generated by the teacher model DeepSeek-V4-Flash.
After the cleaning process, the released train split contains 7,716 high-quality JSONL examples.
[!NOTE] The answer pool was cleaned to remove real-time questions, identity-related questions, overlong questions, and other unsuitable prompts. This filtering is intended to make the distillation set more stable and reduce prompts that depend on transient facts or model identity behavior.
<div align="center"> <img src="assets/dsv4_performance.png" > </div>
Dataset Details
Data Structure
Each row contains both conversation-style and direct input/output fields:
Example:
{
"id": "84677a95a9ac13cced90a51b38004e62",
"conversations": [
{"from": "human", "value": "..."},
{"from": "gpt", "value": "<think>...</think>\\n\\n..."}
],
"input": "...",
"output": "<think>...</think>\\n\\n...",
"domain": "main",
"meta": {
"input_tokens": 65,
"output_tokens": 95,
"teacher_model": "DeepSeek-V4-Flash"
}
}Intended Uses
- Reasoning-oriented supervised fine-tuning.
- Distillation experiments using
DeepSeek-V4-Flashteacher outputs. - Format conversion experiments for chat-style and input/output SFT pipelines.
Limitations
- Responses are teacher-generated and may contain factual errors, reasoning artifacts, or style biases inherited from the teacher model.
- The dataset is not intended for safety-critical use without further review.
- Downstream users should check the license and usage terms of upstream sources and generated content for their own use case.
