Skip to main content
Browse Models

Deepseek AI

DeepSeek R1 Distill Llama 70B

Released

2025-01-20

Family

Llama 3

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-Llama-70B-Q4_K_M.gguf

Ollama Model (q4_K_M)

Ollama

Model Report

Overview

DeepSeek-R1-Distill-Llama-70B is a dense large language model (LLM) resulting from the distillation of DeepSeek-R1, a generative AI system developed by DeepSeek-AI. Designed to enhance reasoning abilities within large language models, DeepSeek-R1-Distill-Llama-70B transfers advanced reasoning patterns from its parent model into a more accessible architecture. Built on Llama 3.3 70B as its base, the model is distributed under an open license conducive to both research and commercial utilization, and is part of an extensive family of reasoning-focused models supported by comprehensive reinforcement learning methodologies.

Bar chart comparing DeepSeek-R1, OpenAI-01-1217, DeepSeek-R1-32B, OpenAI-01-mini, and DeepSeek-V3 on six benchmarks.

Figure 1. Bar chart presenting comparative benchmark scores for DeepSeek and OpenAI models across AIME 2024, Codeforces, GPQA Diamond, MATH-500, MMLU, and SWE-bench Verified tasks.

Model Architecture and Distillation Process

DeepSeek-R1-Distill-Llama-70B employs the Llama 3.3 70B architecture as its foundation, resulting in an overall parameter count of approximately 70.6 billion. The distillation is carried out using a large dataset generated by the larger DeepSeek-R1 model. This process selectively transfers the reasoning competencies learned by DeepSeek-R1, enabling the distilled model to retain high performance in key reasoning benchmarks while reducing model size and computational requirements. The resulting dense model thus inherits advanced reasoning abilities established through DeepSeek-R1's multi-stage training pipeline, and supports commercial applications through the permissive terms of its licensing.

Distillation in this context leverages supervised fine-tuning, using nearly 800,000 annotated samples generated by DeepSeek-R1 itself. These samples are tailored to capture reasoning-centric behaviors without the need for an additional reinforcement learning stage in the distilled models, illustrating the characteristics of the distillation methodology as detailed by DeepSeek-AI’s technical report.

Training Data and Methodology

The training procedure for DeepSeek-R1 and its distilled derivatives is characterized by a specific combination of supervised and reinforcement learning. DeepSeek-R1, the model providing training signals for distillation, is developed through a multi-stage pipeline that includes cold-start supervised fine-tuning with high-quality chain-of-thought data, iterative reasoning-oriented reinforcement learning, and further refinement via additional reinforcement and supervised stages.

To address initial performance and alignment with human reasoning, so-called "cold-start" data is collected through few-shot prompting, reflection-based generation, and human annotation. This cold-start foundation is subsequently enhanced using Group Relative Policy Optimization (GRPO), targeting tasks such as mathematics, code, logic, and scientific reasoning. An emphasis on language consistency rewards minimizes language mixing, particularly when operating in both Chinese and English.

For the distilled models—including DeepSeek-R1-Distill-Llama-70B—fine-tuning is performed directly on samples generated by the DeepSeek-R1 model, with the process omitting any additional reinforcement learning stage. This direct approach demonstrates that the distilled model can inherit strong reasoning performance efficiently by replicating the inference patterns of its larger ancestor, as described in the DeepSeek-R1 documentation.

Benchmark Performance and Comparative Evaluation

DeepSeek-R1-Distill-Llama-70B has been extensively evaluated on a variety of benchmarks relevant to reasoning, mathematics, and coding. Typical evaluation settings utilize a maximum context length of 32,768 tokens, a sampling temperature of 0.6, a top-p value of 0.95, and 64 completions per query to ascertain results in accordance with standard practices.

On the AIME 2024 (pass@1) benchmark, the model achieves a score of 70.0%, which is considerably higher than contemporary models such as GPT-4o-0513 (9.3%) and Claude-3.5-Sonnet-1022 (16.0%), and is comparable to OpenAI's o1-mini (63.6%). The model also demonstrates robust capability on MATH-500 (pass@1) with a score of 94.5%, outperforming other leading models, and attains 65.2% on the GPQA Diamond benchmark. For code generation and programming, the model achieves a pass@1 accuracy of 57.5% on LiveCodeBench and a CodeForces simulated rating of 1633.

As illustrated in comparative analyses—such as those presented in DeepSeek's technical benchmarks—these results position DeepSeek-R1-Distill-Llama-70B as an effective model for reasoning-centric tasks within its parameter class.

Applications and Typical Use Cases

DeepSeek-R1-Distill-Llama-70B is engineered for applications necessitating advanced reasoning, including mathematical problem-solving, code synthesis, and complex question answering. Its proficiency on benchmarks like AIME, MATH-500, LiveCodeBench, and CodeForces substantiates its utility in educational, research, and technical domains where logic, computation, and stepwise deduction are paramount.

The model also demonstrates strong results in general instruction following tasks and open-domain question answering, performing competitively on established benchmarks such as MMLU, GPQA Diamond, and IF-Eval. This makes it suitable for roles as a conversational agent, educational assistant, or automated coding tutor, especially in scenarios that require transparent, step-by-step explanations. Specific prompting conventions—such as instructing the model to begin reasoning with a "<think>\n" token or requesting boxed answers for math tasks—further enhance task-specific reliability, as described in deployment recommendations by DeepSeek-AI.

Family of Models and Related Research Directions

