Skip to main content
Browse Models

Deepseek AI

DeepSeek R1 Distill Qwen 14B

Released

2025-01-20

Family

Qwen 2

Type

Fine-Tuned Model

Downloads

External Download

You are about to open a link to an external source. Verify the URL before continuing.

Download

4-bit GGUF (Q4_K_M)

GGUF · DeepSeek-R1-Distill-Qwen-14B-Q4_K_M.gguf

5-bit GGUF (Q5_K_M)

GGUF · DeepSeek-R1-Distill-Qwen-14B-Q5_K_M.gguf

6-bit GGUF (Q6_K)

GGUF · DeepSeek-R1-Distill-Qwen-14B-Q6_K.gguf

8-bit GGUF (Q8_0)

GGUF · DeepSeek-R1-Distill-Qwen-14B-Q8_0.gguf

16-bit GGUF (F16)

GGUF · DeepSeek-R1-Distill-Qwen-14B-f16.gguf

Ollama Model (q4_K_M)

Ollama

Model Report

Overview

DeepSeek-R1-Distill-Qwen-14B is a dense, open-source large language model distilled from DeepSeek-R1, a model developed as part of DeepSeek-AI’s first-generation reasoning suite. Centered on advanced reasoning, mathematical problem solving, and code generation, DeepSeek-R1-Distill-Qwen-14B leverages the Qwen2.5-14B architecture and is fine-tuned on data derived from its parent Mixture-of-Experts model. The model's design and training aim to offer generalization capabilities in reasoning-heavy benchmarks across mathematics, programming, and general question answering.

Bar chart comparing the performance of DeepSeek-R1 series models and other leading models on reasoning and coding tasks

Figure 1. Benchmark performance comparison for DeepSeek-R1 and related models across multiple reasoning and code tasks. Data drawn from official DeepSeek-AI documentation.

Model Architecture and Distillation Process

DeepSeek-R1-Distill-Qwen-14B is founded on the Qwen2.5-14B transformer architecture and employs a distillation strategy in which its training data and reasoning objectives originate from DeepSeek-R1, a Mixture-of-Experts model comprising 671 billion parameters with 37 billion active per inference. Unlike its parent, the distilled series consists of dense models—structures that, while more compact, preserve reasoning ability through targeted fine-tuning.

The distillation methodology involves supervised fine-tuning on curated reasoning outputs from DeepSeek-R1 rather than applying reinforcement learning directly to the smaller model. Modifications were made to tokenization and configuration to facilitate effective transfer from the more complex parent model, producing a language model optimized for mathematical, logical, and programming-related tasks. The process is detailed extensively in the DeepSeek-R1 research paper.

Training Data and Fine-Tuning

DeepSeek-R1-Distill-Qwen-14B’s capabilities are largely defined by approximately 800,000 training samples assembled via DeepSeek-R1’s outputs. The dataset prioritizes complex reasoning, math, and logic problems, collected using rejection sampling from DeepSeek-R1's converged reinforcement learning checkpoints. Rule-based rewards and a generative reward model (DeepSeek-V3) are utilized to ensure that only high-quality chain-of-thought samples are used, filtering out mixed-language, unstructured, or redundant content.

Alongside reasoning-specific data, the training corpus includes roughly 200,000 non-reasoning samples. These address tasks such as narrative writing, factual question answering, translation, and self-cognition, often leveraging content from the DeepSeek-V3 supervised fine-tuning dataset. Select non-reasoning prompts are enriched with generated step-by-step explanations to foster more robust reasoning patterns. Notably, DeepSeek-R1-Distill models are trained solely via supervised fine-tuning, foregoing reinforcement learning at this stage.

Performance and Benchmark Evaluation

A significant focus of DeepSeek-R1-Distill-Qwen-14B is benchmarking against standardized reasoning and coding assessments. Noteworthy results, as reported in official DeepSeek releases, include a 69.7% pass rate on AIME 2024 (Pass@1), 93.9% on MATH-500 (Pass@1), and a Codeforces rating of 1481. The model also achieves 53.1% on LiveCodeBench, 80.0% for AIME 2024 (Consensus@64), and competitive scores on GPQA Diamond (59.1% Pass@1).

When contrasted with other models—such as QwQ-32B-Preview and GPT-4o-0513—DeepSeek-R1-Distill-Qwen-14B consistently demonstrates higher accuracy across all evaluation metrics. The accompanying benchmark chart provides a comprehensive view of these results and situates the model as a strong open competitor in specialized reasoning domains.

Applications and Usage

With high performance in reasoning-centric evaluations, DeepSeek-R1-Distill-Qwen-14B is suited for complex problem-solving scenarios, including mathematical analysis, automated code generation, logical deduction, and advanced general knowledge tasks. The model is particularly adept at tasks where step-by-step reasoning or chain-of-thought processes are required, such as mathematical derivations or resolving intricate programming queries.

