TheBloke commited on
Commit
7a3dd96
1 Parent(s): fc7087b

Initial GPTQ model commit

Browse files
Files changed (1) hide show
  1. README.md +385 -0
README.md ADDED
@@ -0,0 +1,385 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - garage-bAInd/Open-Platypus
4
+ inference: false
5
+ language:
6
+ - en
7
+ library_name: transformers
8
+ license: llama2
9
+ model_creator: Jiangwen Su
10
+ model_link: https://huggingface.co/uukuguy/speechless-llama2-13b
11
+ model_name: Speechless Llama2 13B
12
+ model_type: llama
13
+ pipeline_tag: text-generation
14
+ quantized_by: TheBloke
15
+ tags:
16
+ - facebook
17
+ - meta
18
+ - pytorch
19
+ - llama
20
+ - llama-2
21
+ ---
22
+
23
+ <!-- header start -->
24
+ <!-- 200823 -->
25
+ <div style="width: auto; margin-left: auto; margin-right: auto">
26
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
27
+ </div>
28
+ <div style="display: flex; justify-content: space-between; width: 100%;">
29
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
30
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
31
+ </div>
32
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
33
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? TheBloke's Patreon page</a></p>
34
+ </div>
35
+ </div>
36
+ <div style="text-align:center; margin-top: 0em; margin-bottom: 0em"><p style="margin-top: 0.25em; margin-bottom: 0em;">TheBloke's LLM work is generously supported by a grant from <a href="https://a16z.com">andreessen horowitz (a16z)</a></p></div>
37
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
38
+ <!-- header end -->
39
+
40
+ # Speechless Llama2 13B - GPTQ
41
+ - Model creator: [Jiangwen Su](https://huggingface.co/uukuguy)
42
+ - Original model: [Speechless Llama2 13B](https://huggingface.co/uukuguy/speechless-llama2-13b)
43
+
44
+ <!-- description start -->
45
+ ## Description
46
+
47
+ This repo contains GPTQ model files for [Jiangwen Su's Speechless Llama2 13B](https://huggingface.co/uukuguy/speechless-llama2-13b).
48
+
49
+ Multiple GPTQ parameter permutations are provided; see Provided Files below for details of the options provided, their parameters, and the software used to create them.
50
+
51
+ <!-- description end -->
52
+ <!-- repositories-available start -->
53
+ ## Repositories available
54
+
55
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Speechless-Llama2-13B-GPTQ)
56
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGUF)
57
+ * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference (deprecated)](https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML)
58
+ * [Jiangwen Su's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/uukuguy/speechless-llama2-13b)
59
+ <!-- repositories-available end -->
60
+
61
+ <!-- prompt-template start -->
62
+ ## Prompt template: Alpaca
63
+
64
+ ```
65
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
66
+
67
+ ### Instruction:
68
+ {prompt}
69
+
70
+ ### Response:
71
+
72
+ ```
73
+
74
+ <!-- prompt-template end -->
75
+
76
+ <!-- README_GPTQ.md-provided-files start -->
77
+ ## Provided files and GPTQ parameters
78
+
79
+ Multiple quantisation parameters are provided, to allow you to choose the best one for your hardware and requirements.
80
+
81
+ Each separate quant is in a different branch. See below for instructions on fetching from different branches.
82
+
83
+ All GPTQ files are made with AutoGPTQ.
84
+
85
+ <details>
86
+ <summary>Explanation of GPTQ parameters</summary>
87
+
88
+ - Bits: The bit size of the quantised model.
89
+ - GS: GPTQ group size. Higher numbers use less VRAM, but have lower quantisation accuracy. "None" is the lowest possible value.
90
+ - Act Order: True or False. Also known as `desc_act`. True results in better quantisation accuracy. Some GPTQ clients have had issues with models that use Act Order plus Group Size, but this is generally resolved now.
91
+ - Damp %: A GPTQ parameter that affects how samples are processed for quantisation. 0.01 is default, but 0.1 results in slightly better accuracy.
92
+ - GPTQ dataset: The dataset used for quantisation. Using a dataset more appropriate to the model's training can improve quantisation accuracy. Note that the GPTQ dataset is not the same as the dataset used to train the model - please refer to the original model repo for details of the training dataset(s).
93
+ - Sequence Length: The length of the dataset sequences used for quantisation. Ideally this is the same as the model sequence length. For some very long sequence models (16+K), a lower sequence length may have to be used. Note that a lower sequence length does not limit the sequence length of the quantised model. It only impacts the quantisation accuracy on longer inference sequences.
94
+ - ExLlama Compatibility: Whether this file can be loaded with ExLlama, which currently only supports Llama models in 4-bit.
95
+
96
+ </details>
97
+
98
+ | Branch | Bits | GS | Act Order | Damp % | GPTQ Dataset | Seq Len | Size | ExLlama | Desc |
99
+ | ------ | ---- | -- | --------- | ------ | ------------ | ------- | ---- | ------- | ---- |
100
+ | [main](https://huggingface.co/TheBloke/Speechless-Llama2-13B-GPTQ/tree/main) | 4 | 128 | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 4096 | 7.26 GB | Yes | Most compatible option. Good inference speed in AutoGPTQ and GPTQ-for-LLaMa. Lower inference quality than other options. |
101
+ | [gptq-4bit-32g-actorder_True](https://huggingface.co/TheBloke/Speechless-Llama2-13B-GPTQ/tree/gptq-4bit-32g-actorder_True) | 4 | 32 | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 4096 | 8.00 GB | Yes | 4-bit, with Act Order and group size 32g. Gives highest possible inference quality, with maximum VRAM usage. Poor AutoGPTQ CUDA speed. |
102
+ | [gptq-8bit--1g-actorder_True](https://huggingface.co/TheBloke/Speechless-Llama2-13B-GPTQ/tree/gptq-8bit--1g-actorder_True) | 8 | None | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 4096 | 13.36 GB | No | 8-bit, with Act Order. No group size, to lower VRAM requirements and to improve AutoGPTQ speed. |
103
+ | [gptq-8bit-128g-actorder_True](https://huggingface.co/TheBloke/Speechless-Llama2-13B-GPTQ/tree/gptq-8bit-128g-actorder_True) | 8 | 128 | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 4096 | 13.65 GB | No | 8-bit, with group size 128g for higher inference quality and with Act Order for even higher accuracy. Poor AutoGPTQ CUDA speed. |
104
+
105
+ <!-- README_GPTQ.md-provided-files end -->
106
+
107
+ <!-- README_GPTQ.md-download-from-branches start -->
108
+ ## How to download from branches
109
+
110
+ - In text-generation-webui, you can add `:branch` to the end of the download name, eg `TheBloke/Speechless-Llama2-13B-GPTQ:gptq-4bit-32g-actorder_True`
111
+ - With Git, you can clone a branch with:
112
+ ```
113
+ git clone --single-branch --branch gptq-4bit-32g-actorder_True https://huggingface.co/TheBloke/Speechless-Llama2-13B-GPTQ
114
+ ```
115
+ - In Python Transformers code, the branch is the `revision` parameter; see below.
116
+ <!-- README_GPTQ.md-download-from-branches end -->
117
+ <!-- README_GPTQ.md-text-generation-webui start -->
118
+ ## How to easily download and use this model in [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
119
+
120
+ Please make sure you're using the latest version of [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
121
+
122
+ It is strongly recommended to use the text-generation-webui one-click-installers unless you're sure you know how to make a manual install.
123
+
124
+ 1. Click the **Model tab**.
125
+ 2. Under **Download custom model or LoRA**, enter `TheBloke/Speechless-Llama2-13B-GPTQ`.
126
+ - To download from a specific branch, enter for example `TheBloke/Speechless-Llama2-13B-GPTQ:gptq-4bit-32g-actorder_True`
127
+ - see Provided Files above for the list of branches for each option.
128
+ 3. Click **Download**.
129
+ 4. The model will start downloading. Once it's finished it will say "Done".
130
+ 5. In the top left, click the refresh icon next to **Model**.
131
+ 6. In the **Model** dropdown, choose the model you just downloaded: `Speechless-Llama2-13B-GPTQ`
132
+ 7. The model will automatically load, and is now ready for use!
133
+ 8. If you want any custom settings, set them and then click **Save settings for this model** followed by **Reload the Model** in the top right.
134
+ * Note that you do not need to set GPTQ parameters any more. These are set automatically from the file `quantize_config.json`.
135
+ 9. Once you're ready, click the **Text Generation tab** and enter a prompt to get started!
136
+ <!-- README_GPTQ.md-text-generation-webui end -->
137
+
138
+ <!-- README_GPTQ.md-use-from-python start -->
139
+ ## How to use this GPTQ model from Python code
140
+
141
+ ### Install the necessary packages
142
+
143
+ Requires: Transformers 4.32.0 or later, Optimum 1.12.0 or later, and AutoGPTQ 0.4.2 or later.
144
+
145
+ ```shell
146
+ pip3 install transformers>=4.32.0 optimum>=1.12.0
147
+ pip3 install auto-gptq --extra-index-url https://huggingface.github.io/autogptq-index/whl/cu118/ # Use cu117 if on CUDA 11.7
148
+ ```
149
+
150
+ If you have problems installing AutoGPTQ using the pre-built wheels, install it from source instead:
151
+
152
+ ```shell
153
+ pip3 uninstall -y auto-gptq
154
+ git clone https://github.com/PanQiWei/AutoGPTQ
155
+ cd AutoGPTQ
156
+ pip3 install .
157
+ ```
158
+
159
+ ### For CodeLlama models only: you must use Transformers 4.33.0 or later.
160
+
161
+ If 4.33.0 is not yet released when you read this, you will need to install Transformers from source:
162
+ ```shell
163
+ pip3 uninstall -y transformers
164
+ pip3 install git+https://github.com/huggingface/transformers.git
165
+ ```
166
+
167
+ ### You can then use the following code
168
+
169
+ ```python
170
+ from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
171
+
172
+ model_name_or_path = "TheBloke/Speechless-Llama2-13B-GPTQ"
173
+ # To use a different branch, change revision
174
+ # For example: revision="gptq-4bit-32g-actorder_True"
175
+ model = AutoModelForCausalLM.from_pretrained(model_name_or_path,
176
+ torch_dtype=torch.float16,
177
+ device_map="auto",
178
+ revision="main")
179
+
180
+ tokenizer = AutoTokenizer.from_pretrained(model_name_or_path, use_fast=True)
181
+
182
+ prompt = "Tell me about AI"
183
+ prompt_template=f'''Below is an instruction that describes a task. Write a response that appropriately completes the request.
184
+
185
+ ### Instruction:
186
+ {prompt}
187
+
188
+ ### Response:
189
+
190
+ '''
191
+
192
+ print("\n\n*** Generate:")
193
+
194
+ input_ids = tokenizer(prompt_template, return_tensors='pt').input_ids.cuda()
195
+ output = model.generate(inputs=input_ids, temperature=0.7, max_new_tokens=512)
196
+ print(tokenizer.decode(output[0]))
197
+
198
+ # Inference can also be done using transformers' pipeline
199
+
200
+ print("*** Pipeline:")
201
+ pipe = pipeline(
202
+ "text-generation",
203
+ model=model,
204
+ tokenizer=tokenizer,
205
+ max_new_tokens=512,
206
+ temperature=0.7,
207
+ top_p=0.95,
208
+ repetition_penalty=1.15
209
+ )
210
+
211
+ print(pipe(prompt_template)[0]['generated_text'])
212
+ ```
213
+ <!-- README_GPTQ.md-use-from-python end -->
214
+
215
+ <!-- README_GPTQ.md-compatibility start -->
216
+ ## Compatibility
217
+
218
+ The files provided are tested to work with AutoGPTQ, both via Transformers and using AutoGPTQ directly. They should also work with [Occ4m's GPTQ-for-LLaMa fork](https://github.com/0cc4m/KoboldAI).
219
+
220
+ [ExLlama](https://github.com/turboderp/exllama) is compatible with Llama models in 4-bit. Please see the Provided Files table above for per-file compatibility.
221
+
222
+ [Huggingface Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference) is compatible with all GPTQ models.
223
+ <!-- README_GPTQ.md-compatibility end -->
224
+
225
+ <!-- footer start -->
226
+ <!-- 200823 -->
227
+ ## Discord
228
+
229
+ For further support, and discussions on these models and AI in general, join us at:
230
+
231
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
232
+
233
+ ## Thanks, and how to contribute.
234
+
235
+ Thanks to the [chirper.ai](https://chirper.ai) team!
236
+
237
+ I've had a lot of people ask if they can contribute. I enjoy providing models and helping people, and would love to be able to spend even more time doing it, as well as expanding into new projects like fine tuning/training.
238
+
239
+ If you're able and willing to contribute it will be most gratefully received and will help me to keep providing more models, and to start work on new AI projects.
240
+
241
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
242
+
243
+ * Patreon: https://patreon.com/TheBlokeAI
244
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
245
+
246
+ **Special thanks to**: Aemon Algiz.
247
+
248
+ **Patreon special mentions**: Kacper Wikieł, knownsqashed, Leonard Tan, Asp the Wyvern, Daniel P. Andersen, Luke Pendergrass, Stanislav Ovsiannikov, RoA, Dave, Ai Maven, Kalila, Will Dee, Imad Khwaja, Nitin Borwankar, Joseph William Delisle, Tony Hughes, Cory Kujawski, Rishabh Srivastava, Russ Johnson, Stephen Murray, Lone Striker, Johann-Peter Hartmann, Elle, J, Deep Realms, SuperWojo, Raven Klaugh, Sebastain Graf, ReadyPlayerEmma, Alps Aficionado, Mano Prime, Derek Yates, Gabriel Puliatti, Mesiah Bishop, Magnesian, Sean Connelly, biorpg, Iucharbius, Olakabola, Fen Risland, Space Cruiser, theTransient, Illia Dulskyi, Thomas Belote, Spencer Kim, Pieter, John Detwiler, Fred von Graf, Michael Davis, Swaroop Kallakuri, subjectnull, Clay Pascal, Subspace Studios, Chris Smitley, Enrico Ros, usrbinkat, Steven Wood, alfie_i, David Ziegler, Willem Michiel, Matthew Berman, Andrey, Pyrater, Jeffrey Morgan, vamX, LangChain4j, Luke @flexchar, Trenton Dambrowitz, Pierre Kircher, Alex, Sam, James Bentley, Edmond Seymore, Eugene Pentland, Pedro Madruga, Rainer Wilmers, Dan Guido, Nathan LeClaire, Spiking Neurons AB, Talal Aujan, zynix, Artur Olbinski, Michael Levine, 阿明, K, John Villwock, Nikolai Manek, Femi Adebogun, senxiiz, Deo Leter, NimbleBox.ai, Viktor Bowallius, Geoffrey Montalvo, Mandus, Ajan Kanaga, ya boyyy, Jonathan Leane, webtim, Brandon Frisco, danny, Alexandros Triantafyllidis, Gabriel Tamborski, Randy H, terasurfer, Vadim, Junyu Yang, Vitor Caleffi, Chadd, transmissions 11
249
+
250
+
251
+ Thank you to all my generous patrons and donaters!
252
+
253
+ And thank you again to a16z for their generous grant.
254
+
255
+ <!-- footer end -->
256
+
257
+ # Original model card: Jiangwen Su's Speechless Llama2 13B
258
+
259
+
260
+ <p><h1> speechless-llama2-13b </h1></p>
261
+ speechless-llama2-13b is a merge of Open-Orca/OpenOrca-Platypus2-13B and WizardLM/WizardLM-13B-V1.2.
262
+
263
+ | Metric | Value |
264
+ | --- | --- |
265
+ | ARC | |
266
+ | HellaSwag | |
267
+ | MMLU | |
268
+ | TruthfulQA | |
269
+ | Average | |
270
+
271
+ # **Llama 2**
272
+ Llama 2 is a collection of pretrained and fine-tuned generative text models ranging in scale from 7 billion to 70 billion parameters. This is the repository for the 13B pretrained model, converted for the Hugging Face Transformers format. Links to other models can be found in the index at the bottom.
273
+
274
+ ## Model Details
275
+ *Note: Use of this model is governed by the Meta license. In order to download the model weights and tokenizer, please visit the [website](https://ai.meta.com/resources/models-and-libraries/llama-downloads/) and accept our License before requesting access here.*
276
+
277
+ 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. Our 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 our human evaluations for helpfulness and safety, are on par with some popular closed-source models like ChatGPT and PaLM.
278
+
279
+ **Model Developers** Meta
280
+
281
+ **Variations** Llama 2 comes in a range of parameter sizes — 7B, 13B, and 70B — as well as pretrained and fine-tuned variations.
282
+
283
+ **Input** Models input text only.
284
+
285
+ **Output** Models generate text only.
286
+
287
+ **Model Architecture** Llama 2 is an auto-regressive language model that uses an optimized transformer architecture. The tuned versions use supervised fine-tuning (SFT) and reinforcement learning with human feedback (RLHF) to align to human preferences for helpfulness and safety.
288
+
289
+
290
+ ||Training Data|Params|Content Length|GQA|Tokens|LR|
291
+ |---|---|---|---|---|---|---|
292
+ |Llama 2|*A new mix of publicly available online data*|7B|4k|&#10007;|2.0T|3.0 x 10<sup>-4</sup>|
293
+ |Llama 2|*A new mix of publicly available online data*|13B|4k|&#10007;|2.0T|3.0 x 10<sup>-4</sup>|
294
+ |Llama 2|*A new mix of publicly available online data*|70B|4k|&#10004;|2.0T|1.5 x 10<sup>-4</sup>|
295
+
296
+ *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.
297
+
298
+ **Model Dates** Llama 2 was trained between January 2023 and July 2023.
299
+
300
+ **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.
301
+
302
+ **License** A custom commercial license is available at: [https://ai.meta.com/resources/models-and-libraries/llama-downloads/](https://ai.meta.com/resources/models-and-libraries/llama-downloads/)
303
+
304
+ **Research Paper** ["Llama-2: Open Foundation and Fine-tuned Chat Models"](arxiv.org/abs/2307.09288)
305
+
306
+ ## Intended Use
307
+ **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.
308
+
309
+ To get the expected features and performance for the chat versions, a specific formatting needs to be followed, including the `INST` and `<<SYS>>` tags, `BOS` and `EOS` tokens, and the whitespaces and breaklines in between (we recommend calling `strip()` on inputs to avoid double-spaces). See our reference code in github for details: [`chat_completion`](https://github.com/facebookresearch/llama/blob/main/llama/generation.py#L212).
310
+
311
+ **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.
312
+
313
+ ## Hardware and Software
314
+ **Training Factors** We 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.
315
+
316
+ **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.
317
+
318
+ ||Time (GPU hours)|Power Consumption (W)|Carbon Emitted(tCO<sub>2</sub>eq)|
319
+ |---|---|---|---|
320
+ |Llama 2 7B|184320|400|31.22|
321
+ |Llama 2 13B|368640|400|62.44|
322
+ |Llama 2 70B|1720320|400|291.42|
323
+ |Total|3311616||539.00|
324
+
325
+ **CO<sub>2</sub> 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.
326
+
327
+ ## Training Data
328
+ **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.
329
+
330
+ **Data Freshness** The pretraining data has a cutoff of September 2022, but some tuning data is more recent, up to July 2023.
331
+
332
+ ## Evaluation Results
333
+
334
+ 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.
335
+
336
+ |Model|Size|Code|Commonsense Reasoning|World Knowledge|Reading Comprehension|Math|MMLU|BBH|AGI Eval|
337
+ |---|---|---|---|---|---|---|---|---|---|
338
+ |Llama 1|7B|14.1|60.8|46.2|58.5|6.95|35.1|30.3|23.9|
339
+ |Llama 1|13B|18.9|66.1|52.6|62.3|10.9|46.9|37.0|33.9|
340
+ |Llama 1|33B|26.0|70.0|58.4|67.6|21.4|57.8|39.8|41.7|
341
+ |Llama 1|65B|30.7|70.7|60.5|68.6|30.8|63.4|43.5|47.6|
342
+ |Llama 2|7B|16.8|63.9|48.9|61.3|14.6|45.3|32.6|29.3|
343
+ |Llama 2|13B|24.5|66.9|55.4|65.8|28.7|54.8|39.4|39.1|
344
+ |Llama 2|70B|**37.5**|**71.9**|**63.6**|**69.4**|**35.2**|**68.9**|**51.2**|**54.2**|
345
+
346
+ **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.
347
+
348
+ |||TruthfulQA|Toxigen|
349
+ |---|---|---|---|
350
+ |Llama 1|7B|27.42|23.00|
351
+ |Llama 1|13B|41.74|23.08|
352
+ |Llama 1|33B|44.19|22.57|
353
+ |Llama 1|65B|48.71|21.77|
354
+ |Llama 2|7B|33.29|**21.25**|
355
+ |Llama 2|13B|41.86|26.10|
356
+ |Llama 2|70B|**50.18**|24.60|
357
+
358
+ **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).
359
+
360
+
361
+ |||TruthfulQA|Toxigen|
362
+ |---|---|---|---|
363
+ |Llama-2-Chat|7B|57.04|**0.00**|
364
+ |Llama-2-Chat|13B|62.18|**0.00**|
365
+ |Llama-2-Chat|70B|**64.14**|0.01|
366
+
367
+ **Evaluation of fine-tuned LLMs on different safety datasets.** Same metric definitions as above.
368
+
369
+ ## Ethical Considerations and Limitations
370
+ Llama 2 is a new technology that carries risks with use. Testing conducted to date has been in English, and has not covered, nor could it cover all scenarios. 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.
371
+
372
+ Please see the Responsible Use Guide available at [https://ai.meta.com/llama/responsible-use-guide/](https://ai.meta.com/llama/responsible-use-guide)
373
+
374
+ ## Reporting Issues
375
+ Please report any software “bug,” or other problems with the models through one of the following means:
376
+ - Reporting issues with the model: [github.com/facebookresearch/llama](http://github.com/facebookresearch/llama)
377
+ - Reporting problematic content generated by the model: [developers.facebook.com/llama_output_feedback](http://developers.facebook.com/llama_output_feedback)
378
+ - Reporting bugs and security concerns: [facebook.com/whitehat/info](http://facebook.com/whitehat/info)
379
+
380
+ ## Llama Model Index
381
+ |Model|Llama2|Llama2-hf|Llama2-chat|Llama2-chat-hf|
382
+ |---|---|---|---|---|
383
+ |7B| [Link](https://huggingface.co/llamaste/Llama-2-7b) | [Link](https://huggingface.co/llamaste/Llama-2-7b-hf) | [Link](https://huggingface.co/llamaste/Llama-2-7b-chat) | [Link](https://huggingface.co/llamaste/Llama-2-7b-chat-hf)|
384
+ |13B| [Link](https://huggingface.co/llamaste/Llama-2-13b) | [Link](https://huggingface.co/llamaste/Llama-2-13b-hf) | [Link](https://huggingface.co/llamaste/Llama-2-13b-chat) | [Link](https://huggingface.co/llamaste/Llama-2-13b-hf)|
385
+ |70B| [Link](https://huggingface.co/llamaste/Llama-2-70b) | [Link](https://huggingface.co/llamaste/Llama-2-70b-hf) | [Link](https://huggingface.co/llamaste/Llama-2-70b-chat) | [Link](https://huggingface.co/llamaste/Llama-2-70b-hf)|