Skip to main content
Browse Models

Meta

Llama 3 70B

Released

2024-04-18

Family

Llama 3

Type

Foundation Model

Downloads

External Download

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

Download

Instruct model, 4-bit GGUF (Q4_K_M)

GGUF · Meta-Llama-3-70B-Instruct-BPE-fix-Q4_K_M.gguf

Ollama Model (q4_K_M)

Ollama

Model Report

Overview

Meta Llama 3 70B is a large language model (LLM) developed by Meta and released on April 18, 2024. As part of the Llama 3 family, Llama 3 70B is an instruction-fine-tuned, decoder-only transformer model comprising 70 billion parameters. It is primarily optimized for dialogue and assistant-style interactions in English, with a focus on improved alignment and reasoning capabilities. Its design and training leverage recent advances in tokenizer efficiency, attention mechanisms, and responsible AI deployment frameworks. Llama 3 70B is released under the Meta Llama 3 Community License, facilitating both commercial and research use while emphasizing responsible deployment practices.

Introduction to Meta Llama 3, highlighting its architecture, training, and intended applications. · Source

Model Architecture and Training

Llama 3 70B utilizes a decoder-only transformer architecture, which is standard among contemporary large language models. Several technical enhancements distinguish this iteration from prior models in the Llama series. The model implements a tokenizer with a vocabulary size of 128,000 tokens, contributing to efficient language encoding and reduced inference overhead. Grouped Query Attention (GQA) is incorporated to increase scalability and inference speed without substantial accuracy trade-offs, an approach present in both the 8B and 70B parameter versions (Meta technical blog).

Training was conducted on sequences of up to 8,192 tokens, using masking strategies to prevent self-attention across different document boundaries, thereby preserving data integrity and contextual relevance. The model underwent supervised fine-tuning (SFT) and reinforcement learning from human feedback (RLHF), including techniques such as rejection sampling, Proximal Policy Optimization (PPO), and Direct Preference Optimization (DPO) to align outputs with human preferences concerning helpfulness and safety (training details).

The pretraining phase utilized more than 15 trillion tokens sourced from publicly available data, representing a sevenfold increase over the dataset size used for Llama 2, and included a significant proportion of high-quality code and non-English language text. Data-quality pipelines employed heuristic filters, semantic deduplication, and Llama 2-powered text quality classifiers, with detailed scaling laws applied to predict model performance and optimize data mixing across domains (Meta AI documentation).

Significant infrastructure was committed to training, leveraging custom-built GPU clusters for data and model parallelization. Training efficiency and reliability were improved through automated hardware health monitoring, attaining an effective training time above 95% and throughput upwards of 400 TFLOPS per GPU in large distributed settings (Meta infrastructure details).

Evaluation and Benchmark Performance

The Llama 3 70B model achieves competitive results across a broad range of benchmarks, particularly in instruction following, reasoning, and code generation tasks. Meta introduced a new high-quality human evaluation set comprising 1,800 prompts across twelve core use cases, enabling systematic comparison with other advanced LLMs such as Claude Sonnet, Mistral Medium, and GPT-3.5 (Meta Llama 3 evaluation methodology). Aggregate human preference assessments consistently favored Llama 3 70B Instruct model in side-by-side comparisons.

Meta Llama 3 70B aggregated human evaluation results

Figure 1. Aggregated human evaluation results: Llama 3 70B Instruct achieves a majority win rate compared to Claude Sonnet, Mistral Medium, GPT-3.5, and Llama 2 across broad use cases.

Standardized benchmarks further validate these findings. On tasks such as MMLU (Massive Multitask Language Understanding), GPQA (Graduate-Level Physics Questions), HumanEval (code generation), GSM-8K (math word problems), and MATH, Llama 3 70B demonstrates strong performance relative to previous open models and competitive proprietary systems.

Benchmark tables showing Llama 3 70B performance against leading LLMs

Figure 2. Benchmark results for Llama 3 70B across MMLU, GPQA, HumanEval, GSM-8K, and MATH, highlighting comparative performance among contemporary large language models.

For instance, Llama 3 70B Instruct records scores such as 82.0 on MMLU (5-shot), 39.5 on GPQA (0-shot), 81.7 on HumanEval, 93.0 on GSM-8K, and 50.4 on MATH, substantially outperforming Llama 2 70B (benchmark data). These evaluations underscore the improvements achieved through expanded datasets, refined training, and enhanced instruction tuning.

Responsible Deployment and Safety

Meta emphasizes a layered, system-level approach to safety in deploying Llama 3 70B. This methodology incorporates safeguards at three stages: system input, model-level, and system output. Before reaching the model, user inputs are filtered through input safeguards, which may include tools such as Llama Guard. After the model generates an output, the result passes through output safeguards to further minimize risks prior to delivery to the user. These measures address known challenges such as hallucination, inappropriate refusals, and the handling of unsafe or out-of-scope instructions (Meta AI responsibility).

Diagram illustrating system-level safety for LLMs

