TheBloke commited on
Commit
bb08e25
1 Parent(s): 48fa03a

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +449 -0
README.md ADDED
@@ -0,0 +1,449 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: meta-math/MetaMath-Mistral-7B
3
+ datasets:
4
+ - meta-math/MetaMathQA
5
+ inference: false
6
+ license: apache-2.0
7
+ model_creator: MetaMath
8
+ model_name: Metamath Mistral 7B
9
+ model_type: mistral
10
+ prompt_template: 'Below is an instruction that describes a task. Write a response
11
+ that appropriately completes the request.
12
+
13
+
14
+ ### Instruction:
15
+
16
+ {prompt}
17
+
18
+
19
+ ### Response:
20
+
21
+ '
22
+ quantized_by: TheBloke
23
+ ---
24
+ <!-- markdownlint-disable MD041 -->
25
+
26
+ <!-- header start -->
27
+ <!-- 200823 -->
28
+ <div style="width: auto; margin-left: auto; margin-right: auto">
29
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
30
+ </div>
31
+ <div style="display: flex; justify-content: space-between; width: 100%;">
32
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
33
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
34
+ </div>
35
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
36
+ <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>
37
+ </div>
38
+ </div>
39
+ <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>
40
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
41
+ <!-- header end -->
42
+
43
+ # Metamath Mistral 7B - AWQ
44
+ - Model creator: [MetaMath](https://huggingface.co/meta-math)
45
+ - Original model: [Metamath Mistral 7B](https://huggingface.co/meta-math/MetaMath-Mistral-7B)
46
+
47
+ <!-- description start -->
48
+ ## Description
49
+
50
+ This repo contains AWQ model files for [MetaMath's Metamath Mistral 7B](https://huggingface.co/meta-math/MetaMath-Mistral-7B).
51
+
52
+ These files were quantised using hardware kindly provided by [Massed Compute](https://massedcompute.com/).
53
+
54
+
55
+ ### About AWQ
56
+
57
+ AWQ is an efficient, accurate and blazing-fast low-bit weight quantization method, currently supporting 4-bit quantization. Compared to GPTQ, it offers faster Transformers-based inference with equivalent or better quality compared to the most commonly used GPTQ settings.
58
+
59
+ It is supported by:
60
+
61
+ - [Text Generation Webui](https://github.com/oobabooga/text-generation-webui) - using Loader: AutoAWQ
62
+ - [vLLM](https://github.com/vllm-project/vllm) - Llama and Mistral models only
63
+ - [Hugging Face Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference)
64
+ - [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) - for use from Python code
65
+
66
+ <!-- description end -->
67
+ <!-- repositories-available start -->
68
+ ## Repositories available
69
+
70
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/MetaMath-Mistral-7B-AWQ)
71
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/MetaMath-Mistral-7B-GPTQ)
72
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/MetaMath-Mistral-7B-GGUF)
73
+ * [MetaMath's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/meta-math/MetaMath-Mistral-7B)
74
+ <!-- repositories-available end -->
75
+
76
+ <!-- prompt-template start -->
77
+ ## Prompt template: Alpaca
78
+
79
+ ```
80
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
81
+
82
+ ### Instruction:
83
+ {prompt}
84
+
85
+ ### Response:
86
+
87
+ ```
88
+
89
+ <!-- prompt-template end -->
90
+
91
+
92
+ <!-- README_AWQ.md-provided-files start -->
93
+ ## Provided files, and AWQ parameters
94
+
95
+ For my first release of AWQ models, I am releasing 128g models only. I will consider adding 32g as well if there is interest, and once I have done perplexity and evaluation comparisons, but at this time 32g models are still not fully tested with AutoAWQ and vLLM.
96
+
97
+ Models are released as sharded safetensors files.
98
+
99
+ | Branch | Bits | GS | AWQ Dataset | Seq Len | Size |
100
+ | ------ | ---- | -- | ----------- | ------- | ---- |
101
+ | [main](https://huggingface.co/TheBloke/MetaMath-Mistral-7B-AWQ/tree/main) | 4 | 128 | [CamelAI Math](https://huggingface.co/datasets/andersonbcdefg/math) | 4096 | 4.15 GB
102
+
103
+ <!-- README_AWQ.md-provided-files end -->
104
+
105
+ <!-- README_AWQ.md-text-generation-webui start -->
106
+ ## How to easily download and use this model in [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
107
+
108
+ Please make sure you're using the latest version of [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
109
+
110
+ 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.
111
+
112
+ 1. Click the **Model tab**.
113
+ 2. Under **Download custom model or LoRA**, enter `TheBloke/MetaMath-Mistral-7B-AWQ`.
114
+ 3. Click **Download**.
115
+ 4. The model will start downloading. Once it's finished it will say "Done".
116
+ 5. In the top left, click the refresh icon next to **Model**.
117
+ 6. In the **Model** dropdown, choose the model you just downloaded: `MetaMath-Mistral-7B-AWQ`
118
+ 7. Select **Loader: AutoAWQ**.
119
+ 8. Click Load, and the model will load and is now ready for use.
120
+ 9. 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.
121
+ 10. Once you're ready, click the **Text Generation** tab and enter a prompt to get started!
122
+ <!-- README_AWQ.md-text-generation-webui end -->
123
+
124
+ <!-- README_AWQ.md-use-from-vllm start -->
125
+ ## Multi-user inference server: vLLM
126
+
127
+ Documentation on installing and using vLLM [can be found here](https://vllm.readthedocs.io/en/latest/).
128
+
129
+ - Please ensure you are using vLLM version 0.2 or later.
130
+ - When using vLLM as a server, pass the `--quantization awq` parameter.
131
+
132
+ For example:
133
+
134
+ ```shell
135
+ python3 python -m vllm.entrypoints.api_server --model TheBloke/MetaMath-Mistral-7B-AWQ --quantization awq
136
+ ```
137
+
138
+ - When using vLLM from Python code, again set `quantization=awq`.
139
+
140
+ For example:
141
+
142
+ ```python
143
+ from vllm import LLM, SamplingParams
144
+
145
+ prompts = [
146
+ "Tell me about AI",
147
+ "Write a story about llamas",
148
+ "What is 291 - 150?",
149
+ "How much wood would a woodchuck chuck if a woodchuck could chuck wood?",
150
+ ]
151
+ prompt_template=f'''Below is an instruction that describes a task. Write a response that appropriately completes the request.
152
+
153
+ ### Instruction:
154
+ {prompt}
155
+
156
+ ### Response:
157
+ '''
158
+
159
+ prompts = [prompt_template.format(prompt=prompt) for prompt in prompts]
160
+
161
+ sampling_params = SamplingParams(temperature=0.8, top_p=0.95)
162
+
163
+ llm = LLM(model="TheBloke/MetaMath-Mistral-7B-AWQ", quantization="awq", dtype="auto")
164
+
165
+ outputs = llm.generate(prompts, sampling_params)
166
+
167
+ # Print the outputs.
168
+ for output in outputs:
169
+ prompt = output.prompt
170
+ generated_text = output.outputs[0].text
171
+ print(f"Prompt: {prompt!r}, Generated text: {generated_text!r}")
172
+ ```
173
+ <!-- README_AWQ.md-use-from-vllm start -->
174
+
175
+ <!-- README_AWQ.md-use-from-tgi start -->
176
+ ## Multi-user inference server: Hugging Face Text Generation Inference (TGI)
177
+
178
+ Use TGI version 1.1.0 or later. The official Docker container is: `ghcr.io/huggingface/text-generation-inference:1.1.0`
179
+
180
+ Example Docker parameters:
181
+
182
+ ```shell
183
+ --model-id TheBloke/MetaMath-Mistral-7B-AWQ --port 3000 --quantize awq --max-input-length 3696 --max-total-tokens 4096 --max-batch-prefill-tokens 4096
184
+ ```
185
+
186
+ Example Python code for interfacing with TGI (requires [huggingface-hub](https://github.com/huggingface/huggingface_hub) 0.17.0 or later):
187
+
188
+ ```shell
189
+ pip3 install huggingface-hub
190
+ ```
191
+
192
+ ```python
193
+ from huggingface_hub import InferenceClient
194
+
195
+ endpoint_url = "https://your-endpoint-url-here"
196
+
197
+ prompt = "Tell me about AI"
198
+ prompt_template=f'''Below is an instruction that describes a task. Write a response that appropriately completes the request.
199
+
200
+ ### Instruction:
201
+ {prompt}
202
+
203
+ ### Response:
204
+ '''
205
+
206
+ client = InferenceClient(endpoint_url)
207
+ response = client.text_generation(prompt,
208
+ max_new_tokens=128,
209
+ do_sample=True,
210
+ temperature=0.7,
211
+ top_p=0.95,
212
+ top_k=40,
213
+ repetition_penalty=1.1)
214
+
215
+ print(f"Model output: ", response)
216
+ ```
217
+ <!-- README_AWQ.md-use-from-tgi end -->
218
+
219
+ <!-- README_AWQ.md-use-from-python start -->
220
+ ## Inference from Python code using AutoAWQ
221
+
222
+ ### Install the AutoAWQ package
223
+
224
+ Requires: [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) 0.1.1 or later.
225
+
226
+ ```shell
227
+ pip3 install autoawq
228
+ ```
229
+
230
+ If you have problems installing [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) using the pre-built wheels, install it from source instead:
231
+
232
+ ```shell
233
+ pip3 uninstall -y autoawq
234
+ git clone https://github.com/casper-hansen/AutoAWQ
235
+ cd AutoAWQ
236
+ pip3 install .
237
+ ```
238
+
239
+ ### AutoAWQ example code
240
+
241
+ ```python
242
+ from awq import AutoAWQForCausalLM
243
+ from transformers import AutoTokenizer
244
+
245
+ model_name_or_path = "TheBloke/MetaMath-Mistral-7B-AWQ"
246
+
247
+ # Load tokenizer
248
+ tokenizer = AutoTokenizer.from_pretrained(model_name_or_path, trust_remote_code=False)
249
+ # Load model
250
+ model = AutoAWQForCausalLM.from_quantized(model_name_or_path, fuse_layers=True,
251
+ trust_remote_code=False, safetensors=True)
252
+
253
+ prompt = "Tell me about AI"
254
+ prompt_template=f'''Below is an instruction that describes a task. Write a response that appropriately completes the request.
255
+
256
+ ### Instruction:
257
+ {prompt}
258
+
259
+ ### Response:
260
+ '''
261
+
262
+ print("*** Running model.generate:")
263
+
264
+ token_input = tokenizer(
265
+ prompt_template,
266
+ return_tensors='pt'
267
+ ).input_ids.cuda()
268
+
269
+ # Generate output
270
+ generation_output = model.generate(
271
+ token_input,
272
+ do_sample=True,
273
+ temperature=0.7,
274
+ top_p=0.95,
275
+ top_k=40,
276
+ max_new_tokens=512
277
+ )
278
+
279
+ # Get the tokens from the output, decode them, print them
280
+ token_output = generation_output[0]
281
+ text_output = tokenizer.decode(token_output)
282
+ print("LLM output: ", text_output)
283
+
284
+ """
285
+ # Inference should be possible with transformers pipeline as well in future
286
+ # But currently this is not yet supported by AutoAWQ (correct as of September 25th 2023)
287
+ from transformers import pipeline
288
+
289
+ print("*** Pipeline:")
290
+ pipe = pipeline(
291
+ "text-generation",
292
+ model=model,
293
+ tokenizer=tokenizer,
294
+ max_new_tokens=512,
295
+ do_sample=True,
296
+ temperature=0.7,
297
+ top_p=0.95,
298
+ top_k=40,
299
+ repetition_penalty=1.1
300
+ )
301
+
302
+ print(pipe(prompt_template)[0]['generated_text'])
303
+ """
304
+ ```
305
+ <!-- README_AWQ.md-use-from-python end -->
306
+
307
+ <!-- README_AWQ.md-compatibility start -->
308
+ ## Compatibility
309
+
310
+ The files provided are tested to work with:
311
+
312
+ - [text-generation-webui](https://github.com/oobabooga/text-generation-webui) using `Loader: AutoAWQ`.
313
+ - [vLLM](https://github.com/vllm-project/vllm) version 0.2.0 and later.
314
+ - [Hugging Face Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference) version 1.1.0 and later.
315
+ - [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) version 0.1.1 and later.
316
+
317
+ <!-- README_AWQ.md-compatibility end -->
318
+
319
+ <!-- footer start -->
320
+ <!-- 200823 -->
321
+ ## Discord
322
+
323
+ For further support, and discussions on these models and AI in general, join us at:
324
+
325
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
326
+
327
+ ## Thanks, and how to contribute
328
+
329
+ Thanks to the [chirper.ai](https://chirper.ai) team!
330
+
331
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
332
+
333
+ 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.
334
+
335
+ 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.
336
+
337
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
338
+
339
+ * Patreon: https://patreon.com/TheBlokeAI
340
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
341
+
342
+ **Special thanks to**: Aemon Algiz.
343
+
344
+ **Patreon special mentions**: Brandon Frisco, LangChain4j, Spiking Neurons AB, transmissions 11, Joseph William Delisle, Nitin Borwankar, Willem Michiel, Michael Dempsey, vamX, Jeffrey Morgan, zynix, jjj, Omer Bin Jawed, Sean Connelly, jinyuan sun, Jeromy Smith, Shadi, Pawan Osman, Chadd, Elijah Stavena, Illia Dulskyi, Sebastain Graf, Stephen Murray, terasurfer, Edmond Seymore, Celu Ramasamy, Mandus, Alex, biorpg, Ajan Kanaga, Clay Pascal, Raven Klaugh, 阿明, K, ya boyyy, usrbinkat, Alicia Loh, John Villwock, ReadyPlayerEmma, Chris Smitley, Cap'n Zoog, fincy, GodLy, S_X, sidney chen, Cory Kujawski, OG, Mano Prime, AzureBlack, Pieter, Kalila, Spencer Kim, Tom X Nguyen, Stanislav Ovsiannikov, Michael Levine, Andrey, Trailburnt, Vadim, Enrico Ros, Talal Aujan, Brandon Phillips, Jack West, Eugene Pentland, Michael Davis, Will Dee, webtim, Jonathan Leane, Alps Aficionado, Rooh Singh, Tiffany J. Kim, theTransient, Luke @flexchar, Elle, Caitlyn Gatomon, Ari Malik, subjectnull, Johann-Peter Hartmann, Trenton Dambrowitz, Imad Khwaja, Asp the Wyvern, Emad Mostaque, Rainer Wilmers, Alexandros Triantafyllidis, Nicholas, Pedro Madruga, SuperWojo, Harry Royden McLaughlin, James Bentley, Olakabola, David Ziegler, Ai Maven, Jeff Scroggin, Nikolai Manek, Deo Leter, Matthew Berman, Fen Risland, Ken Nordquist, Manuel Alberto Morcote, Luke Pendergrass, TL, Fred von Graf, Randy H, Dan Guido, NimbleBox.ai, Vitor Caleffi, Gabriel Tamborski, knownsqashed, Lone Striker, Erik Bjäreholt, John Detwiler, Leonard Tan, Iucharbius
345
+
346
+
347
+ Thank you to all my generous patrons and donaters!
348
+
349
+ And thank you again to a16z for their generous grant.
350
+
351
+ <!-- footer end -->
352
+
353
+ # Original model card: MetaMath's Metamath Mistral 7B
354
+
355
+ see our paper in https://arxiv.org/abs/2309.12284
356
+
357
+ View the project page:
358
+ https://meta-math.github.io/
359
+
360
+ ## Model Details
361
+
362
+ MetaMath-Mistral-7B is fully fine-tuned on the MetaMathQA datasets and based on the powerful Mistral-7B model. It is glad to see using MetaMathQA datasets and change the base model from llama-2-7B to Mistral-7b can boost the GSM8K performance from 66.5 to **77.7**.
363
+
364
+ To fine-tune Mistral-7B, I would suggest using a smaller learning rate (usually 1/5 to 1/10 of the lr for LlaMa-2-7B) and staying other training args unchanged.
365
+ More training details and scripts can be seen at https://github.com/meta-math/MetaMath
366
+
367
+ ## Installation
368
+
369
+ ```
370
+ pip install transformers==4.35.0
371
+ pip instal torch==2.0.1
372
+ pip instal sentencepiece==0.1.99
373
+ pip instal tokenizers==0.13.3
374
+ pip instal accelerate==0.21.0
375
+ pip instal bitsandbytes==0.40.0
376
+ pip instal vllm
377
+ pip instal fraction
378
+ pip install protobuf
379
+ ```
380
+
381
+ ## Model Usage
382
+
383
+ prompting template:
384
+
385
+ '''
386
+
387
+ "Below is an instruction that describes a task. "
388
+ "Write a response that appropriately completes the request.\n\n"
389
+ "### Instruction:\n{instruction}\n\n### Response: Let's think step by step."
390
+
391
+ '''
392
+
393
+ where you need to use your query question to replace the {instruction}
394
+
395
+ There is another interesting repo about Arithmo-Mistral-7B in https://huggingface.co/akjindal53244/Arithmo-Mistral-7B, where they combine our MetaMathQA dataset and MathInstruct datasets to train a powerful model. Thanks agian for their contributions.
396
+ We would also try to train the combination of **MetaMathQA** and **MathInstruct** datasets, and also open all the results and training details.
397
+
398
+ ## Experiments
399
+
400
+ | Model | GSM8k Pass@1 | MATH Pass@1 |
401
+ |---------------------|--------------|-------------|
402
+ | MPT-7B | 6.8 | 3.0 |
403
+ | Falcon-7B | 6.8 | 2.3 |
404
+ | LLaMA-1-7B | 11.0 | 2.9 |
405
+ | LLaMA-2-7B | 14.6 | 2.5 |
406
+ | MPT-30B | 15.2 | 3.1 |
407
+ | LLaMA-1-13B | 17.8 | 3.9 |
408
+ | GPT-Neo-2.7B | 19.5 | -- |
409
+ | Falcon-40B | 19.6 | 2.5 |
410
+ | Baichuan-chat-13B | 23.9 | -- |
411
+ | Vicuna-v1.3-13B | 27.6 | -- |
412
+ | LLaMA-2-13B | 28.7 | 3.9 |
413
+ | InternLM-7B | 31.2 | -- |
414
+ | ChatGLM-2-6B | 32.4 | -- |
415
+ | GPT-J-6B | 34.9 | -- |
416
+ | LLaMA-1-33B | 35.6 | 3.9 |
417
+ | LLaMA-2-34B | 42.2 | 6.24 |
418
+ | RFT-7B | 50.3 | -- |
419
+ | LLaMA-1-65B | 50.9 | 10.6 |
420
+ | Qwen-7B | 51.6 | -- |
421
+ | WizardMath-7B | 54.9 | 10.7 |
422
+ | LLaMA-2-70B | 56.8 | 13.5 |
423
+ | WizardMath-13B | 63.9 | 14.0 |
424
+ | MAmmoTH-7B (COT) | 50.5 | 10.4 |
425
+ | MAmmoTH-7B (POT+COT)| 53.6 | 31.5 |
426
+ | Arithmo-Mistral-7B | 74.7 | 25.3 |
427
+ | MetaMath-7B | 66.5 | 19.8 |
428
+ | MetaMath-13B | 72.3 | 22.4 |
429
+ | 🔥 **MetaMath-Mistral-7B** | **77.7** | **28.2** |
430
+
431
+ ## Citation
432
+
433
+ ```bibtex
434
+ @article{yu2023metamath,
435
+ title={MetaMath: Bootstrap Your Own Mathematical Questions for Large Language Models},
436
+ author={Yu, Longhui and Jiang, Weisen and Shi, Han and Yu, Jincheng and Liu, Zhengying and Zhang, Yu and Kwok, James T and Li, Zhenguo and Weller, Adrian and Liu, Weiyang},
437
+ journal={arXiv preprint arXiv:2309.12284},
438
+ year={2023}
439
+ }
440
+ ```
441
+
442
+ ```bibtex
443
+ @article{jiang2023mistral,
444
+ title={Mistral 7B},
445
+ author={Jiang, Albert Q and Sablayrolles, Alexandre and Mensch, Arthur and Bamford, Chris and Chaplot, Devendra Singh and Casas, Diego de las and Bressand, Florian and Lengyel, Gianna and Lample, Guillaume and Saulnier, Lucile and others},
446
+ journal={arXiv preprint arXiv:2310.06825},
447
+ year={2023}
448
+ }
449
+ ```