TheBloke commited on
Commit
86102a6
1 Parent(s): cda1ffa

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +373 -0
README.md ADDED
@@ -0,0 +1,373 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: https://huggingface.co/Riiid/sheep-duck-llama-2
3
+ inference: false
4
+ language:
5
+ - en
6
+ library_name: transformers
7
+ license: llama2
8
+ model_creator: Riiid
9
+ model_name: Sheep Duck Llama 2
10
+ model_type: llama
11
+ pipeline_tag: text-generation
12
+ quantized_by: TheBloke
13
+ tags:
14
+ - Riiid
15
+ - llama-2
16
+ thumbnail: https://cdn-uploads.huggingface.co/production/uploads/62fb1ef7e8c9c532aa7d19e4/NswB5XPkkOljeRh1xbMmR.png
17
+ ---
18
+
19
+ <!-- header start -->
20
+ <!-- 200823 -->
21
+ <div style="width: auto; margin-left: auto; margin-right: auto">
22
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
23
+ </div>
24
+ <div style="display: flex; justify-content: space-between; width: 100%;">
25
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
26
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
27
+ </div>
28
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
29
+ <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>
30
+ </div>
31
+ </div>
32
+ <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>
33
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
34
+ <!-- header end -->
35
+
36
+ # Sheep Duck Llama 2 - GPTQ
37
+ - Model creator: [Riiid](https://huggingface.co/Riiid)
38
+ - Original model: [Sheep Duck Llama 2](https://huggingface.co/Riiid/sheep-duck-llama-2)
39
+
40
+ <!-- description start -->
41
+ ## Description
42
+
43
+ This repo contains GPTQ model files for [Riiid's Sheep Duck Llama 2](https://huggingface.co/Riiid/sheep-duck-llama-2).
44
+
45
+ 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.
46
+
47
+ <!-- description end -->
48
+ <!-- repositories-available start -->
49
+ ## Repositories available
50
+
51
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Sheep-Duck-Llama-2-70B-GPTQ)
52
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/Sheep-Duck-Llama-2-70B-GGUF)
53
+ * [Riiid's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/Riiid/sheep-duck-llama-2)
54
+ <!-- repositories-available end -->
55
+
56
+ <!-- prompt-template start -->
57
+ ## Prompt template: Orca-Hashes
58
+
59
+ ```
60
+ ### System:
61
+ {system_message}
62
+
63
+ ### User:
64
+ {prompt}
65
+
66
+ ### Assistant:
67
+
68
+ ```
69
+
70
+ <!-- prompt-template end -->
71
+ <!-- licensing start -->
72
+ ## Licensing
73
+
74
+ The creator of the source model has listed its license as `llama2`, and this quantization has therefore used that same license.
75
+
76
+ As this model is based on Llama 2, it is also subject to the Meta Llama 2 license terms, and the license files for that are additionally included. It should therefore be considered as being claimed to be licensed under both licenses. I contacted Hugging Face for clarification on dual licensing but they do not yet have an official position. Should this change, or should Meta provide any feedback on this situation, I will update this section accordingly.
77
+
78
+ In the meantime, any questions regarding licensing, and in particular how these two licenses might interact, should be directed to the original model repository: [Riiid's Sheep Duck Llama 2](https://huggingface.co/Riiid/sheep-duck-llama-2).
79
+ <!-- licensing end -->
80
+ <!-- README_GPTQ.md-provided-files start -->
81
+ ## Provided files and GPTQ parameters
82
+
83
+ Multiple quantisation parameters are provided, to allow you to choose the best one for your hardware and requirements.
84
+
85
+ Each separate quant is in a different branch. See below for instructions on fetching from different branches.
86
+
87
+ All recent GPTQ files are made with AutoGPTQ, and all files in non-main branches are made with AutoGPTQ. Files in the `main` branch which were uploaded before August 2023 were made with GPTQ-for-LLaMa.
88
+
89
+ <details>
90
+ <summary>Explanation of GPTQ parameters</summary>
91
+
92
+ - Bits: The bit size of the quantised model.
93
+ - GS: GPTQ group size. Higher numbers use less VRAM, but have lower quantisation accuracy. "None" is the lowest possible value.
94
+ - 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.
95
+ - Damp %: A GPTQ parameter that affects how samples are processed for quantisation. 0.01 is default, but 0.1 results in slightly better accuracy.
96
+ - 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).
97
+ - 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.
98
+ - ExLlama Compatibility: Whether this file can be loaded with ExLlama, which currently only supports Llama models in 4-bit.
99
+
100
+ </details>
101
+
102
+ | Branch | Bits | GS | Act Order | Damp % | GPTQ Dataset | Seq Len | Size | ExLlama | Desc |
103
+ | ------ | ---- | -- | --------- | ------ | ------------ | ------- | ---- | ------- | ---- |
104
+ | [main](https://huggingface.co/TheBloke/Sheep-Duck-Llama-2-70B-GPTQ/tree/main) | 4 | None | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 4096 | 35.33 GB | Yes | 4-bit, with Act Order. No group size, to lower VRAM requirements. |
105
+ | [gptq-4bit-32g-actorder_True](https://huggingface.co/TheBloke/Sheep-Duck-Llama-2-70B-GPTQ/tree/gptq-4bit-32g-actorder_True) | 4 | 32 | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 4096 | 40.66 GB | Yes | 4-bit, with Act Order and group size 32g. Gives highest possible inference quality, with maximum VRAM usage. |
106
+ | [gptq-4bit-64g-actorder_True](https://huggingface.co/TheBloke/Sheep-Duck-Llama-2-70B-GPTQ/tree/gptq-4bit-64g-actorder_True) | 4 | 64 | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 4096 | 37.99 GB | Yes | 4-bit, with Act Order and group size 64g. Uses less VRAM than 32g, but with slightly lower accuracy. |
107
+ | [gptq-4bit-128g-actorder_True](https://huggingface.co/TheBloke/Sheep-Duck-Llama-2-70B-GPTQ/tree/gptq-4bit-128g-actorder_True) | 4 | 128 | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 4096 | 36.65 GB | Yes | 4-bit, with Act Order and group size 128g. Uses even less VRAM than 64g, but with slightly lower accuracy. |
108
+ | [gptq-3bit--1g-actorder_True](https://huggingface.co/TheBloke/Sheep-Duck-Llama-2-70B-GPTQ/tree/gptq-3bit--1g-actorder_True) | 3 | None | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 4096 | 26.77 GB | No | 3-bit, with Act Order and no group size. Lowest possible VRAM requirements. May be lower quality than 3-bit 128g. |
109
+ | [gptq-3bit-128g-actorder_True](https://huggingface.co/TheBloke/Sheep-Duck-Llama-2-70B-GPTQ/tree/gptq-3bit-128g-actorder_True) | 3 | 128 | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 4096 | 28.03 GB | No | 3-bit, with group size 128g and act-order. Higher quality than 128g-False. |
110
+
111
+ <!-- README_GPTQ.md-provided-files end -->
112
+
113
+ <!-- README_GPTQ.md-download-from-branches start -->
114
+ ## How to download from branches
115
+
116
+ - In text-generation-webui, you can add `:branch` to the end of the download name, eg `TheBloke/Sheep-Duck-Llama-2-70B-GPTQ:main`
117
+ - With Git, you can clone a branch with:
118
+ ```
119
+ git clone --single-branch --branch main https://huggingface.co/TheBloke/Sheep-Duck-Llama-2-70B-GPTQ
120
+ ```
121
+ - In Python Transformers code, the branch is the `revision` parameter; see below.
122
+ <!-- README_GPTQ.md-download-from-branches end -->
123
+ <!-- README_GPTQ.md-text-generation-webui start -->
124
+ ## How to easily download and use this model in [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
125
+
126
+ Please make sure you're using the latest version of [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
127
+
128
+ 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.
129
+
130
+ 1. Click the **Model tab**.
131
+ 2. Under **Download custom model or LoRA**, enter `TheBloke/Sheep-Duck-Llama-2-70B-GPTQ`.
132
+ - To download from a specific branch, enter for example `TheBloke/Sheep-Duck-Llama-2-70B-GPTQ:main`
133
+ - see Provided Files above for the list of branches for each option.
134
+ 3. Click **Download**.
135
+ 4. The model will start downloading. Once it's finished it will say "Done".
136
+ 5. In the top left, click the refresh icon next to **Model**.
137
+ 6. In the **Model** dropdown, choose the model you just downloaded: `Sheep-Duck-Llama-2-70B-GPTQ`
138
+ 7. The model will automatically load, and is now ready for use!
139
+ 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.
140
+ * Note that you do not need to and should not set manual GPTQ parameters any more. These are set automatically from the file `quantize_config.json`.
141
+ 9. Once you're ready, click the **Text Generation tab** and enter a prompt to get started!
142
+ <!-- README_GPTQ.md-text-generation-webui end -->
143
+
144
+ <!-- README_GPTQ.md-use-from-python start -->
145
+ ## How to use this GPTQ model from Python code
146
+
147
+ ### Install the necessary packages
148
+
149
+ Requires: Transformers 4.32.0 or later, Optimum 1.12.0 or later, and AutoGPTQ 0.4.2 or later.
150
+
151
+ ```shell
152
+ pip3 install transformers>=4.32.0 optimum>=1.12.0
153
+ pip3 install auto-gptq --extra-index-url https://huggingface.github.io/autogptq-index/whl/cu118/ # Use cu117 if on CUDA 11.7
154
+ ```
155
+
156
+ If you have problems installing AutoGPTQ using the pre-built wheels, install it from source instead:
157
+
158
+ ```shell
159
+ pip3 uninstall -y auto-gptq
160
+ git clone https://github.com/PanQiWei/AutoGPTQ
161
+ cd AutoGPTQ
162
+ pip3 install .
163
+ ```
164
+
165
+ ### For CodeLlama models only: you must use Transformers 4.33.0 or later.
166
+
167
+ If 4.33.0 is not yet released when you read this, you will need to install Transformers from source:
168
+ ```shell
169
+ pip3 uninstall -y transformers
170
+ pip3 install git+https://github.com/huggingface/transformers.git
171
+ ```
172
+
173
+ ### You can then use the following code
174
+
175
+ ```python
176
+ from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
177
+
178
+ model_name_or_path = "TheBloke/Sheep-Duck-Llama-2-70B-GPTQ"
179
+ # To use a different branch, change revision
180
+ # For example: revision="main"
181
+ model = AutoModelForCausalLM.from_pretrained(model_name_or_path,
182
+ device_map="auto",
183
+ trust_remote_code=False,
184
+ revision="main")
185
+
186
+ tokenizer = AutoTokenizer.from_pretrained(model_name_or_path, use_fast=True)
187
+
188
+ prompt = "Tell me about AI"
189
+ prompt_template=f'''### System:
190
+ {system_message}
191
+
192
+ ### User:
193
+ {prompt}
194
+
195
+ ### Assistant:
196
+
197
+ '''
198
+
199
+ print("\n\n*** Generate:")
200
+
201
+ input_ids = tokenizer(prompt_template, return_tensors='pt').input_ids.cuda()
202
+ output = model.generate(inputs=input_ids, temperature=0.7, do_sample=True, top_p=0.95, top_k=40, max_new_tokens=512)
203
+ print(tokenizer.decode(output[0]))
204
+
205
+ # Inference can also be done using transformers' pipeline
206
+
207
+ print("*** Pipeline:")
208
+ pipe = pipeline(
209
+ "text-generation",
210
+ model=model,
211
+ tokenizer=tokenizer,
212
+ max_new_tokens=512,
213
+ do_sample=True,
214
+ temperature=0.7,
215
+ top_p=0.95,
216
+ top_k=40,
217
+ repetition_penalty=1.1
218
+ )
219
+
220
+ print(pipe(prompt_template)[0]['generated_text'])
221
+ ```
222
+ <!-- README_GPTQ.md-use-from-python end -->
223
+
224
+ <!-- README_GPTQ.md-compatibility start -->
225
+ ## Compatibility
226
+
227
+ 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).
228
+
229
+ [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.
230
+
231
+ [Huggingface Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference) is compatible with all GPTQ models.
232
+ <!-- README_GPTQ.md-compatibility end -->
233
+
234
+ <!-- footer start -->
235
+ <!-- 200823 -->
236
+ ## Discord
237
+
238
+ For further support, and discussions on these models and AI in general, join us at:
239
+
240
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
241
+
242
+ ## Thanks, and how to contribute
243
+
244
+ Thanks to the [chirper.ai](https://chirper.ai) team!
245
+
246
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
247
+
248
+ 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.
249
+
250
+ 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.
251
+
252
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
253
+
254
+ * Patreon: https://patreon.com/TheBlokeAI
255
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
256
+
257
+ **Special thanks to**: Aemon Algiz.
258
+
259
+ **Patreon special mentions**: Russ Johnson, J, alfie_i, Alex, NimbleBox.ai, Chadd, Mandus, Nikolai Manek, Ken Nordquist, ya boyyy, Illia Dulskyi, Viktor Bowallius, vamX, Iucharbius, zynix, Magnesian, Clay Pascal, Pierre Kircher, Enrico Ros, Tony Hughes, Elle, Andrey, knownsqashed, Deep Realms, Jerry Meng, Lone Striker, Derek Yates, Pyrater, Mesiah Bishop, James Bentley, Femi Adebogun, Brandon Frisco, SuperWojo, Alps Aficionado, Michael Dempsey, Vitor Caleffi, Will Dee, Edmond Seymore, usrbinkat, LangChain4j, Kacper Wikieł, Luke Pendergrass, John Detwiler, theTransient, Nathan LeClaire, Tiffany J. Kim, biorpg, Eugene Pentland, Stanislav Ovsiannikov, Fred von Graf, terasurfer, Kalila, Dan Guido, Nitin Borwankar, 阿明, Ai Maven, John Villwock, Gabriel Puliatti, Stephen Murray, Asp the Wyvern, danny, Chris Smitley, ReadyPlayerEmma, S_X, Daniel P. Andersen, Olakabola, Jeffrey Morgan, Imad Khwaja, Caitlyn Gatomon, webtim, Alicia Loh, Trenton Dambrowitz, Swaroop Kallakuri, Erik Bjäreholt, Leonard Tan, Spiking Neurons AB, Luke @flexchar, Ajan Kanaga, Thomas Belote, Deo Leter, RoA, Willem Michiel, transmissions 11, subjectnull, Matthew Berman, Joseph William Delisle, David Ziegler, Michael Davis, Johann-Peter Hartmann, Talal Aujan, senxiiz, Artur Olbinski, Rainer Wilmers, Spencer Kim, Fen Risland, Cap'n Zoog, Rishabh Srivastava, Michael Levine, Geoffrey Montalvo, Sean Connelly, Alexandros Triantafyllidis, Pieter, Gabriel Tamborski, Sam, Subspace Studios, Junyu Yang, Pedro Madruga, Vadim, Cory Kujawski, K, Raven Klaugh, Randy H, Mano Prime, Sebastain Graf, Space Cruiser
260
+
261
+
262
+ Thank you to all my generous patrons and donaters!
263
+
264
+ And thank you again to a16z for their generous grant.
265
+
266
+ <!-- footer end -->
267
+
268
+ # Original model card: Riiid's Sheep Duck Llama 2
269
+
270
+
271
+ # sheep-duck-llama-2
272
+
273
+ <img src = "https://cdn-uploads.huggingface.co/production/uploads/62fb1ef7e8c9c532aa7d19e4/NswB5XPkkOljeRh1xbMmR.png" width="30%" height="30%">
274
+
275
+ This is a finetuned model from llama-2-70b.
276
+
277
+ ## Model Details
278
+
279
+ * **Developed by**: [Riiid](https://riiid.com/)
280
+ * **Backbone Model**: [LLaMA-2](https://github.com/facebookresearch/llama/tree/main)
281
+ * **Library**: [HuggingFace Transformers](https://github.com/huggingface/transformers)
282
+
283
+
284
+ ## Dataset Details
285
+
286
+ ### Used Datasets
287
+ - Orca-style dataset
288
+ - Alpaca-style dataset
289
+
290
+ ### Prompt Template
291
+ ```
292
+ ### System:
293
+ {System}
294
+
295
+ ### User:
296
+ {User}
297
+
298
+ ### Assistant:
299
+ {Assistant}
300
+ ```
301
+
302
+ ## Evaluation
303
+
304
+ | Metric | Value |
305
+ |-----------------------|-------|
306
+ | ARC (25-shot) | 72.44 |
307
+ | HellaSwag (10-shot) | 87.79 |
308
+ | MMLU (5-shot) | 70.74 |
309
+ | TruthfulQA (0-shot) | 63.71 |
310
+ | Avg. | 73.67 |
311
+
312
+
313
+ ## Limitations & Biases:
314
+
315
+ Llama2 and fine-tuned variants are 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 and any fine-tuned varient'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 variants, developers should perform safety testing and tuning tailored to their specific applications of the model.
316
+
317
+ Please see the Responsible Use Guide available at https://ai.meta.com/llama/responsible-use-guide/
318
+
319
+ ## License Disclaimer:
320
+ This model is bound by the license & usage restrictions of the original Llama-2 model. And comes with no warranty or gurantees of any kind.
321
+
322
+ ## Contact Us
323
+
324
+ - [Riiid](https://riiid.com/)
325
+
326
+ ## Citiation:
327
+
328
+ Please kindly cite using the following BibTeX:
329
+
330
+ ```bibtex
331
+ @article{platypus2023,
332
+ title={Platypus: Quick, Cheap, and Powerful Refinement of LLMs},
333
+ author={Ariel N. Lee and Cole J. Hunter and Nataniel Ruiz},
334
+ booktitle={arXiv preprint arxiv:2308.07317},
335
+ year={2023}
336
+ }
337
+ ```
338
+
339
+ ```
340
+ @misc{mukherjee2023orca,
341
+ title={Orca: Progressive Learning from Complex Explanation Traces of GPT-4},
342
+ author={Subhabrata Mukherjee and Arindam Mitra and Ganesh Jawahar and Sahaj Agarwal and Hamid Palangi and Ahmed Awadallah},
343
+ year={2023},
344
+ eprint={2306.02707},
345
+ archivePrefix={arXiv},
346
+ primaryClass={cs.CL}
347
+ }
348
+ ```
349
+
350
+ ```
351
+ @misc{Orca-best,
352
+ title = {Orca-best: A filtered version of orca gpt4 dataset.},
353
+ author = {Shahul Es},
354
+ year = {2023},
355
+ publisher = {HuggingFace},
356
+ journal = {HuggingFace repository},
357
+ howpublished = {\url{https://huggingface.co/datasets/shahules786/orca-best/},
358
+ }
359
+ ```
360
+
361
+ ```
362
+ @software{touvron2023llama2,
363
+ title={Llama 2: Open Foundation and Fine-Tuned Chat Models},
364
+ author={Hugo Touvron, Louis Martin, Kevin Stone, Peter Albert, Amjad Almahairi, Yasmine Babaei, Nikolay Bashlykov, Soumya Batra, Prajjwal Bhargava,
365
+ Shruti Bhosale, Dan Bikel, Lukas Blecher, Cristian Canton Ferrer, Moya Chen, Guillem Cucurull, David Esiobu, Jude Fernandes, Jeremy Fu, Wenyin Fu, Brian Fuller,
366
+ Cynthia Gao, Vedanuj Goswami, Naman Goyal, Anthony Hartshorn, Saghar Hosseini, Rui Hou, Hakan Inan, Marcin Kardas, Viktor Kerkez Madian Khabsa, Isabel Kloumann,
367
+ Artem Korenev, Punit Singh Koura, Marie-Anne Lachaux, Thibaut Lavril, Jenya Lee, Diana Liskovich, Yinghai Lu, Yuning Mao, Xavier Martinet, Todor Mihaylov,
368
+ Pushkar Mishra, Igor Molybog, Yixin Nie, Andrew Poulton, Jeremy Reizenstein, Rashi Rungta, Kalyan Saladi, Alan Schelten, Ruan Silva, Eric Michael Smith,
369
+ Ranjan Subramanian, Xiaoqing Ellen Tan, Binh Tang, Ross Taylor, Adina Williams, Jian Xiang Kuan, Puxin Xu , Zheng Yan, Iliyan Zarov, Yuchen Zhang, Angela Fan,
370
+ Melanie Kambadur, Sharan Narang, Aurelien Rodriguez, Robert Stojnic, Sergey Edunov, Thomas Scialom},
371
+ year={2023}
372
+ }
373
+ ```