Best practices for deployment suggest a temperature setting between 0.5 and 0.7 (optimally 0.6) to minimize incoherent outputs or repetitive behavior. Users are advised to integrate instructions, including formatting guidance, directly within the prompt rather than using a separate system prompt. To encourage structured reasoning, appending “<think>\n” at the start of the prompt and specifying final answer formatting—such as placing solutions within \boxed{}—have been shown to further enhance output quality. Few-shot prompting can degrade performance; a zero-shot approach with unambiguous prompts is recommended for best results.

Model Family and Related Releases

DeepSeek-R1-Distill-Qwen-14B is part of a broader family of distilled models derived from the DeepSeek-R1 Mixture-of-Experts teacher. This family includes variants based on both Qwen2.5 and Llama-3 architectures, such as DeepSeek-R1-Distill-Qwen-1.5B, DeepSeek-R1-Distill-Qwen-7B, DeepSeek-R1-Distill-Llama-8B, and others up to DeepSeek-R1-Distill-Llama-70B. Larger variants such as DeepSeek-R1-Distill-Qwen-32B attain high performance among dense models on several public benchmarks.

Distinct from the distilled series are DeepSeek-R1-Zero, a model trained via large-scale reinforcement learning without any supervised fine-tuning, and DeepSeek-R1, which builds on cold-start data followed by targeted reinforcement learning. Both models emphasize reasoning and logic but can exhibit issues such as language mixing and, in some settings, reluctance on factual queries after safety alignment.

Limitations and Licensing

Despite robust reasoning capacity, DeepSeek-R1-Distill-Qwen-14B currently lacks direct support in the popular Transformers library. Its output quality can be sensitive to prompt phrasing, with degraded performance seen in few-shot contexts or when prompts are unclear. The model primarily targets Chinese and English tasks; queries in other languages may prompt it to revert to English for reasoning steps, given its training emphasis.

Furthermore, as of its release, the model's performance in certain software engineering and factual domains (notably under heavy safety and factuality constraints) is an area of ongoing improvement.

DeepSeek-R1-Distill-Qwen-14B is made available under the MIT License, enabling commercial use, modifications, and derivative work—including training further large language models via distillation. The base Qwen2.5 series is distributed under the Apache 2.0 License, and full details on licensing can be found within the DeepSeek open-source repositories.

Helpful Links

About Qwen 2: Qwen 2 (and 2.5) is a family of advanced AI models developed by Alibaba, designed to excel in various tasks including general language understanding, coding, and mathematics.

More in the Qwen 2 Family

Alibaba Cloud /

Qwen2.5 VL 3B

A 3B-parameter multimodal language model that processes images, videos, and text with capabilities for visual reasoning, document analysis, and computer interface interaction.
Alibaba Cloud /

Qwen2.5 VL 7B

A 7-billion parameter multimodal model capable of processing images, documents, and videos with native dynamic resolution support and structured output capabilities.
Alibaba Cloud /

Qwen2.5 VL 72B

A 72-billion parameter multimodal model that processes images, videos, and text for document analysis, object detection, and visual agent tasks.
Alibaba Cloud /

QwQ 32B Preview

Experimental research model focused on advancing AI reasoning capabilities by thinking through problems step by step, continuously questioning assumptions, and exploring different paths of thought. Impressive benchmark scores in math and coding tasks.
Alibaba Cloud /

QwQ 32B

A 32.5-billion parameter transformer model optimized for mathematical reasoning, coding, and complex problem-solving through reinforcement learning training.
Alibaba Cloud /

Qwen 2.5 Math 1.5B

A 1.5 billion parameter specialized model focused on mathematical reasoning and problem-solving capabilities in English and Chinese.
Deepseek AI /

DeepSeek R1 Distill Qwen 1.5B

A 1.5 billion parameter language model created through distillation techniques, focusing on mathematical reasoning and chain-of-thought problem-solving capabilities.
Agentica /

DeepCoder 1.5B Preview

A 1.5B parameter code generation model fine-tuned with reinforcement learning and iterative context lengthening for long-context reasoning tasks.
Alibaba Cloud /

Qwen 2.5 Math 7B

A 7.62-billion parameter mathematical reasoning model supporting English and Chinese with chain-of-thought and tool-integrated reasoning capabilities.
Alibaba Cloud /

Qwen 2.5 Math PRM 7B

A 7B parameter process reward model that evaluates mathematical reasoning steps individually rather than just final answers, achieving 67.6% accuracy on mathematical benchmarks.
Deepseek AI /

DeepSeek R1 Distill Qwen 7B

A 7.62B parameter distilled language model based on Qwen2.5-Math-7B, trained via knowledge distillation for mathematical and logical reasoning tasks.
Alibaba Cloud /

Qwen 2.5 Math 72B

A 72.7 billion parameter language model specialized for solving mathematical problems in English and Chinese using chain-of-thought and tool-integrated reasoning.
Alibaba Cloud /

Qwen 2.5 Math PRM 72B

A 72.8 billion parameter process reward model that evaluates intermediate mathematical reasoning steps using consensus filtering and achieves 78.3% F1 on ProcessBench.
Alibaba Cloud /

Qwen 2.5 Coder 7B

A 7.61 billion parameter transformer model designed for code generation and reasoning across 92 programming languages with a 128,000-token context window.
Alibaba Cloud /

Qwen 2.5 Coder 32B