The DeepSeek-R1-Distill series comprises six dense models, each distilled from DeepSeek-R1 and based on either Llama or Qwen architectures. These include variations designed for different model sizes and base architectures, such as DeepSeek-R1-Distill-Qwen-1.5B, DeepSeek-R1-Distill-Llama-8B, and DeepSeek-R1-Distill-Qwen-14B, among others. All are aimed at systematically transferring advanced reasoning competencies to more accessible and efficient LLMs. The broader DeepSeek model family includes DeepSeek-R1-Zero, which exemplifies a pure reinforcement learning approach to reasoning, and DeepSeek-R1, which incorporates both RL and SFT to balance reasoning with output readability.

Model comparisons—such as between DeepSeek-R1-Distill-Llama-70B and DeepSeek-R1-Distill-Qwen-32B—demonstrate nuanced strengths across benchmarks, with both delivering consistent performance on reasoning and coding tasks according to the evaluation results.

Limitations

Despite its capabilities, DeepSeek-R1-Distill-Llama-70B retains certain notable limitations. The model’s general-purpose abilities—such as function calling, advanced multi-turn conversation, and structured JSON generation—remain less mature than those found in models like DeepSeek-V3. While optimized primarily for Chinese and English, language mixing can occur when engaging with prompts in other languages, resulting in less consistent performance outside these primary domains.

Sensitivity to prompt engineering is also observed, with empirical results indicating that few-shot prompting diminishes accuracy; zero-shot settings yield optimal results. For software engineering tasks, the impact of reinforcement learning was limited by evaluation efficiency constraints, leading to less pronounced gains. In safety-related evaluations, especially under certain reinforcement learning regimes, the model may refuse to answer some queries, which can impact benchmark outcomes as detailed in the DeepSeek-R1 paper.

Licensing and Availability

DeepSeek-R1-Distill-Llama-70B is distributed under the MIT License, permitting commercial use, modification, and derivative works. Since this model is based on Llama 3.3 70B, it additionally adheres to the Llama 3.3 license. The model weights and the supporting code repository are publicly available for research and application development within the bounds of these licenses.

External Resources

About Llama 3: The Llama 3 family of AI models, developed by Meta, represents a significant advancement in open-source large language models, offering parameter sizes up to 405 billion and supporting context windows of up to 128k tokens. Llama 3.1, 3.2, and 3.3 optimize this performance through distillation learning and improved multimodal capabilities.

More in the Llama 3 Family

Meta /

Llama 3 8B

Large language model with 8 billion parameters featuring transformer architecture, trained on 15 trillion tokens for text generation and coding tasks.
Meta /

Llama 3 70B

State-of-the-art 70B foundation model from Meta, trained on over 15 trillion tokens.
Meta /

Llama 3.1 8B

Llama 3.1 is a new state-of-the-art large language model from Meta.
Sao10K /

Llama 3.1 8B Stheno v3.4

An 8-billion parameter language model fine-tuned for multi-turn dialogue, creative writing, and roleplaying using curated conversational datasets and synthetic data.
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.
Deep Cogito /

Cogito V1 Preview 8B

A Llama 3.1-based model trained with Iterated Distillation and Amplification, featuring dual reasoning modes and tool calling capabilities.
Meta /

Llama 3.1 70B

The Llama 3.1 series of open models rivals top closed models in performance. It was trained on over 15 trillion tokens using over 16K H100 GPUs. These models display state-of-the-art capabilities in general knowledge, steerability, math, tool use, and translation.
Deep Cogito /

Cogito V1 Preview 70B

A 70B parameter instruction-tuned model based on Llama 3.1 architecture featuring dual reasoning modes and multilingual tool-calling capabilities.
Meta /

Llama 3.2 3B

The next iteration in the Llama series of open models. This lightweight model was designed to run on edge devices, even mobile.
Cognitive Computations /

Dolphin 3.0 Llama3.2 3B

An uncensored instruct-tuned 3.2B parameter language model that grants users full control over system prompts and behavioral alignment.
Deep Cogito /

Cogito V1 Preview 3B

A 3B-parameter multilingual instruction-tuned model based on Llama 3.2 that supports tool-calling and features dual operational modes for standard and extended reasoning.
Meta /

Llama 3.3 70B

Llama 3.3 is a text-only 70B instruction-tuned model that provides enhanced performance relative to Llama 3.1 70B and to Llama 3.2 90B when used for text-only applications. For some applications, Llama 3.3 70B approaches the performance of Llama 3.1 405B.
Sao10K /

L3.3 70B Euryale v2.3

A 70-billion parameter language model fine-tuned from Llama 3.3 for creative writing and role-playing applications using custom datasets.
Sao10K /

70B L3.3 Cirrus x1

A 70.6-billion parameter language model finetuned from Llama 3.3 using extended training and checkpoint merging techniques for improved output stability.
TheDrummer /

Anubis 70B v1

A 70.6-billion parameter text generation model fine-tuned from Llama 3.3, designed for creative writing and role-playing applications.
TheDrummer /

Anubis 70B v1.1

A 70.6 billion parameter Llama 3.3-based model fine-tuned for character consistency and dynamic dialogue in creative text generation applications.
LatitudeGames /

Wayfarer Large 70B Llama 3.3

A 70.6-billion parameter language model fine-tuned for adventure role-play scenarios, emphasizing conflict, tension, and narrative stakes in second-person storytelling.

More from Deepseek AI

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.
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.
Deepseek AI /

DeepSeek R1 Distill Qwen 14B

A 14B dense language model distilled from a mixture-of-experts architecture, optimized for mathematical reasoning and code generation tasks.
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.
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.