TheBloke commited on
Commit
309e62c
1 Parent(s): 9f36ac0

Upload README.md

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