Qwen2.5-Coder builds on Qwen2.5 by training on 5.5 trillion additional tokens of code data including source code, text-code grounding data, and synthetic data. This leads to significant improvements in code-related tasks.
Alibaba Cloud /

Qwen 2.5 7B

A 7.61-billion parameter transformer-based language model with 128K token context length, trained on 18 trillion tokens supporting 29+ languages.
Alibaba Cloud /

Qwen2.5 7B 1M

A 7-billion parameter transformer model with 1-million token context capacity utilizing Dual Chunk Attention for long-range text processing.
Alibaba Cloud /

Qwen 2.5 14B

A 14.7 billion parameter transformer model supporting 29 languages with 128K context window, designed as foundation for fine-tuning applications.
Alibaba Cloud /

Qwen2.5 14B 1M

A 14.7B parameter transformer model with 1-million token context capacity, utilizing dual chunk attention and progressive training for extended sequence processing.
Agentica /

DeepCoder 14B Preview

A 14-billion parameter code reasoning model fine-tuned using distributed reinforcement learning with long-context capabilities up to 64,000 tokens.
Deep Cogito /

Cogito V1 Preview 14B

A 14.8 billion parameter instruction-tuned language model trained using Iterated Distillation and Amplification with hybrid reasoning capabilities across 30+ languages.
Alibaba Cloud /

Qwen 2.5 32B

A 32.5 billion parameter multilingual transformer model trained on 18 trillion tokens with 128K context length supporting text generation, coding, and mathematical reasoning.
Deepseek AI /

DeepSeek R1 Distill Qwen 32B

A 32B parameter language model created through knowledge distillation, optimized for mathematical reasoning, code generation, and complex problem-solving tasks.
Deep Cogito /

Cogito V1 Preview 32B

A 32-billion parameter instruction-tuned model based on Qwen2.5 architecture featuring dual operational modes and iterated distillation alignment methodology.
Alibaba Cloud /

Qwen 2.5 72B

This update to Qwen 2, pretrained on 18 trillion tokens, shows impressive performance in benchmarks (MMLU 85+, HumanEval 85+, MATH 80+), outperforming models of similar size. Qwen 2.5 has multilingual support for over 29 languages and can understand and generate structured data.
Alibaba Cloud /

Qwen 2 7B

A 7.6 billion parameter multilingual decoder-only Transformer model designed for further post-training with 32,000-token context and strong coding capabilities.
Alibaba Cloud /

Qwen 2 72B

A 72-billion parameter transformer model supporting extended context lengths up to 128K tokens and demonstrating strong multilingual capabilities across diverse benchmarks.

More from Deepseek AI

Deepseek AI /

DeepSeek R1 Distill Llama 8B

Distilled 8B-parameter model optimized for mathematical reasoning and code generation through knowledge transfer from larger reinforcement learning-trained teacher models.
Deepseek AI /

DeepSeek R1 Distill Llama 70B

A 70B parameter dense language model distilled from DeepSeek-R1 using Llama 3.3 architecture, optimized for mathematical and coding reasoning tasks.
Deepseek AI /

DeepSeek R1 (0528)

A 671B-parameter MoE model with 37B active parameters featuring enhanced reasoning capabilities through reinforcement learning and chain-of-thought training methodologies.
Deepseek AI /

DeepSeek R1

A 671B parameter Mixture-of-Experts model trained with reinforcement learning to enhance reasoning capabilities in mathematics, coding, and logical tasks.
Deepseek AI /

DeepSeek V3 (0324)

Large-scale MoE language model utilizing 671B parameters with 37B activated per token, featuring enhanced reasoning and multilingual capabilities.
Deepseek AI /

DeepSeek V3

A 671-billion parameter Mixture-of-Experts language model with 37 billion active parameters per token, featuring auxiliary-loss-free load balancing and FP8 mixed-precision training.
Deepseek AI /

DeepSeek VL2

A Mixture-of-Experts vision-language model series featuring dynamic image tiling, visual grounding capabilities, and efficient sparse computation across three parameter variants.
Deepseek AI /

DeepSeek VL2 Small

A 2.8B parameter mixture-of-experts vision-language model with dynamic tiling for multimodal understanding, OCR, and visual grounding tasks.
Deepseek AI /

DeepSeek VL2 Tiny

A compact Mixture-of-Experts vision-language model with 1.0B activated parameters supporting multimodal tasks including OCR, document analysis, and visual grounding.
Deepseek AI /

DeepSeek V2.5

A 236-billion parameter mixture-of-experts language model with multi-head latent attention, activating 21 billion parameters per token for bilingual text generation.
Deepseek AI /

DeepSeek V2

A 236-billion parameter Mixture-of-Experts language model that activates only 21 billion parameters per token for efficient multilingual text generation.
Deepseek AI /

DeepSeek Coder V2

Open-source Mixture-of-Experts model with 236B total parameters specialized for code generation, mathematical reasoning, and programming across 338 languages.
Deepseek AI /

DeepSeek Coder V2 Lite

A 16B parameter Mixture-of-Experts model designed for code generation, completion, and reasoning across 338 programming languages with 128K token context length.