Figure 3. System-level approach to safe LLM deployment, featuring input and output safeguards around the core LLM model.

Guidance for responsible deployment advises developers to implement additional safety checks, customize moderation systems, and use open-sourced tools such as Code Shield for code-related use cases (PurpleLlama repository). Meta’s Acceptable Use Policy defines prohibited use cases, such as unlawful or high-risk applications, and encourages disclosure of AI system risks to end-users. Feedback mechanisms, output reporting tools, and collaborative vulnerability programs supplement post-release safety monitoring (Meta AI responsibility post; Llama output feedback).

Applications and Use Cases

Llama 3 70B is designed for a broad range of natural language understanding and generation applications. Key use cases include assistant-style chatbots, creative writing, code generation, summarization, classification, and open-ended reasoning tasks (Meta AI announcement). The model has also been introduced in Meta AI applications embedded in Facebook, Instagram, WhatsApp, and Messenger, powering advanced assistant capabilities.

The model’s general-purpose pretraining enables further adaptation for domain-specific tasks, including research, enterprise automation, and educational technology. Developers may fine-tune Llama 3 for additional languages, compliance-checked domains, or particular dialog modes, subject to licensing and responsible AI guidelines (Llama 3 model card). Notably, Llama 3’s improved handling of refusals—balancing safety and utility—enhances its adoption in interactive settings where reliability and transparency are crucial.

Limitations and License

Despite its strengths, Llama 3 70B maintains several important limitations. The model's primary design focus is on English-language tasks, and while its dataset includes a non-trivial quantity of other languages, performance in non-English use cases is lower. As with all large language models, Llama 3 70B may generate inaccurate, biased, or factually outdated outputs, with a pretraining knowledge cutoff in December 2023. Developers are thus encouraged to rigorously test, monitor, and, if necessary, further align the model for target tasks (Meta AI documentation).

Llama 3 70B is distributed under the Meta Llama 3 Community License Agreement (official license text). This license allows broad use in research and commercial settings, with specific requirements for attribution and redistribution and explicit prohibitions on improving other large language models with Llama 3 outputs. The Acceptable Use Policy outlines boundaries for responsible deployment, addressing compliance, safety, attribution, and intellectual property considerations. Entities exceeding threshold usage volumes must seek a license from Meta per the license’s commercial terms.

Future Directions

Meta has publicly shared plans to further expand the Llama 3 family, including models with larger parameter counts and extended context windows. Early benchmarks for forthcoming models, such as those with over 400B parameters, indicate continued improvement on established benchmarks and diverse tasks (Meta Llama 3 blog). Multilingual and multimodal capabilities, as well as integration with augmented reality hardware, are also under exploration for future releases.

Llama 3 400B+ benchmark chart

Figure 4. Benchmark progress of Llama 3 models under training, including future releases such as the 400B+ parameter version.

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.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.
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.

More from Meta

Meta /

LLaMA 7B

A 7-billion parameter transformer language model trained on one trillion tokens from publicly available datasets for natural language processing research.
Meta /

LLaMA 13B

A 13-billion parameter transformer-based language model trained on 1.4 trillion tokens from publicly available datasets, demonstrating competitive performance on various benchmarks.
Meta /

LLaMA 33B

A 32.5 billion parameter transformer-based language model trained on 1.4 trillion tokens of publicly available data with competitive benchmark performance.
Meta /

LLaMA 65B

A 65.2-billion parameter transformer language model trained on 1.4 trillion tokens from publicly available datasets for research applications.
Meta /

Llama 2 7B

7 billion parameter version of the 2nd iteration in Meta's Llama series of open source models.
Meta /

Llama 2 13B

13 billion parameter version of the 2nd iteration in Meta's Llama series of open source models.
Meta /

CodeLlama 13B

Fine-tuned version of Llama 13b, with training data optimized for code generation and completion tasks.
Meta /

CodeLlama 34B

Fine-tuned version of unreleased Llama 2 34b, with training data optimized for code generation and completion tasks.
Meta /

Llama 2 70B

70 billion parameter version of the 2nd iteration in Meta's Llama series of open source models.
Meta /

CodeLlama 70B

Fine-tuned version of Llama 70b, with training data optimized for code generation and completion tasks.
Meta /

Llama 4 Scout (17Bx16E)

A natively multimodal transformer with mixture-of-experts architecture supporting 10 million token context and multilingual text-image understanding capabilities.
Meta /

Llama 4 Maverick (17Bx128E)

Multimodal instruction-tuned model with 17 billion active parameters from 400 billion total, trained on 22 trillion tokens across 200 languages.
Meta /

MusicGen

MusicGen is a text-to-music autoregressive transformer model capable of generating music samples conditioned on text descriptions or audio prompts.
Meta /

Magnet

Magnet is a single-stage, non-autoregressive transformer model for text-to-music and text-to-audio generation, with faster generation that MusicGen.
Meta /

Seamless

Seamless is a MMMMT (Massively Multilingual and Multimodal Machine Translation) model that can translate and generate audio in over 100 languages.