TheBloke commited on
Commit
7363169
1 Parent(s): 82c537f

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +455 -0
README.md ADDED
@@ -0,0 +1,455 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Arc53/docsgpt-7b-mistral
3
+ inference: false
4
+ license: apache-2.0
5
+ model_creator: Arc53
6
+ model_name: DocsGPT 7B Mistral
7
+ model_type: mistral
8
+ prompt_template: '### Instruction
9
+
10
+ {prompt}
11
+
12
+ ### Context
13
+
14
+ {{context}}
15
+
16
+ ### Answer
17
+
18
+ '
19
+ quantized_by: TheBloke
20
+ tags:
21
+ - rag
22
+ - closed-qa
23
+ - context
24
+ - mistral
25
+ ---
26
+ <!-- markdownlint-disable MD041 -->
27
+
28
+ <!-- header start -->
29
+ <!-- 200823 -->
30
+ <div style="width: auto; margin-left: auto; margin-right: auto">
31
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
32
+ </div>
33
+ <div style="display: flex; justify-content: space-between; width: 100%;">
34
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
35
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
36
+ </div>
37
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
38
+ <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>
39
+ </div>
40
+ </div>
41
+ <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>
42
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
43
+ <!-- header end -->
44
+
45
+ # DocsGPT 7B Mistral - AWQ
46
+ - Model creator: [Arc53](https://huggingface.co/Arc53)
47
+ - Original model: [DocsGPT 7B Mistral](https://huggingface.co/Arc53/docsgpt-7b-mistral)
48
+
49
+ <!-- description start -->
50
+ ## Description
51
+
52
+ This repo contains AWQ model files for [Arc53's DocsGPT 7B Mistral](https://huggingface.co/Arc53/docsgpt-7b-mistral).
53
+
54
+ These files were quantised using hardware kindly provided by [Massed Compute](https://massedcompute.com/).
55
+
56
+
57
+ ### About AWQ
58
+
59
+ 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.
60
+
61
+ AWQ models are currently supported on Linux and Windows, with NVidia GPUs only. macOS users: please use GGUF models instead.
62
+
63
+ It is supported by:
64
+
65
+ - [Text Generation Webui](https://github.com/oobabooga/text-generation-webui) - using Loader: AutoAWQ
66
+ - [vLLM](https://github.com/vllm-project/vllm) - version 0.2.2 or later for support for all model types.
67
+ - [Hugging Face Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference)
68
+ - [Transformers](https://huggingface.co/docs/transformers) version 4.35.0 and later, from any code or client that supports Transformers
69
+ - [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) - for use from Python code
70
+
71
+ <!-- description end -->
72
+ <!-- repositories-available start -->
73
+ ## Repositories available
74
+
75
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/docsgpt-7B-mistral-AWQ)
76
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/docsgpt-7B-mistral-GPTQ)
77
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/docsgpt-7B-mistral-GGUF)
78
+ * [Arc53's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/Arc53/docsgpt-7b-mistral)
79
+ <!-- repositories-available end -->
80
+
81
+ <!-- prompt-template start -->
82
+ ## Prompt template: DocsGPT
83
+
84
+ ```
85
+ ### Instruction
86
+ {prompt}
87
+ ### Context
88
+ {{context}}
89
+ ### Answer
90
+
91
+ ```
92
+
93
+ <!-- prompt-template end -->
94
+
95
+
96
+ <!-- README_AWQ.md-provided-files start -->
97
+ ## Provided files, and AWQ parameters
98
+
99
+ I currently release 128g GEMM models only. The addition of group_size 32 models, and GEMV kernel models, is being actively considered.
100
+
101
+ Models are released as sharded safetensors files.
102
+
103
+ | Branch | Bits | GS | AWQ Dataset | Seq Len | Size |
104
+ | ------ | ---- | -- | ----------- | ------- | ---- |
105
+ | [main](https://huggingface.co/TheBloke/docsgpt-7B-mistral-AWQ/tree/main) | 4 | 128 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 4096 | 4.15 GB
106
+
107
+ <!-- README_AWQ.md-provided-files end -->
108
+
109
+ <!-- README_AWQ.md-text-generation-webui start -->
110
+ ## How to easily download and use this model in [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
111
+
112
+ Please make sure you're using the latest version of [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
113
+
114
+ 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.
115
+
116
+ 1. Click the **Model tab**.
117
+ 2. Under **Download custom model or LoRA**, enter `TheBloke/docsgpt-7B-mistral-AWQ`.
118
+ 3. Click **Download**.
119
+ 4. The model will start downloading. Once it's finished it will say "Done".
120
+ 5. In the top left, click the refresh icon next to **Model**.
121
+ 6. In the **Model** dropdown, choose the model you just downloaded: `docsgpt-7B-mistral-AWQ`
122
+ 7. Select **Loader: AutoAWQ**.
123
+ 8. Click Load, and the model will load and is now ready for use.
124
+ 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.
125
+ 10. Once you're ready, click the **Text Generation** tab and enter a prompt to get started!
126
+ <!-- README_AWQ.md-text-generation-webui end -->
127
+
128
+ <!-- README_AWQ.md-use-from-vllm start -->
129
+ ## Multi-user inference server: vLLM
130
+
131
+ Documentation on installing and using vLLM [can be found here](https://vllm.readthedocs.io/en/latest/).
132
+
133
+ - Please ensure you are using vLLM version 0.2 or later.
134
+ - When using vLLM as a server, pass the `--quantization awq` parameter.
135
+
136
+ For example:
137
+
138
+ ```shell
139
+ python3 -m vllm.entrypoints.api_server --model TheBloke/docsgpt-7B-mistral-AWQ --quantization awq --dtype auto
140
+ ```
141
+
142
+ - When using vLLM from Python code, again set `quantization=awq`.
143
+
144
+ For example:
145
+
146
+ ```python
147
+ from vllm import LLM, SamplingParams
148
+
149
+ prompts = [
150
+ "Tell me about AI",
151
+ "Write a story about llamas",
152
+ "What is 291 - 150?",
153
+ "How much wood would a woodchuck chuck if a woodchuck could chuck wood?",
154
+ ]
155
+ prompt_template=f'''### Instruction
156
+ {prompt}
157
+ ### Context
158
+ {{context}}
159
+ ### Answer
160
+ '''
161
+
162
+ prompts = [prompt_template.format(prompt=prompt) for prompt in prompts]
163
+
164
+ sampling_params = SamplingParams(temperature=0.8, top_p=0.95)
165
+
166
+ llm = LLM(model="TheBloke/docsgpt-7B-mistral-AWQ", quantization="awq", dtype="auto")
167
+
168
+ outputs = llm.generate(prompts, sampling_params)
169
+
170
+ # Print the outputs.
171
+ for output in outputs:
172
+ prompt = output.prompt
173
+ generated_text = output.outputs[0].text
174
+ print(f"Prompt: {prompt!r}, Generated text: {generated_text!r}")
175
+ ```
176
+ <!-- README_AWQ.md-use-from-vllm start -->
177
+
178
+ <!-- README_AWQ.md-use-from-tgi start -->
179
+ ## Multi-user inference server: Hugging Face Text Generation Inference (TGI)
180
+
181
+ Use TGI version 1.1.0 or later. The official Docker container is: `ghcr.io/huggingface/text-generation-inference:1.1.0`
182
+
183
+ Example Docker parameters:
184
+
185
+ ```shell
186
+ --model-id TheBloke/docsgpt-7B-mistral-AWQ --port 3000 --quantize awq --max-input-length 3696 --max-total-tokens 4096 --max-batch-prefill-tokens 4096
187
+ ```
188
+
189
+ Example Python code for interfacing with TGI (requires [huggingface-hub](https://github.com/huggingface/huggingface_hub) 0.17.0 or later):
190
+
191
+ ```shell
192
+ pip3 install huggingface-hub
193
+ ```
194
+
195
+ ```python
196
+ from huggingface_hub import InferenceClient
197
+
198
+ endpoint_url = "https://your-endpoint-url-here"
199
+
200
+ prompt = "Tell me about AI"
201
+ prompt_template=f'''### Instruction
202
+ {prompt}
203
+ ### Context
204
+ {{context}}
205
+ ### Answer
206
+ '''
207
+
208
+ client = InferenceClient(endpoint_url)
209
+ response = client.text_generation(prompt,
210
+ max_new_tokens=128,
211
+ do_sample=True,
212
+ temperature=0.7,
213
+ top_p=0.95,
214
+ top_k=40,
215
+ repetition_penalty=1.1)
216
+
217
+ print(f"Model output: ", response)
218
+ ```
219
+ <!-- README_AWQ.md-use-from-tgi end -->
220
+
221
+ <!-- README_AWQ.md-use-from-python start -->
222
+ ## Inference from Python code using Transformers
223
+
224
+ ### Install the necessary packages
225
+
226
+ - Requires: [Transformers](https://huggingface.co/docs/transformers) 4.35.0 or later.
227
+ - Requires: [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) 0.1.6 or later.
228
+
229
+ ```shell
230
+ pip3 install --upgrade "autoawq>=0.1.6" "transformers>=4.35.0"
231
+ ```
232
+
233
+ Note that if you are using PyTorch 2.0.1, the above AutoAWQ command will automatically upgrade you to PyTorch 2.1.0.
234
+
235
+ If you are using CUDA 11.8 and wish to continue using PyTorch 2.0.1, instead run this command:
236
+
237
+ ```shell
238
+ pip3 install https://github.com/casper-hansen/AutoAWQ/releases/download/v0.1.6/autoawq-0.1.6+cu118-cp310-cp310-linux_x86_64.whl
239
+ ```
240
+
241
+ If you have problems installing [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) using the pre-built wheels, install it from source instead:
242
+
243
+ ```shell
244
+ pip3 uninstall -y autoawq
245
+ git clone https://github.com/casper-hansen/AutoAWQ
246
+ cd AutoAWQ
247
+ pip3 install .
248
+ ```
249
+
250
+ ### Transformers example code (requires Transformers 4.35.0 and later)
251
+
252
+ ```python
253
+ from transformers import AutoModelForCausalLM, AutoTokenizer, TextStreamer
254
+
255
+ model_name_or_path = "TheBloke/docsgpt-7B-mistral-AWQ"
256
+
257
+ tokenizer = AutoTokenizer.from_pretrained(model_name_or_path)
258
+ model = AutoModelForCausalLM.from_pretrained(
259
+ model_name_or_path,
260
+ low_cpu_mem_usage=True,
261
+ device_map="cuda:0"
262
+ )
263
+
264
+ # Using the text streamer to stream output one token at a time
265
+ streamer = TextStreamer(tokenizer, skip_prompt=True, skip_special_tokens=True)
266
+
267
+ prompt = "Tell me about AI"
268
+ prompt_template=f'''### Instruction
269
+ {prompt}
270
+ ### Context
271
+ {{context}}
272
+ ### Answer
273
+ '''
274
+
275
+ # Convert prompt to tokens
276
+ tokens = tokenizer(
277
+ prompt_template,
278
+ return_tensors='pt'
279
+ ).input_ids.cuda()
280
+
281
+ generation_params = {
282
+ "do_sample": True,
283
+ "temperature": 0.7,
284
+ "top_p": 0.95,
285
+ "top_k": 40,
286
+ "max_new_tokens": 512,
287
+ "repetition_penalty": 1.1
288
+ }
289
+
290
+ # Generate streamed output, visible one token at a time
291
+ generation_output = model.generate(
292
+ tokens,
293
+ streamer=streamer,
294
+ **generation_params
295
+ )
296
+
297
+ # Generation without a streamer, which will include the prompt in the output
298
+ generation_output = model.generate(
299
+ tokens,
300
+ **generation_params
301
+ )
302
+
303
+ # Get the tokens from the output, decode them, print them
304
+ token_output = generation_output[0]
305
+ text_output = tokenizer.decode(token_output)
306
+ print("model.generate output: ", text_output)
307
+
308
+ # Inference is also possible via Transformers' pipeline
309
+ from transformers import pipeline
310
+
311
+ pipe = pipeline(
312
+ "text-generation",
313
+ model=model,
314
+ tokenizer=tokenizer,
315
+ **generation_params
316
+ )
317
+
318
+ pipe_output = pipe(prompt_template)[0]['generated_text']
319
+ print("pipeline output: ", pipe_output)
320
+
321
+ ```
322
+ <!-- README_AWQ.md-use-from-python end -->
323
+
324
+ <!-- README_AWQ.md-compatibility start -->
325
+ ## Compatibility
326
+
327
+ The files provided are tested to work with:
328
+
329
+ - [text-generation-webui](https://github.com/oobabooga/text-generation-webui) using `Loader: AutoAWQ`.
330
+ - [vLLM](https://github.com/vllm-project/vllm) version 0.2.0 and later.
331
+ - [Hugging Face Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference) version 1.1.0 and later.
332
+ - [Transformers](https://huggingface.co/docs/transformers) version 4.35.0 and later.
333
+ - [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) version 0.1.1 and later.
334
+
335
+ <!-- README_AWQ.md-compatibility end -->
336
+
337
+ <!-- footer start -->
338
+ <!-- 200823 -->
339
+ ## Discord
340
+
341
+ For further support, and discussions on these models and AI in general, join us at:
342
+
343
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
344
+
345
+ ## Thanks, and how to contribute
346
+
347
+ Thanks to the [chirper.ai](https://chirper.ai) team!
348
+
349
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
350
+
351
+ 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.
352
+
353
+ 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.
354
+
355
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
356
+
357
+ * Patreon: https://patreon.com/TheBlokeAI
358
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
359
+
360
+ **Special thanks to**: Aemon Algiz.
361
+
362
+ **Patreon special mentions**: Michael Levine, 阿明, Trailburnt, Nikolai Manek, John Detwiler, Randy H, Will Dee, Sebastain Graf, NimbleBox.ai, Eugene Pentland, Emad Mostaque, Ai Maven, Jim Angel, Jeff Scroggin, Michael Davis, Manuel Alberto Morcote, Stephen Murray, Robert, Justin Joy, Luke @flexchar, Brandon Frisco, Elijah Stavena, S_X, Dan Guido, Undi ., Komninos Chatzipapas, Shadi, theTransient, Lone Striker, Raven Klaugh, jjj, Cap'n Zoog, Michel-Marie MAUDET (LINAGORA), Matthew Berman, David, Fen Risland, Omer Bin Jawed, Luke Pendergrass, Kalila, OG, Erik Bjäreholt, Rooh Singh, Joseph William Delisle, Dan Lewis, TL, John Villwock, AzureBlack, Brad, Pedro Madruga, Caitlyn Gatomon, K, jinyuan sun, Mano Prime, Alex, Jeffrey Morgan, Alicia Loh, Illia Dulskyi, Chadd, transmissions 11, fincy, Rainer Wilmers, ReadyPlayerEmma, knownsqashed, Mandus, biorpg, Deo Leter, Brandon Phillips, SuperWojo, Sean Connelly, Iucharbius, Jack West, Harry Royden McLaughlin, Nicholas, terasurfer, Vitor Caleffi, Duane Dunston, Johann-Peter Hartmann, David Ziegler, Olakabola, Ken Nordquist, Trenton Dambrowitz, Tom X Nguyen, Vadim, Ajan Kanaga, Leonard Tan, Clay Pascal, Alexandros Triantafyllidis, JM33133, Xule, vamX, ya boyyy, subjectnull, Talal Aujan, Alps Aficionado, wassieverse, Ari Malik, James Bentley, Woland, Spencer Kim, Michael Dempsey, Fred von Graf, Elle, zynix, William Richards, Stanislav Ovsiannikov, Edmond Seymore, Jonathan Leane, Martin Kemka, usrbinkat, Enrico Ros
363
+
364
+
365
+ Thank you to all my generous patrons and donaters!
366
+
367
+ And thank you again to a16z for their generous grant.
368
+
369
+ <!-- footer end -->
370
+
371
+ # Original model card: Arc53's DocsGPT 7B Mistral
372
+
373
+
374
+
375
+ DocsGPT is optimized for Documentation (RAG optimised): Specifically fine-tuned for providing answers that are based on context, making it particularly useful for developers and technical support teams.
376
+ We used the Lora fine tuning process.
377
+ This model is fine tuned on top of zephyr-7b-beta
378
+
379
+
380
+ It's an apache-2.0 license so you can use it for commercial purposes too.
381
+
382
+
383
+ Benchmarks:
384
+
385
+ Bacon:
386
+ The BACON test is an internal assessment designed to evaluate the capabilities of neural networks in handling questions with substantial content. It focuses on testing the model's understanding of context-driven queries, as well as its tendency for hallucination and attention span. The questions in both parts are carefully crafted, drawing from diverse sources such as scientific papers, complex code problems, and instructional prompts, providing a comprehensive test of the model's ability to process and generate information in various domains.
387
+ | Model | Score |
388
+ |------------------------------|-------|
389
+ | gpt-4 | 8.74 |
390
+ | DocsGPT-7b-Mistral | 8.64 |
391
+ | gpt-3.5-turbo | 8.42 |
392
+ | zephyr-7b-beta | 8.37 |
393
+ | neural-chat-7b-v3-1 | 7.88 |
394
+ | Mistral-7B-Instruct-v0.1 | 7.44 |
395
+ | openinstruct-mistral-7b | 5.86 |
396
+ | llama-2-13b | 2.29 |
397
+
398
+
399
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6220f5dfd0351748e114ca53/lWefx5b5uQAt4Uzf_0x-O.png)
400
+
401
+
402
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6220f5dfd0351748e114ca53/nAd4icZa2jIer-_JWOpZ0.png)
403
+
404
+
405
+
406
+
407
+ MTbench with llm judge:
408
+
409
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6220f5dfd0351748e114ca53/SOOVW_j908gpB8W804vsG.png)
410
+
411
+ ########## First turn ##########
412
+ | Model | Turn | Score |
413
+ |-----------------------|------|----------|
414
+ | gpt-4 | 1 | 8.956250 |
415
+ | gpt-3.5-turbo | 1 | 8.075000 |
416
+ | DocsGPT-7b-Mistral | 1 | 7.593750 |
417
+ | zephyr-7b-beta | 1 | 7.412500 |
418
+ | vicuna-13b-v1.3 | 1 | 6.812500 |
419
+ | alpaca-13b | 1 | 4.975000 |
420
+ | deepseek-coder-6.7b | 1 | 4.506329 |
421
+
422
+ ########## Second turn ##########
423
+ | Model | Turn | Score |
424
+ |-----------------------|------|----------|
425
+ | gpt-4 | 2 | 9.025000 |
426
+ | gpt-3.5-turbo | 2 | 7.812500 |
427
+ | DocsGPT-7b-Mistral | 2 | 6.740000 |
428
+ | zephyr-7b-beta | 2 | 6.650000 |
429
+ | vicuna-13b-v1.3 | 2 | 5.962500 |
430
+ | deepseek-coder-6.7b | 2 | 5.025641 |
431
+ | alpaca-13b | 2 | 4.087500 |
432
+
433
+ ########## Average ##########
434
+ | Model | Score |
435
+ |-----------------------|----------|
436
+ | gpt-4 | 8.990625 |
437
+ | gpt-3.5-turbo | 7.943750 |
438
+ | DocsGPT-7b-Mistral | 7.166875 |
439
+ | zephyr-7b-beta | 7.031250 |
440
+ | vicuna-13b-v1.3 | 6.387500 |
441
+ | deepseek-coder-6.7b | 4.764331 |
442
+ | alpaca-13b | 4.531250 |
443
+
444
+
445
+
446
+
447
+ To prepare your prompts make sure you keep this format:
448
+
449
+ ```
450
+ ### Instruction
451
+ (where the question goes)
452
+ ### Context
453
+ (your document retrieval + system instructions)
454
+ ### Answer
455
+ ```