Llama 2 Model Details

Llama 2 Model Details

Meta developed and publicly released the Llama 2 family of large language models (LLMs), a collection of pretrained and fine-tuned generative text models ranging in scale from 7 billion to 70 billion parameters. The fine-tuned LLMs, called Llama-2-Chat, are optimized for dialogue use cases. Llama-2-Chat models outperform open-source chat models on most benchmarks we tested, and in human evaluations for helpfulness and safety, are on par with some popular closed-source models like ChatGPT and PaLM. Mts provide a detailed description of their approach to fine-tuning and safety improvements of Llama-2-Chat in order to enable the community to build on our work and contribute to the responsible development of LLMs.

LLama 2 Model

  • Model Developers: Meta AI
  • Variations: Llama 2 comes in a range of parameter sizes — 7B, 13B, and 70B — as well as pretrained and fine-tuned variations.
  • Input: Models input text only.
  • Output: Models generate text only.
  • Model Architecture: Llama 2 is an auto-regressive language optimized transformer. The tuned versions use supervised fine-tuning (SFT) and reinforcement learning with human feedback (RLHF) to align to human preferences for helpfulness and safety.
Training DataParamsContent LengthGQATokensLR
Llama 2A new mix of publicly available online data7B4k2.0T3.0 x 10-4
Llama 2A new mix of publicly available online data13B4k2.0T3.0 x 10-4
Llama 2A new mix of publicly available online data70B4k2.0T1.5 x 10-4
Llama 2 family of models. Token counts refer to pretraining data only. All models are trained with a global batch-size of 4M tokens. Bigger models – 70B — use Grouped-Query Attention (GQA) for improved inference scalability.
  • Model Dates: Llama 2 was trained between January 2023 and July 2023.
  • Status: This is a static model trained on an offline dataset. Future versions of the tuned models will be released as we improve model safety with community feedback.
  • License: A custom commercial license is available. Please see the Artifacts tab.

Where to send questions or comments about the model.

Instructions on how to provide feedback or comments on the model can be found in the model README, or by opening an issue in the GitHub repository.

Intended Use

Intended Use Cases

Llama 2 is intended for commercial and research use in English. Tuned models are intended for assistant-like chat, whereas pretrained models can be adapted for a variety of natural language generation tasks.

Out-of-scope Uses

Use in any manner that violates applicable laws or regulations (including trade compliance laws).Use in languages other than English. Use in any other way that is prohibited by the Acceptable Use Policy and Licensing Agreement for Llama 2.

Hardware and Software

Training Factors

Mta used custom training libraries, Meta’s Research Super Cluster, and production clusters for pretraining. Fine-tuning, annotation, and evaluation were also performed on third-party cloud compute.

Carbon Footprint

Pretraining utilized a cumulative 3.3M GPU hours of computation on hardware of type A100-80GB (TDP of 350-400W). Estimated total emissions were 539 tCO2eq, 100% of which were offset by Meta’s sustainability program.

Time (GPU hours)Power Consumption (W)Carbon Emitted(tCO2eq)
Llama 2 7B18432040031.22
Llama 2 13B36864040062.44
Llama 2 70B1720320400291.42
Total3311616539.00

CO2 emissions during pretraining

Time: total GPU time required for training each model. Power Consumption: peak power capacity per GPU device for the GPUs used adjusted for power usage efficiency. 100% of the emissions are directly offset by Meta’s sustainability program, and because we are openly releasing these models, the pretraining costs do not need to be incurred by others.

Training Data

Overview

Llama 2 was pretrained on 2 trillion tokens of data from publicly available sources. The fine-tuning data includes publicly available instruction datasets, as well as over one million new human-annotated examples. Neither the pretraining nor the fine-tuning datasets include Meta user data.

Data Freshness

The pretraining data has a cutoff of September 2022, but some tuning data is more recent, up to July 2023.

Evaluation Results

In this section, we report the results for the Llama 1 and Llama 2 models on standard academic benchmarks.For all the evaluations, we use our internal evaluations library.

ModelSizeCodeCommonsense ReasoningWorld KnowledgeReading ComprehensionMathMMLUBBHAGI Eval
Llama 17B14.160.846.258.56.9535.130.323.9
Llama 113B18.966.152.662.310.946.937.033.9
Llama 133B26.070.058.467.621.457.839.841.7
Llama 165B30.770.760.568.630.863.443.547.6
Llama 27B16.863.948.961.314.645.332.629.3
Llama 213B24.566.955.465.828.754.839.439.1
Llama 270B37.571.963.669.435.268.951.254.2

Overall performance on grouped academic benchmarks. 

Code: We report the average pass@1 scores of our models on HumanEval and MBPP. 

Commonsense Reasoning: We report the average of PIQA, SIQA, HellaSwag, WinoGrande, ARC easy and challenge, OpenBookQA, and CommonsenseQA. We report 7-shot results for CommonSenseQA and 0-shot results for all other benchmarks. 

World Knowledge: We evaluate the 5-shot performance on NaturalQuestions and TriviaQA and report the average. 

Reading Comprehension: For reading comprehension, we report the 0-shot average on SQuAD, QuAC, and BoolQ. 

MATH: We report the average of the GSM8K (8 shot) and MATH (4 shot) benchmarks at top 1.

TruthfulQAToxigen
Llama 17B27.4223.00
Llama 113B41.7423.08
Llama 133B44.1922.57
Llama 165B48.7121.77
Llama 27B33.2921.25
Llama 213B41.8626.10
Llama 270B50.1824.60

Evaluation of pretrained LLMs on automatic safety benchmarks.

For TruthfulQA, we present the percentage of generations that are both truthful and informative (the higher the better). For ToxiGen, we present the percentage of toxic generations (the smaller the better).

TruthfulQAToxigen
Llama-2-Chat7B57.040.00
Llama-2-Chat13B62.180.00
Llama-2-Chat70B64.140.01

Evaluation of fine-tuned LLMs on different safety datasets. 

Same metric definitions as above.

Ethical Considerations and Limitations

Llama 2 is a new technology that carries risks with use. Testing conducted to date has not, and could not, cover all scenarios, including uses in languages other than English. For these reasons, as with all LLMs, Llama 2’s potential outputs cannot be predicted in advance, and the model may in some instances produce inaccurate, biased or other objectionable responses to user prompts. Therefore, before deploying any applications of Llama 2, developers should perform safety testing and tuning tailored to their specific applications of the model.

Rad related articles:


Tags: