TheBloke commited on
Commit
fe10326
1 Parent(s): 9ec62d7

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +381 -0
README.md ADDED
@@ -0,0 +1,381 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: euclaise/Ferret_7B
3
+ datasets:
4
+ - euclaise/MiniCoT
5
+ - euclaise/SciCoT
6
+ - euclaise/symtune_mini
7
+ - euclaise/mathoverflow-accepted
8
+ - euirim/goodwiki
9
+ inference: false
10
+ license: other
11
+ model_creator: Josh/Jade Pritsker
12
+ model_name: Ferret 7B
13
+ model_type: mistral
14
+ prompt_template: '<|im_start|>system
15
+
16
+ {system_message}<|im_end|>
17
+
18
+ <|im_start|>user
19
+
20
+ {prompt}<|im_end|>
21
+
22
+ <|im_start|>assistant
23
+
24
+ '
25
+ quantized_by: TheBloke
26
+ ---
27
+ <!-- markdownlint-disable MD041 -->
28
+
29
+ <!-- header start -->
30
+ <!-- 200823 -->
31
+ <div style="width: auto; margin-left: auto; margin-right: auto">
32
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
33
+ </div>
34
+ <div style="display: flex; justify-content: space-between; width: 100%;">
35
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
36
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
37
+ </div>
38
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
39
+ <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>
40
+ </div>
41
+ </div>
42
+ <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>
43
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
44
+ <!-- header end -->
45
+
46
+ # Ferret 7B - AWQ
47
+ - Model creator: [Josh/Jade Pritsker](https://huggingface.co/euclaise)
48
+ - Original model: [Ferret 7B](https://huggingface.co/euclaise/Ferret_7B)
49
+
50
+ <!-- description start -->
51
+ ## Description
52
+
53
+ This repo contains AWQ model files for [Josh/Jade Pritsker's Ferret 7B](https://huggingface.co/euclaise/Ferret_7B).
54
+
55
+ These files were quantised using hardware kindly provided by [Massed Compute](https://massedcompute.com/).
56
+
57
+
58
+ ### About AWQ
59
+
60
+ 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.
61
+
62
+ It is supported by:
63
+
64
+ - [Text Generation Webui](https://github.com/oobabooga/text-generation-webui) - using Loader: AutoAWQ
65
+ - [vLLM](https://github.com/vllm-project/vllm) - Llama and Mistral models only
66
+ - [Hugging Face Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference)
67
+ - [Transformers](https://huggingface.co/docs/transformers) version 4.35.0 and later, from any code or client that supports Transformers
68
+ - [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) - for use from Python code
69
+
70
+ <!-- description end -->
71
+ <!-- repositories-available start -->
72
+ ## Repositories available
73
+
74
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/Ferret_7B-AWQ)
75
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Ferret_7B-GPTQ)
76
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/Ferret_7B-GGUF)
77
+ * [Josh/Jade Pritsker's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/euclaise/Ferret_7B)
78
+ <!-- repositories-available end -->
79
+
80
+ <!-- prompt-template start -->
81
+ ## Prompt template: ChatML
82
+
83
+ ```
84
+ <|im_start|>system
85
+ {system_message}<|im_end|>
86
+ <|im_start|>user
87
+ {prompt}<|im_end|>
88
+ <|im_start|>assistant
89
+
90
+ ```
91
+
92
+ <!-- prompt-template end -->
93
+
94
+
95
+ <!-- README_AWQ.md-provided-files start -->
96
+ ## Provided files, and AWQ parameters
97
+
98
+ I currently release 128g GEMM models only. The addition of group_size 32 models, and GEMV kernel models, is being actively considered.
99
+
100
+ Models are released as sharded safetensors files.
101
+
102
+ | Branch | Bits | GS | AWQ Dataset | Seq Len | Size |
103
+ | ------ | ---- | -- | ----------- | ------- | ---- |
104
+ | [main](https://huggingface.co/TheBloke/Ferret_7B-AWQ/tree/main) | 4 | 128 | [open-instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 4096 | 4.15 GB
105
+
106
+ <!-- README_AWQ.md-provided-files end -->
107
+
108
+ <!-- README_AWQ.md-text-generation-webui start -->
109
+ ## How to easily download and use this model in [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
110
+
111
+ Please make sure you're using the latest version of [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
112
+
113
+ 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.
114
+
115
+ 1. Click the **Model tab**.
116
+ 2. Under **Download custom model or LoRA**, enter `TheBloke/Ferret_7B-AWQ`.
117
+ 3. Click **Download**.
118
+ 4. The model will start downloading. Once it's finished it will say "Done".
119
+ 5. In the top left, click the refresh icon next to **Model**.
120
+ 6. In the **Model** dropdown, choose the model you just downloaded: `Ferret_7B-AWQ`
121
+ 7. Select **Loader: AutoAWQ**.
122
+ 8. Click Load, and the model will load and is now ready for use.
123
+ 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.
124
+ 10. Once you're ready, click the **Text Generation** tab and enter a prompt to get started!
125
+ <!-- README_AWQ.md-text-generation-webui end -->
126
+
127
+ <!-- README_AWQ.md-use-from-vllm start -->
128
+ ## Multi-user inference server: vLLM
129
+
130
+ Documentation on installing and using vLLM [can be found here](https://vllm.readthedocs.io/en/latest/).
131
+
132
+ - Please ensure you are using vLLM version 0.2 or later.
133
+ - When using vLLM as a server, pass the `--quantization awq` parameter.
134
+
135
+ For example:
136
+
137
+ ```shell
138
+ python3 -m vllm.entrypoints.api_server --model TheBloke/Ferret_7B-AWQ --quantization awq --dtype auto
139
+ ```
140
+
141
+ - When using vLLM from Python code, again set `quantization=awq`.
142
+
143
+ For example:
144
+
145
+ ```python
146
+ from vllm import LLM, SamplingParams
147
+
148
+ prompts = [
149
+ "Tell me about AI",
150
+ "Write a story about llamas",
151
+ "What is 291 - 150?",
152
+ "How much wood would a woodchuck chuck if a woodchuck could chuck wood?",
153
+ ]
154
+ prompt_template=f'''<|im_start|>system
155
+ {system_message}<|im_end|>
156
+ <|im_start|>user
157
+ {prompt}<|im_end|>
158
+ <|im_start|>assistant
159
+ '''
160
+
161
+ prompts = [prompt_template.format(prompt=prompt) for prompt in prompts]
162
+
163
+ sampling_params = SamplingParams(temperature=0.8, top_p=0.95)
164
+
165
+ llm = LLM(model="TheBloke/Ferret_7B-AWQ", quantization="awq", dtype="auto")
166
+
167
+ outputs = llm.generate(prompts, sampling_params)
168
+
169
+ # Print the outputs.
170
+ for output in outputs:
171
+ prompt = output.prompt
172
+ generated_text = output.outputs[0].text
173
+ print(f"Prompt: {prompt!r}, Generated text: {generated_text!r}")
174
+ ```
175
+ <!-- README_AWQ.md-use-from-vllm start -->
176
+
177
+ <!-- README_AWQ.md-use-from-tgi start -->
178
+ ## Multi-user inference server: Hugging Face Text Generation Inference (TGI)
179
+
180
+ Use TGI version 1.1.0 or later. The official Docker container is: `ghcr.io/huggingface/text-generation-inference:1.1.0`
181
+
182
+ Example Docker parameters:
183
+
184
+ ```shell
185
+ --model-id TheBloke/Ferret_7B-AWQ --port 3000 --quantize awq --max-input-length 3696 --max-total-tokens 4096 --max-batch-prefill-tokens 4096
186
+ ```
187
+
188
+ Example Python code for interfacing with TGI (requires [huggingface-hub](https://github.com/huggingface/huggingface_hub) 0.17.0 or later):
189
+
190
+ ```shell
191
+ pip3 install huggingface-hub
192
+ ```
193
+
194
+ ```python
195
+ from huggingface_hub import InferenceClient
196
+
197
+ endpoint_url = "https://your-endpoint-url-here"
198
+
199
+ prompt = "Tell me about AI"
200
+ prompt_template=f'''<|im_start|>system
201
+ {system_message}<|im_end|>
202
+ <|im_start|>user
203
+ {prompt}<|im_end|>
204
+ <|im_start|>assistant
205
+ '''
206
+
207
+ client = InferenceClient(endpoint_url)
208
+ response = client.text_generation(prompt,
209
+ max_new_tokens=128,
210
+ do_sample=True,
211
+ temperature=0.7,
212
+ top_p=0.95,
213
+ top_k=40,
214
+ repetition_penalty=1.1)
215
+
216
+ print(f"Model output: ", response)
217
+ ```
218
+ <!-- README_AWQ.md-use-from-tgi end -->
219
+
220
+ <!-- README_AWQ.md-use-from-python start -->
221
+ ## Inference from Python code using Transformers
222
+
223
+ ### Install the necessary packages
224
+
225
+ - Requires: [Transformers](https://huggingface.co/docs/transformers) 4.35.0 or later.
226
+ - Requires: [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) 0.1.6 or later.
227
+
228
+ ```shell
229
+ pip3 install --upgrade "autoawq>=0.1.6" "transformers>=4.35.0"
230
+ ```
231
+
232
+ Note that if you are using PyTorch 2.0.1, the above AutoAWQ command will automatically upgrade you to PyTorch 2.1.0.
233
+
234
+ If you are using CUDA 11.8 and wish to continue using PyTorch 2.0.1, instead run this command:
235
+
236
+ ```shell
237
+ pip3 install https://github.com/casper-hansen/AutoAWQ/releases/download/v0.1.6/autoawq-0.1.6+cu118-cp310-cp310-linux_x86_64.whl
238
+ ```
239
+
240
+ If you have problems installing [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) using the pre-built wheels, install it from source instead:
241
+
242
+ ```shell
243
+ pip3 uninstall -y autoawq
244
+ git clone https://github.com/casper-hansen/AutoAWQ
245
+ cd AutoAWQ
246
+ pip3 install .
247
+ ```
248
+
249
+ ### Transformers example code (requires Transformers 4.35.0 and later)
250
+
251
+ ```python
252
+ from transformers import AutoModelForCausalLM, AutoTokenizer, TextStreamer
253
+
254
+ model_name_or_path = "TheBloke/Ferret_7B-AWQ"
255
+
256
+ tokenizer = AutoTokenizer.from_pretrained(model_name_or_path)
257
+ model = AutoModelForCausalLM.from_pretrained(
258
+ model_name_or_path,
259
+ low_cpu_mem_usage=True,
260
+ device_map="cuda:0"
261
+ )
262
+
263
+ # Using the text streamer to stream output one token at a time
264
+ streamer = TextStreamer(tokenizer, skip_prompt=True, skip_special_tokens=True)
265
+
266
+ prompt = "Tell me about AI"
267
+ prompt_template=f'''<|im_start|>system
268
+ {system_message}<|im_end|>
269
+ <|im_start|>user
270
+ {prompt}<|im_end|>
271
+ <|im_start|>assistant
272
+ '''
273
+
274
+ # Convert prompt to tokens
275
+ tokens = tokenizer(
276
+ prompt_template,
277
+ return_tensors='pt'
278
+ ).input_ids.cuda()
279
+
280
+ generation_params = {
281
+ "do_sample": True,
282
+ "temperature": 0.7,
283
+ "top_p": 0.95,
284
+ "top_k": 40,
285
+ "max_new_tokens": 512,
286
+ "repetition_penalty": 1.1
287
+ }
288
+
289
+ # Generate streamed output, visible one token at a time
290
+ generation_output = model.generate(
291
+ tokens,
292
+ streamer=streamer,
293
+ **generation_params
294
+ )
295
+
296
+ # Generation without a streamer, which will include the prompt in the output
297
+ generation_output = model.generate(
298
+ tokens,
299
+ **generation_params
300
+ )
301
+
302
+ # Get the tokens from the output, decode them, print them
303
+ token_output = generation_output[0]
304
+ text_output = tokenizer.decode(token_output)
305
+ print("model.generate output: ", text_output)
306
+
307
+ # Inference is also possible via Transformers' pipeline
308
+ from transformers import pipeline
309
+
310
+ pipe = pipeline(
311
+ "text-generation",
312
+ model=model,
313
+ tokenizer=tokenizer,
314
+ **generation_params
315
+ )
316
+
317
+ pipe_output = pipe(prompt_template)[0]['generated_text']
318
+ print("pipeline output: ", pipe_output)
319
+
320
+ ```
321
+ <!-- README_AWQ.md-use-from-python end -->
322
+
323
+ <!-- README_AWQ.md-compatibility start -->
324
+ ## Compatibility
325
+
326
+ The files provided are tested to work with:
327
+
328
+ - [text-generation-webui](https://github.com/oobabooga/text-generation-webui) using `Loader: AutoAWQ`.
329
+ - [vLLM](https://github.com/vllm-project/vllm) version 0.2.0 and later.
330
+ - [Hugging Face Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference) version 1.1.0 and later.
331
+ - [Transformers](https://huggingface.co/docs/transformers) version 4.35.0 and later.
332
+ - [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) version 0.1.1 and later.
333
+
334
+ <!-- README_AWQ.md-compatibility end -->
335
+
336
+ <!-- footer start -->
337
+ <!-- 200823 -->
338
+ ## Discord
339
+
340
+ For further support, and discussions on these models and AI in general, join us at:
341
+
342
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
343
+
344
+ ## Thanks, and how to contribute
345
+
346
+ Thanks to the [chirper.ai](https://chirper.ai) team!
347
+
348
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
349
+
350
+ 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.
351
+
352
+ 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.
353
+
354
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
355
+
356
+ * Patreon: https://patreon.com/TheBlokeAI
357
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
358
+
359
+ **Special thanks to**: Aemon Algiz.
360
+
361
+ **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
362
+
363
+
364
+ Thank you to all my generous patrons and donaters!
365
+
366
+ And thank you again to a16z for their generous grant.
367
+
368
+ <!-- footer end -->
369
+
370
+ # Original model card: Josh/Jade Pritsker's Ferret 7B
371
+
372
+
373
+ A pre-finetuning finetuned version of Mistral 7B 0.1, focused on CoT reasoning tasks.
374
+
375
+ Probably decent at reasoning, but also probably not great as a chat assistant- it's designed to be finetuned further to give it a friendlier style. As such, it is intentionally somewhat undertrained.
376
+
377
+ Current benchmarks aren't great for instruct models, so I've temporarily omitted them. I'm working on a benchmark suite for instruct models though, and will update this with scores when that is released.
378
+
379
+ Uses ChatML prompt formatting.
380
+
381
+ I reserve no rights to the model. To the extent possible under law, I release it as public domain. However, the datasets used have various licenses that may impact how the model may be used in your jurisdiction.