TheBloke commited on
Commit
d425927
1 Parent(s): e5b7362

Upload README.md

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