TheBloke commited on
Commit
1c97440
1 Parent(s): 4907429

Upload README.md

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