TheBloke commited on
Commit
cc75a37
·
1 Parent(s): bd833df

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +352 -0
README.md ADDED
@@ -0,0 +1,352 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: SciPhi/SciPhi-Mistral-7B-32k
3
+ inference: false
4
+ model_creator: SciPhi
5
+ model_name: SciPhi Mistral 7B 32K
6
+ model_type: mistral
7
+ prompt_template: '{prompt}
8
+
9
+ '
10
+ quantized_by: TheBloke
11
+ ---
12
+ <!-- markdownlint-disable MD041 -->
13
+
14
+ <!-- header start -->
15
+ <!-- 200823 -->
16
+ <div style="width: auto; margin-left: auto; margin-right: auto">
17
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
18
+ </div>
19
+ <div style="display: flex; justify-content: space-between; width: 100%;">
20
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
21
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
22
+ </div>
23
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
24
+ <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>
25
+ </div>
26
+ </div>
27
+ <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>
28
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
29
+ <!-- header end -->
30
+
31
+ # SciPhi Mistral 7B 32K - AWQ
32
+ - Model creator: [SciPhi](https://huggingface.co/SciPhi)
33
+ - Original model: [SciPhi Mistral 7B 32K](https://huggingface.co/SciPhi/SciPhi-Mistral-7B-32k)
34
+
35
+ <!-- description start -->
36
+ ## Description
37
+
38
+ This repo contains AWQ model files for [SciPhi's SciPhi Mistral 7B 32K](https://huggingface.co/SciPhi/SciPhi-Mistral-7B-32k).
39
+
40
+ These files were quantised using hardware kindly provided by [Massed Compute](https://massedcompute.com/).
41
+
42
+
43
+ ### About AWQ
44
+
45
+ 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.
46
+
47
+ It is supported by:
48
+
49
+ - [Text Generation Webui](https://github.com/oobabooga/text-generation-webui) - using Loader: AutoAWQ
50
+ - [vLLM](https://github.com/vllm-project/vllm) - Llama and Mistral models only
51
+ - [Hugging Face Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference)
52
+ - [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) - for use from Python code
53
+
54
+ <!-- description end -->
55
+ <!-- repositories-available start -->
56
+ ## Repositories available
57
+
58
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/SciPhi-Mistral-7B-32k-AWQ)
59
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/SciPhi-Mistral-7B-32k-GPTQ)
60
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/SciPhi-Mistral-7B-32k-GGUF)
61
+ * [SciPhi's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/SciPhi/SciPhi-Mistral-7B-32k)
62
+ <!-- repositories-available end -->
63
+
64
+ <!-- prompt-template start -->
65
+ ## Prompt template: Unknown
66
+
67
+ ```
68
+ {prompt}
69
+
70
+ ```
71
+
72
+ <!-- prompt-template end -->
73
+
74
+
75
+ <!-- README_AWQ.md-provided-files start -->
76
+ ## Provided files, and AWQ parameters
77
+
78
+ 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.
79
+
80
+ Models are released as sharded safetensors files.
81
+
82
+ | Branch | Bits | GS | AWQ Dataset | Seq Len | Size |
83
+ | ------ | ---- | -- | ----------- | ------- | ---- |
84
+ | [main](https://huggingface.co/TheBloke/SciPhi-Mistral-7B-32k-AWQ/tree/main) | 4 | 128 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 4096 | 4.15 GB
85
+
86
+ <!-- README_AWQ.md-provided-files end -->
87
+
88
+ <!-- README_AWQ.md-text-generation-webui start -->
89
+ ## How to easily download and use this model in [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
90
+
91
+ Please make sure you're using the latest version of [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
92
+
93
+ 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.
94
+
95
+ 1. Click the **Model tab**.
96
+ 2. Under **Download custom model or LoRA**, enter `TheBloke/SciPhi-Mistral-7B-32k-AWQ`.
97
+ 3. Click **Download**.
98
+ 4. The model will start downloading. Once it's finished it will say "Done".
99
+ 5. In the top left, click the refresh icon next to **Model**.
100
+ 6. In the **Model** dropdown, choose the model you just downloaded: `SciPhi-Mistral-7B-32k-AWQ`
101
+ 7. Select **Loader: AutoAWQ**.
102
+ 8. Click Load, and the model will load and is now ready for use.
103
+ 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.
104
+ 10. Once you're ready, click the **Text Generation** tab and enter a prompt to get started!
105
+ <!-- README_AWQ.md-text-generation-webui end -->
106
+
107
+ <!-- README_AWQ.md-use-from-vllm start -->
108
+ ## Multi-user inference server: vLLM
109
+
110
+ Documentation on installing and using vLLM [can be found here](https://vllm.readthedocs.io/en/latest/).
111
+
112
+ - Please ensure you are using vLLM version 0.2 or later.
113
+ - When using vLLM as a server, pass the `--quantization awq` parameter.
114
+
115
+ For example:
116
+
117
+ ```shell
118
+ python3 python -m vllm.entrypoints.api_server --model TheBloke/SciPhi-Mistral-7B-32k-AWQ --quantization awq
119
+ ```
120
+
121
+ - When using vLLM from Python code, again set `quantization=awq`.
122
+
123
+ For example:
124
+
125
+ ```python
126
+ from vllm import LLM, SamplingParams
127
+
128
+ prompts = [
129
+ "Tell me about AI",
130
+ "Write a story about llamas",
131
+ "What is 291 - 150?",
132
+ "How much wood would a woodchuck chuck if a woodchuck could chuck wood?",
133
+ ]
134
+ prompt_template=f'''{prompt}
135
+ '''
136
+
137
+ prompts = [prompt_template.format(prompt=prompt) for prompt in prompts]
138
+
139
+ sampling_params = SamplingParams(temperature=0.8, top_p=0.95)
140
+
141
+ llm = LLM(model="TheBloke/SciPhi-Mistral-7B-32k-AWQ", quantization="awq", dtype="auto")
142
+
143
+ outputs = llm.generate(prompts, sampling_params)
144
+
145
+ # Print the outputs.
146
+ for output in outputs:
147
+ prompt = output.prompt
148
+ generated_text = output.outputs[0].text
149
+ print(f"Prompt: {prompt!r}, Generated text: {generated_text!r}")
150
+ ```
151
+ <!-- README_AWQ.md-use-from-vllm start -->
152
+
153
+ <!-- README_AWQ.md-use-from-tgi start -->
154
+ ## Multi-user inference server: Hugging Face Text Generation Inference (TGI)
155
+
156
+ Use TGI version 1.1.0 or later. The official Docker container is: `ghcr.io/huggingface/text-generation-inference:1.1.0`
157
+
158
+ Example Docker parameters:
159
+
160
+ ```shell
161
+ --model-id TheBloke/SciPhi-Mistral-7B-32k-AWQ --port 3000 --quantize awq --max-input-length 3696 --max-total-tokens 4096 --max-batch-prefill-tokens 4096
162
+ ```
163
+
164
+ Example Python code for interfacing with TGI (requires [huggingface-hub](https://github.com/huggingface/huggingface_hub) 0.17.0 or later):
165
+
166
+ ```shell
167
+ pip3 install huggingface-hub
168
+ ```
169
+
170
+ ```python
171
+ from huggingface_hub import InferenceClient
172
+
173
+ endpoint_url = "https://your-endpoint-url-here"
174
+
175
+ prompt = "Tell me about AI"
176
+ prompt_template=f'''{prompt}
177
+ '''
178
+
179
+ client = InferenceClient(endpoint_url)
180
+ response = client.text_generation(prompt,
181
+ max_new_tokens=128,
182
+ do_sample=True,
183
+ temperature=0.7,
184
+ top_p=0.95,
185
+ top_k=40,
186
+ repetition_penalty=1.1)
187
+
188
+ print(f"Model output: ", response)
189
+ ```
190
+ <!-- README_AWQ.md-use-from-tgi end -->
191
+
192
+ <!-- README_AWQ.md-use-from-python start -->
193
+ ## Inference from Python code using AutoAWQ
194
+
195
+ ### Install the AutoAWQ package
196
+
197
+ Requires: [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) 0.1.1 or later.
198
+
199
+ ```shell
200
+ pip3 install autoawq
201
+ ```
202
+
203
+ If you have problems installing [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) using the pre-built wheels, install it from source instead:
204
+
205
+ ```shell
206
+ pip3 uninstall -y autoawq
207
+ git clone https://github.com/casper-hansen/AutoAWQ
208
+ cd AutoAWQ
209
+ pip3 install .
210
+ ```
211
+
212
+ ### AutoAWQ example code
213
+
214
+ ```python
215
+ from awq import AutoAWQForCausalLM
216
+ from transformers import AutoTokenizer
217
+
218
+ model_name_or_path = "TheBloke/SciPhi-Mistral-7B-32k-AWQ"
219
+
220
+ # Load tokenizer
221
+ tokenizer = AutoTokenizer.from_pretrained(model_name_or_path, trust_remote_code=False)
222
+ # Load model
223
+ model = AutoAWQForCausalLM.from_quantized(model_name_or_path, fuse_layers=True,
224
+ trust_remote_code=False, safetensors=True)
225
+
226
+ prompt = "Tell me about AI"
227
+ prompt_template=f'''{prompt}
228
+ '''
229
+
230
+ print("*** Running model.generate:")
231
+
232
+ token_input = tokenizer(
233
+ prompt_template,
234
+ return_tensors='pt'
235
+ ).input_ids.cuda()
236
+
237
+ # Generate output
238
+ generation_output = model.generate(
239
+ token_input,
240
+ do_sample=True,
241
+ temperature=0.7,
242
+ top_p=0.95,
243
+ top_k=40,
244
+ max_new_tokens=512
245
+ )
246
+
247
+ # Get the tokens from the output, decode them, print them
248
+ token_output = generation_output[0]
249
+ text_output = tokenizer.decode(token_output)
250
+ print("LLM output: ", text_output)
251
+
252
+ """
253
+ # Inference should be possible with transformers pipeline as well in future
254
+ # But currently this is not yet supported by AutoAWQ (correct as of September 25th 2023)
255
+ from transformers import pipeline
256
+
257
+ print("*** Pipeline:")
258
+ pipe = pipeline(
259
+ "text-generation",
260
+ model=model,
261
+ tokenizer=tokenizer,
262
+ max_new_tokens=512,
263
+ do_sample=True,
264
+ temperature=0.7,
265
+ top_p=0.95,
266
+ top_k=40,
267
+ repetition_penalty=1.1
268
+ )
269
+
270
+ print(pipe(prompt_template)[0]['generated_text'])
271
+ """
272
+ ```
273
+ <!-- README_AWQ.md-use-from-python end -->
274
+
275
+ <!-- README_AWQ.md-compatibility start -->
276
+ ## Compatibility
277
+
278
+ The files provided are tested to work with:
279
+
280
+ - [text-generation-webui](https://github.com/oobabooga/text-generation-webui) using `Loader: AutoAWQ`.
281
+ - [vLLM](https://github.com/vllm-project/vllm) version 0.2.0 and later.
282
+ - [Hugging Face Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference) version 1.1.0 and later.
283
+ - [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) version 0.1.1 and later.
284
+
285
+ <!-- README_AWQ.md-compatibility end -->
286
+
287
+ <!-- footer start -->
288
+ <!-- 200823 -->
289
+ ## Discord
290
+
291
+ For further support, and discussions on these models and AI in general, join us at:
292
+
293
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
294
+
295
+ ## Thanks, and how to contribute
296
+
297
+ Thanks to the [chirper.ai](https://chirper.ai) team!
298
+
299
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
300
+
301
+ 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.
302
+
303
+ 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.
304
+
305
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
306
+
307
+ * Patreon: https://patreon.com/TheBlokeAI
308
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
309
+
310
+ **Special thanks to**: Aemon Algiz.
311
+
312
+ **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
313
+
314
+
315
+ Thank you to all my generous patrons and donaters!
316
+
317
+ And thank you again to a16z for their generous grant.
318
+
319
+ <!-- footer end -->
320
+
321
+ # Original model card: SciPhi's SciPhi Mistral 7B 32K
322
+
323
+
324
+ # SciPhi-Mistral-7B-32k Model Card
325
+
326
+ **License:** llama2
327
+
328
+ The SciPhi-Mistral-7B-32k is a Large Language Model (LLM) fine-tuned from Mistral-7B-v0.1. This model underwent a fine-tuning process over four epochs using more than 1 billion tokens, which include regular instruction tuning data and synthetic textbooks. The objective of this work was to increase the model's scientific reasoning and educational abilities.
329
+
330
+ ## Model Architecture
331
+
332
+ Base Model: Mistral-7B-v0.1
333
+
334
+ **Architecture Features:**
335
+ - Transformer-based model
336
+ - Grouped-Query Attention
337
+ - Sliding-Window Attention
338
+ - Byte-fallback BPE tokenizer
339
+
340
+ [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
341
+
342
+ ## References
343
+
344
+ 1. Lian, W., Goodson, B., Wang, G., Pentland, E., Cook, A., Vong, C., & Teknium. (2023). MistralOrca: Mistral-7B Model Instruct-tuned on Filtered OpenOrcaV1 GPT-4 Dataset. *HuggingFace repository*. [Link](https://huggingface.co/Open-Orca/Mistral-7B-OpenOrca)
345
+ 2. Mukherjee, S., Mitra, A., Jawahar, G., Agarwal, S., Palangi, H., & Awadallah, A. (2023). Orca: Progressive Learning from Complex Explanation Traces of GPT-4. *arXiv preprint arXiv:2306.02707*.
346
+ 3. Longpre, S., Hou, L., Vu, T., Webson, A., Chung, H. W., Tay, Y., Zhou, D., Le, Q. V., Zoph, B., Wei, J., & Roberts, A. (2023). The Flan Collection: Designing Data and Methods for Effective Instruction Tuning. *arXiv preprint arXiv:2301.13688*.
347
+ 4. Mistral AI. (2023). Model Card for Mistral-7B-v0.1. The Mistral-7B-v0.1 Large Language Model (LLM) is a pretrained generative text model with 7 billion parameters. Mistral-7B-v0.1 outperforms Llama 2 13B on all benchmarks tested. For full details, please refer to the paper and release blog post. Model Architecture: Transformer with Grouped-Query Attention, Sliding-Window Attention, and Byte-fallback BPE tokenizer. [Link](https://huggingface.co/mistralai/Mistral-7B-v0.1)
348
+
349
+
350
+ ## Acknowledgements
351
+
352
+ Thank you to the [AI Alignment Lab](https://huggingface.co/Alignment-Lab-AI), [vikp](https://huggingface.co/vikp), [jph00](https://huggingface.co/jph00) and others who contributed to this work.