TheBloke commited on
Commit
0c04eb1
1 Parent(s): 4f7902d

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +418 -0
README.md ADDED
@@ -0,0 +1,418 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: jebcarter/psyonic-cetacean-20B
3
+ inference: false
4
+ license: other
5
+ license_name: microsoft-research-license
6
+ model_creator: Jeb Carter
7
+ model_name: Psyonic Cetacean 20B
8
+ model_type: llama
9
+ prompt_template: '<|im_start|>system
10
+
11
+ {system_message}<|im_end|>
12
+
13
+ <|im_start|>user
14
+
15
+ {prompt}<|im_end|>
16
+
17
+ <|im_start|>assistant
18
+
19
+ '
20
+ quantized_by: TheBloke
21
+ tags:
22
+ - storywriting
23
+ - text adventure
24
+ - not-for-all-audiences
25
+ ---
26
+ <!-- markdownlint-disable MD041 -->
27
+
28
+ <!-- header start -->
29
+ <!-- 200823 -->
30
+ <div style="width: auto; margin-left: auto; margin-right: auto">
31
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
32
+ </div>
33
+ <div style="display: flex; justify-content: space-between; width: 100%;">
34
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
35
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
36
+ </div>
37
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
38
+ <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>
39
+ </div>
40
+ </div>
41
+ <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>
42
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
43
+ <!-- header end -->
44
+
45
+ # Psyonic Cetacean 20B - AWQ
46
+ - Model creator: [Jeb Carter](https://huggingface.co/jebcarter)
47
+ - Original model: [Psyonic Cetacean 20B](https://huggingface.co/jebcarter/psyonic-cetacean-20B)
48
+
49
+ <!-- description start -->
50
+ ## Description
51
+
52
+ This repo contains AWQ model files for [Jeb Carter's Psyonic Cetacean 20B](https://huggingface.co/jebcarter/psyonic-cetacean-20B).
53
+
54
+ These files were quantised using hardware kindly provided by [Massed Compute](https://massedcompute.com/).
55
+
56
+
57
+ ### About AWQ
58
+
59
+ 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.
60
+
61
+ It is supported by:
62
+
63
+ - [Text Generation Webui](https://github.com/oobabooga/text-generation-webui) - using Loader: AutoAWQ
64
+ - [vLLM](https://github.com/vllm-project/vllm) - Llama and Mistral models only
65
+ - [Hugging Face Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference)
66
+ - [Transformers](https://huggingface.co/docs/transformers) version 4.35.0 and later, from any code or client that supports Transformers
67
+ - [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) - for use from Python code
68
+
69
+ <!-- description end -->
70
+ <!-- repositories-available start -->
71
+ ## Repositories available
72
+
73
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/psyonic-cetacean-20B-AWQ)
74
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/psyonic-cetacean-20B-GPTQ)
75
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/psyonic-cetacean-20B-GGUF)
76
+ * [Jeb Carter's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/jebcarter/psyonic-cetacean-20B)
77
+ <!-- repositories-available end -->
78
+
79
+ <!-- prompt-template start -->
80
+ ## Prompt template: ChatML
81
+
82
+ ```
83
+ <|im_start|>system
84
+ {system_message}<|im_end|>
85
+ <|im_start|>user
86
+ {prompt}<|im_end|>
87
+ <|im_start|>assistant
88
+
89
+ ```
90
+
91
+ <!-- prompt-template end -->
92
+ <!-- licensing start -->
93
+ ## Licensing
94
+
95
+ The creator of the source model has listed its license as `other`, and this quantization has therefore used that same license.
96
+
97
+ As this model is based on Llama 2, it is also subject to the Meta Llama 2 license terms, and the license files for that are additionally included. It should therefore be considered as being claimed to be licensed under both licenses. I contacted Hugging Face for clarification on dual licensing but they do not yet have an official position. Should this change, or should Meta provide any feedback on this situation, I will update this section accordingly.
98
+
99
+ In the meantime, any questions regarding licensing, and in particular how these two licenses might interact, should be directed to the original model repository: [Jeb Carter's Psyonic Cetacean 20B](https://huggingface.co/jebcarter/psyonic-cetacean-20B).
100
+ <!-- licensing end -->
101
+ <!-- README_AWQ.md-provided-files start -->
102
+ ## Provided files, and AWQ parameters
103
+
104
+ I currently release 128g GEMM models only. The addition of group_size 32 models, and GEMV kernel models, is being actively considered.
105
+
106
+ Models are released as sharded safetensors files.
107
+
108
+ | Branch | Bits | GS | AWQ Dataset | Seq Len | Size |
109
+ | ------ | ---- | -- | ----------- | ------- | ---- |
110
+ | [main](https://huggingface.co/TheBloke/psyonic-cetacean-20B-AWQ/tree/main) | 4 | 128 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 4096 | 10.87 GB
111
+
112
+ <!-- README_AWQ.md-provided-files end -->
113
+
114
+ <!-- README_AWQ.md-text-generation-webui start -->
115
+ ## How to easily download and use this model in [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
116
+
117
+ Please make sure you're using the latest version of [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
118
+
119
+ 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.
120
+
121
+ 1. Click the **Model tab**.
122
+ 2. Under **Download custom model or LoRA**, enter `TheBloke/psyonic-cetacean-20B-AWQ`.
123
+ 3. Click **Download**.
124
+ 4. The model will start downloading. Once it's finished it will say "Done".
125
+ 5. In the top left, click the refresh icon next to **Model**.
126
+ 6. In the **Model** dropdown, choose the model you just downloaded: `psyonic-cetacean-20B-AWQ`
127
+ 7. Select **Loader: AutoAWQ**.
128
+ 8. Click Load, and the model will load and is now ready for use.
129
+ 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.
130
+ 10. Once you're ready, click the **Text Generation** tab and enter a prompt to get started!
131
+ <!-- README_AWQ.md-text-generation-webui end -->
132
+
133
+ <!-- README_AWQ.md-use-from-vllm start -->
134
+ ## Multi-user inference server: vLLM
135
+
136
+ Documentation on installing and using vLLM [can be found here](https://vllm.readthedocs.io/en/latest/).
137
+
138
+ - Please ensure you are using vLLM version 0.2 or later.
139
+ - When using vLLM as a server, pass the `--quantization awq` parameter.
140
+
141
+ For example:
142
+
143
+ ```shell
144
+ python3 -m vllm.entrypoints.api_server --model TheBloke/psyonic-cetacean-20B-AWQ --quantization awq --dtype auto
145
+ ```
146
+
147
+ - When using vLLM from Python code, again set `quantization=awq`.
148
+
149
+ For example:
150
+
151
+ ```python
152
+ from vllm import LLM, SamplingParams
153
+
154
+ prompts = [
155
+ "Tell me about AI",
156
+ "Write a story about llamas",
157
+ "What is 291 - 150?",
158
+ "How much wood would a woodchuck chuck if a woodchuck could chuck wood?",
159
+ ]
160
+ prompt_template=f'''<|im_start|>system
161
+ {system_message}<|im_end|>
162
+ <|im_start|>user
163
+ {prompt}<|im_end|>
164
+ <|im_start|>assistant
165
+ '''
166
+
167
+ prompts = [prompt_template.format(prompt=prompt) for prompt in prompts]
168
+
169
+ sampling_params = SamplingParams(temperature=0.8, top_p=0.95)
170
+
171
+ llm = LLM(model="TheBloke/psyonic-cetacean-20B-AWQ", quantization="awq", dtype="auto")
172
+
173
+ outputs = llm.generate(prompts, sampling_params)
174
+
175
+ # Print the outputs.
176
+ for output in outputs:
177
+ prompt = output.prompt
178
+ generated_text = output.outputs[0].text
179
+ print(f"Prompt: {prompt!r}, Generated text: {generated_text!r}")
180
+ ```
181
+ <!-- README_AWQ.md-use-from-vllm start -->
182
+
183
+ <!-- README_AWQ.md-use-from-tgi start -->
184
+ ## Multi-user inference server: Hugging Face Text Generation Inference (TGI)
185
+
186
+ Use TGI version 1.1.0 or later. The official Docker container is: `ghcr.io/huggingface/text-generation-inference:1.1.0`
187
+
188
+ Example Docker parameters:
189
+
190
+ ```shell
191
+ --model-id TheBloke/psyonic-cetacean-20B-AWQ --port 3000 --quantize awq --max-input-length 3696 --max-total-tokens 4096 --max-batch-prefill-tokens 4096
192
+ ```
193
+
194
+ Example Python code for interfacing with TGI (requires [huggingface-hub](https://github.com/huggingface/huggingface_hub) 0.17.0 or later):
195
+
196
+ ```shell
197
+ pip3 install huggingface-hub
198
+ ```
199
+
200
+ ```python
201
+ from huggingface_hub import InferenceClient
202
+
203
+ endpoint_url = "https://your-endpoint-url-here"
204
+
205
+ prompt = "Tell me about AI"
206
+ prompt_template=f'''<|im_start|>system
207
+ {system_message}<|im_end|>
208
+ <|im_start|>user
209
+ {prompt}<|im_end|>
210
+ <|im_start|>assistant
211
+ '''
212
+
213
+ client = InferenceClient(endpoint_url)
214
+ response = client.text_generation(prompt,
215
+ max_new_tokens=128,
216
+ do_sample=True,
217
+ temperature=0.7,
218
+ top_p=0.95,
219
+ top_k=40,
220
+ repetition_penalty=1.1)
221
+
222
+ print(f"Model output: ", response)
223
+ ```
224
+ <!-- README_AWQ.md-use-from-tgi end -->
225
+
226
+ <!-- README_AWQ.md-use-from-python start -->
227
+ ## Inference from Python code using Transformers
228
+
229
+ ### Install the necessary packages
230
+
231
+ - Requires: [Transformers](https://huggingface.co/docs/transformers) 4.35.0 or later.
232
+ - Requires: [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) 0.1.6 or later.
233
+
234
+ ```shell
235
+ pip3 install --upgrade "autoawq>=0.1.6" "transformers>=4.35.0"
236
+ ```
237
+
238
+ Note that if you are using PyTorch 2.0.1, the above AutoAWQ command will automatically upgrade you to PyTorch 2.1.0.
239
+
240
+ If you are using CUDA 11.8 and wish to continue using PyTorch 2.0.1, instead run this command:
241
+
242
+ ```shell
243
+ pip3 install https://github.com/casper-hansen/AutoAWQ/releases/download/v0.1.6/autoawq-0.1.6+cu118-cp310-cp310-linux_x86_64.whl
244
+ ```
245
+
246
+ If you have problems installing [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) using the pre-built wheels, install it from source instead:
247
+
248
+ ```shell
249
+ pip3 uninstall -y autoawq
250
+ git clone https://github.com/casper-hansen/AutoAWQ
251
+ cd AutoAWQ
252
+ pip3 install .
253
+ ```
254
+
255
+ ### Transformers example code (requires Transformers 4.35.0 and later)
256
+
257
+ ```python
258
+ from transformers import AutoModelForCausalLM, AutoTokenizer, TextStreamer
259
+
260
+ model_name_or_path = "TheBloke/psyonic-cetacean-20B-AWQ"
261
+
262
+ tokenizer = AutoTokenizer.from_pretrained(model_name_or_path)
263
+ model = AutoModelForCausalLM.from_pretrained(
264
+ model_name_or_path,
265
+ low_cpu_mem_usage=True,
266
+ device_map="cuda:0"
267
+ )
268
+
269
+ # Using the text streamer to stream output one token at a time
270
+ streamer = TextStreamer(tokenizer, skip_prompt=True, skip_special_tokens=True)
271
+
272
+ prompt = "Tell me about AI"
273
+ prompt_template=f'''<|im_start|>system
274
+ {system_message}<|im_end|>
275
+ <|im_start|>user
276
+ {prompt}<|im_end|>
277
+ <|im_start|>assistant
278
+ '''
279
+
280
+ # Convert prompt to tokens
281
+ tokens = tokenizer(
282
+ prompt_template,
283
+ return_tensors='pt'
284
+ ).input_ids.cuda()
285
+
286
+ generation_params = {
287
+ "do_sample": True,
288
+ "temperature": 0.7,
289
+ "top_p": 0.95,
290
+ "top_k": 40,
291
+ "max_new_tokens": 512,
292
+ "repetition_penalty": 1.1
293
+ }
294
+
295
+ # Generate streamed output, visible one token at a time
296
+ generation_output = model.generate(
297
+ tokens,
298
+ streamer=streamer,
299
+ **generation_params
300
+ )
301
+
302
+ # Generation without a streamer, which will include the prompt in the output
303
+ generation_output = model.generate(
304
+ tokens,
305
+ **generation_params
306
+ )
307
+
308
+ # Get the tokens from the output, decode them, print them
309
+ token_output = generation_output[0]
310
+ text_output = tokenizer.decode(token_output)
311
+ print("model.generate output: ", text_output)
312
+
313
+ # Inference is also possible via Transformers' pipeline
314
+ from transformers import pipeline
315
+
316
+ pipe = pipeline(
317
+ "text-generation",
318
+ model=model,
319
+ tokenizer=tokenizer,
320
+ **generation_params
321
+ )
322
+
323
+ pipe_output = pipe(prompt_template)[0]['generated_text']
324
+ print("pipeline output: ", pipe_output)
325
+
326
+ ```
327
+ <!-- README_AWQ.md-use-from-python end -->
328
+
329
+ <!-- README_AWQ.md-compatibility start -->
330
+ ## Compatibility
331
+
332
+ The files provided are tested to work with:
333
+
334
+ - [text-generation-webui](https://github.com/oobabooga/text-generation-webui) using `Loader: AutoAWQ`.
335
+ - [vLLM](https://github.com/vllm-project/vllm) version 0.2.0 and later.
336
+ - [Hugging Face Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference) version 1.1.0 and later.
337
+ - [Transformers](https://huggingface.co/docs/transformers) version 4.35.0 and later.
338
+ - [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) version 0.1.1 and later.
339
+
340
+ <!-- README_AWQ.md-compatibility end -->
341
+
342
+ <!-- footer start -->
343
+ <!-- 200823 -->
344
+ ## Discord
345
+
346
+ For further support, and discussions on these models and AI in general, join us at:
347
+
348
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
349
+
350
+ ## Thanks, and how to contribute
351
+
352
+ Thanks to the [chirper.ai](https://chirper.ai) team!
353
+
354
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
355
+
356
+ 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.
357
+
358
+ 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.
359
+
360
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
361
+
362
+ * Patreon: https://patreon.com/TheBlokeAI
363
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
364
+
365
+ **Special thanks to**: Aemon Algiz.
366
+
367
+ **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
368
+
369
+
370
+ Thank you to all my generous patrons and donaters!
371
+
372
+ And thank you again to a16z for their generous grant.
373
+
374
+ <!-- footer end -->
375
+
376
+ # Original model card: Jeb Carter's Psyonic Cetacean 20B
377
+
378
+
379
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6459a451abdbb77c4c6d8258/uNoKlBulkRF3mCoMgetGs.png)
380
+ ---
381
+
382
+ Presenting the FP16 files for Psyonic-Cetacean-20B! This is an experimental Llama2-based stack merge based on the models and recipe below:
383
+
384
+ - [KoboldAI/PsyFighter-2-13b](https://huggingface.co/KoboldAI/Psyfighter-2-13B)
385
+ - [microsoft/Orca-2-13b](https://huggingface.co/microsoft/Orca-2-13b)
386
+
387
+ ```yaml
388
+ slices:
389
+ - sources:
390
+ - model: Orca2flat
391
+ layer_range: [0, 16]
392
+ - sources:
393
+ - model: /KoboldAI/Psyfighter-2-13B (FP16 not yet available)
394
+ layer_range: [8, 24]
395
+ - sources:
396
+ - model: Orca2flat
397
+ layer_range: [17, 32]
398
+ - sources:
399
+ - model: /KoboldAI/Psyfighter-2-13B (FP16 not yet available)
400
+ layer_range: [25, 40]
401
+ merge_method: passthrough
402
+ dtype: float16
403
+ ```
404
+
405
+ Note: while we did run an inverted merge the output was not satisfactory and will not be released.
406
+
407
+ We first flatted the additional ChatML vocabulary tokens out of Orca-2-13B, then performed a stack merge with Psyfighter-2-13B. The results surprised us with their vividness, freshness of prose, obedience to instruction prompting, and formatting cohesion.
408
+
409
+ This model is focused on storywriting and text adventure, with a side order of Assistant and Chat functionality. Like its ancestor Psyfighter-2 this model will function better if you let it improvise and riff on your concepts rather than feeding it an excess of detail.
410
+ Additionally, either the removal of the ChatML vocab or the stack merging process itself has resulted in not only an uncensored model but an actively anti-censored model, so please be aware that this model can and will kill you during adventures or output NSFW material if prompted accordingly.
411
+
412
+ During testing, the model exhibited an especially strong affinity for science fiction and space opera writing, while handling fantasy elements quite well and horror elements slightly less so. Refer to the Psyfighter-2 model card for best prompting practices.
413
+
414
+ Despite that, we have tested the model out to 16000 context via Rope scaling and the model does not drive towards NSFW on its own. It will follow your tone and style very well.
415
+
416
+ Please enjoy, and if you encounter anything exciting or weird, please reach out to me at [[email protected]].
417
+
418
+ Special thanks as always to the KoboldAI crew who provided the mergebox, testing, and feedback on this model.