TheBloke commited on
Commit
81c4406
1 Parent(s): 06b0a9d

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: KatyTheCutie/EstopianMaid-13B
3
+ inference: false
4
+ language:
5
+ - en
6
+ library_name: transformers
7
+ license: apache-2.0
8
+ model_creator: Katy Vetteriano
9
+ model_name: EstopianMaid 13B
10
+ model_type: llama
11
+ prompt_template: 'Below is an instruction that describes a task. Write a response
12
+ that appropriately completes the request.
13
+
14
+
15
+ ### Instruction:
16
+
17
+ {prompt}
18
+
19
+
20
+ ### Response:
21
+
22
+ '
23
+ quantized_by: TheBloke
24
+ tags:
25
+ - roleplay
26
+ - text-generation-inference
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
+ # EstopianMaid 13B - AWQ
48
+ - Model creator: [Katy Vetteriano](https://huggingface.co/KatyTheCutie)
49
+ - Original model: [EstopianMaid 13B](https://huggingface.co/KatyTheCutie/EstopianMaid-13B)
50
+
51
+ <!-- description start -->
52
+ ## Description
53
+
54
+ This repo contains AWQ model files for [Katy Vetteriano's EstopianMaid 13B](https://huggingface.co/KatyTheCutie/EstopianMaid-13B).
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
+ AWQ models are currently supported on Linux and Windows, with NVidia GPUs only. macOS users: please use GGUF models instead.
64
+
65
+ It is supported by:
66
+
67
+ - [Text Generation Webui](https://github.com/oobabooga/text-generation-webui) - using Loader: AutoAWQ
68
+ - [vLLM](https://github.com/vllm-project/vllm) - version 0.2.2 or later for support for all model types.
69
+ - [Hugging Face Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference)
70
+ - [Transformers](https://huggingface.co/docs/transformers) version 4.35.0 and later, from any code or client that supports Transformers
71
+ - [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) - for use from Python code
72
+
73
+ <!-- description end -->
74
+ <!-- repositories-available start -->
75
+ ## Repositories available
76
+
77
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/EstopianMaid-13B-AWQ)
78
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/EstopianMaid-13B-GPTQ)
79
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/EstopianMaid-13B-GGUF)
80
+ * [Katy Vetteriano's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/KatyTheCutie/EstopianMaid-13B)
81
+ <!-- repositories-available end -->
82
+
83
+ <!-- prompt-template start -->
84
+ ## Prompt template: Alpaca
85
+
86
+ ```
87
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
88
+
89
+ ### Instruction:
90
+ {prompt}
91
+
92
+ ### Response:
93
+
94
+ ```
95
+
96
+ <!-- prompt-template end -->
97
+ <!-- licensing start -->
98
+ ## Licensing
99
+
100
+ The creator of the source model has listed its license as `apache-2.0`, and this quantization has therefore used that same license.
101
+
102
+ 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.
103
+
104
+ In the meantime, any questions regarding licensing, and in particular how these two licenses might interact, should be directed to the original model repository: [Katy Vetteriano's EstopianMaid 13B](https://huggingface.co/KatyTheCutie/EstopianMaid-13B).
105
+ <!-- licensing end -->
106
+ <!-- README_AWQ.md-provided-files start -->
107
+ ## Provided files, and AWQ parameters
108
+
109
+ I currently release 128g GEMM models only. The addition of group_size 32 models, and GEMV kernel models, is being actively considered.
110
+
111
+ Models are released as sharded safetensors files.
112
+
113
+ | Branch | Bits | GS | AWQ Dataset | Seq Len | Size |
114
+ | ------ | ---- | -- | ----------- | ------- | ---- |
115
+ | [main](https://huggingface.co/TheBloke/EstopianMaid-13B-AWQ/tree/main) | 4 | 128 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 4096 | 7.25 GB
116
+
117
+ <!-- README_AWQ.md-provided-files end -->
118
+
119
+ <!-- README_AWQ.md-text-generation-webui start -->
120
+ ## How to easily download and use this model in [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
121
+
122
+ Please make sure you're using the latest version of [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
123
+
124
+ 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.
125
+
126
+ 1. Click the **Model tab**.
127
+ 2. Under **Download custom model or LoRA**, enter `TheBloke/EstopianMaid-13B-AWQ`.
128
+ 3. Click **Download**.
129
+ 4. The model will start downloading. Once it's finished it will say "Done".
130
+ 5. In the top left, click the refresh icon next to **Model**.
131
+ 6. In the **Model** dropdown, choose the model you just downloaded: `EstopianMaid-13B-AWQ`
132
+ 7. Select **Loader: AutoAWQ**.
133
+ 8. Click Load, and the model will load and is now ready for use.
134
+ 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.
135
+ 10. Once you're ready, click the **Text Generation** tab and enter a prompt to get started!
136
+ <!-- README_AWQ.md-text-generation-webui end -->
137
+
138
+ <!-- README_AWQ.md-use-from-vllm start -->
139
+ ## Multi-user inference server: vLLM
140
+
141
+ Documentation on installing and using vLLM [can be found here](https://vllm.readthedocs.io/en/latest/).
142
+
143
+ - Please ensure you are using vLLM version 0.2 or later.
144
+ - When using vLLM as a server, pass the `--quantization awq` parameter.
145
+
146
+ For example:
147
+
148
+ ```shell
149
+ python3 -m vllm.entrypoints.api_server --model TheBloke/EstopianMaid-13B-AWQ --quantization awq --dtype auto
150
+ ```
151
+
152
+ - When using vLLM from Python code, again set `quantization=awq`.
153
+
154
+ For example:
155
+
156
+ ```python
157
+ from vllm import LLM, SamplingParams
158
+
159
+ prompts = [
160
+ "Tell me about AI",
161
+ "Write a story about llamas",
162
+ "What is 291 - 150?",
163
+ "How much wood would a woodchuck chuck if a woodchuck could chuck wood?",
164
+ ]
165
+ prompt_template=f'''Below is an instruction that describes a task. Write a response that appropriately completes the request.
166
+
167
+ ### Instruction:
168
+ {prompt}
169
+
170
+ ### Response:
171
+ '''
172
+
173
+ prompts = [prompt_template.format(prompt=prompt) for prompt in prompts]
174
+
175
+ sampling_params = SamplingParams(temperature=0.8, top_p=0.95)
176
+
177
+ llm = LLM(model="TheBloke/EstopianMaid-13B-AWQ", quantization="awq", dtype="auto")
178
+
179
+ outputs = llm.generate(prompts, sampling_params)
180
+
181
+ # Print the outputs.
182
+ for output in outputs:
183
+ prompt = output.prompt
184
+ generated_text = output.outputs[0].text
185
+ print(f"Prompt: {prompt!r}, Generated text: {generated_text!r}")
186
+ ```
187
+ <!-- README_AWQ.md-use-from-vllm start -->
188
+
189
+ <!-- README_AWQ.md-use-from-tgi start -->
190
+ ## Multi-user inference server: Hugging Face Text Generation Inference (TGI)
191
+
192
+ Use TGI version 1.1.0 or later. The official Docker container is: `ghcr.io/huggingface/text-generation-inference:1.1.0`
193
+
194
+ Example Docker parameters:
195
+
196
+ ```shell
197
+ --model-id TheBloke/EstopianMaid-13B-AWQ --port 3000 --quantize awq --max-input-length 3696 --max-total-tokens 4096 --max-batch-prefill-tokens 4096
198
+ ```
199
+
200
+ Example Python code for interfacing with TGI (requires [huggingface-hub](https://github.com/huggingface/huggingface_hub) 0.17.0 or later):
201
+
202
+ ```shell
203
+ pip3 install huggingface-hub
204
+ ```
205
+
206
+ ```python
207
+ from huggingface_hub import InferenceClient
208
+
209
+ endpoint_url = "https://your-endpoint-url-here"
210
+
211
+ prompt = "Tell me about AI"
212
+ prompt_template=f'''Below is an instruction that describes a task. Write a response that appropriately completes the request.
213
+
214
+ ### Instruction:
215
+ {prompt}
216
+
217
+ ### Response:
218
+ '''
219
+
220
+ client = InferenceClient(endpoint_url)
221
+ response = client.text_generation(prompt,
222
+ max_new_tokens=128,
223
+ do_sample=True,
224
+ temperature=0.7,
225
+ top_p=0.95,
226
+ top_k=40,
227
+ repetition_penalty=1.1)
228
+
229
+ print(f"Model output: ", response)
230
+ ```
231
+ <!-- README_AWQ.md-use-from-tgi end -->
232
+
233
+ <!-- README_AWQ.md-use-from-python start -->
234
+ ## Inference from Python code using Transformers
235
+
236
+ ### Install the necessary packages
237
+
238
+ - Requires: [Transformers](https://huggingface.co/docs/transformers) 4.35.0 or later.
239
+ - Requires: [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) 0.1.6 or later.
240
+
241
+ ```shell
242
+ pip3 install --upgrade "autoawq>=0.1.6" "transformers>=4.35.0"
243
+ ```
244
+
245
+ Note that if you are using PyTorch 2.0.1, the above AutoAWQ command will automatically upgrade you to PyTorch 2.1.0.
246
+
247
+ If you are using CUDA 11.8 and wish to continue using PyTorch 2.0.1, instead run this command:
248
+
249
+ ```shell
250
+ pip3 install https://github.com/casper-hansen/AutoAWQ/releases/download/v0.1.6/autoawq-0.1.6+cu118-cp310-cp310-linux_x86_64.whl
251
+ ```
252
+
253
+ If you have problems installing [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) using the pre-built wheels, install it from source instead:
254
+
255
+ ```shell
256
+ pip3 uninstall -y autoawq
257
+ git clone https://github.com/casper-hansen/AutoAWQ
258
+ cd AutoAWQ
259
+ pip3 install .
260
+ ```
261
+
262
+ ### Transformers example code (requires Transformers 4.35.0 and later)
263
+
264
+ ```python
265
+ from transformers import AutoModelForCausalLM, AutoTokenizer, TextStreamer
266
+
267
+ model_name_or_path = "TheBloke/EstopianMaid-13B-AWQ"
268
+
269
+ tokenizer = AutoTokenizer.from_pretrained(model_name_or_path)
270
+ model = AutoModelForCausalLM.from_pretrained(
271
+ model_name_or_path,
272
+ low_cpu_mem_usage=True,
273
+ device_map="cuda:0"
274
+ )
275
+
276
+ # Using the text streamer to stream output one token at a time
277
+ streamer = TextStreamer(tokenizer, skip_prompt=True, skip_special_tokens=True)
278
+
279
+ prompt = "Tell me about AI"
280
+ prompt_template=f'''Below is an instruction that describes a task. Write a response that appropriately completes the request.
281
+
282
+ ### Instruction:
283
+ {prompt}
284
+
285
+ ### Response:
286
+ '''
287
+
288
+ # Convert prompt to tokens
289
+ tokens = tokenizer(
290
+ prompt_template,
291
+ return_tensors='pt'
292
+ ).input_ids.cuda()
293
+
294
+ generation_params = {
295
+ "do_sample": True,
296
+ "temperature": 0.7,
297
+ "top_p": 0.95,
298
+ "top_k": 40,
299
+ "max_new_tokens": 512,
300
+ "repetition_penalty": 1.1
301
+ }
302
+
303
+ # Generate streamed output, visible one token at a time
304
+ generation_output = model.generate(
305
+ tokens,
306
+ streamer=streamer,
307
+ **generation_params
308
+ )
309
+
310
+ # Generation without a streamer, which will include the prompt in the output
311
+ generation_output = model.generate(
312
+ tokens,
313
+ **generation_params
314
+ )
315
+
316
+ # Get the tokens from the output, decode them, print them
317
+ token_output = generation_output[0]
318
+ text_output = tokenizer.decode(token_output)
319
+ print("model.generate output: ", text_output)
320
+
321
+ # Inference is also possible via Transformers' pipeline
322
+ from transformers import pipeline
323
+
324
+ pipe = pipeline(
325
+ "text-generation",
326
+ model=model,
327
+ tokenizer=tokenizer,
328
+ **generation_params
329
+ )
330
+
331
+ pipe_output = pipe(prompt_template)[0]['generated_text']
332
+ print("pipeline output: ", pipe_output)
333
+
334
+ ```
335
+ <!-- README_AWQ.md-use-from-python end -->
336
+
337
+ <!-- README_AWQ.md-compatibility start -->
338
+ ## Compatibility
339
+
340
+ The files provided are tested to work with:
341
+
342
+ - [text-generation-webui](https://github.com/oobabooga/text-generation-webui) using `Loader: AutoAWQ`.
343
+ - [vLLM](https://github.com/vllm-project/vllm) version 0.2.0 and later.
344
+ - [Hugging Face Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference) version 1.1.0 and later.
345
+ - [Transformers](https://huggingface.co/docs/transformers) version 4.35.0 and later.
346
+ - [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) version 0.1.1 and later.
347
+
348
+ <!-- README_AWQ.md-compatibility end -->
349
+
350
+ <!-- footer start -->
351
+ <!-- 200823 -->
352
+ ## Discord
353
+
354
+ For further support, and discussions on these models and AI in general, join us at:
355
+
356
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
357
+
358
+ ## Thanks, and how to contribute
359
+
360
+ Thanks to the [chirper.ai](https://chirper.ai) team!
361
+
362
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
363
+
364
+ 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.
365
+
366
+ 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.
367
+
368
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
369
+
370
+ * Patreon: https://patreon.com/TheBlokeAI
371
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
372
+
373
+ **Special thanks to**: Aemon Algiz.
374
+
375
+ **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
376
+
377
+
378
+ Thank you to all my generous patrons and donaters!
379
+
380
+ And thank you again to a16z for their generous grant.
381
+
382
+ <!-- footer end -->
383
+
384
+ # Original model card: Katy Vetteriano's EstopianMaid 13B
385
+
386
+
387
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/653a2392341143f7774424d8/fyK_RtEjb9sLF_Mq0nZm2.png)
388
+
389
+ Based on feedback Estopian made can:
390
+
391
+ - EstopianMaid is good at sticking to the character card.
392
+ - maintains coherency in a setting with multiple characters.
393
+ - Able to create new scenario's
394
+
395
+ - Prompt Template: Alpaca
396
+ ### Instruction:
397
+ {prompt}
398
+
399
+ ### Response:
400
+
401
+ Recommended settings:
402
+ - SillyTavern Default Preset.
403
+ - Temperature: 0.7
404
+ - Min-P: 0.3
405
+ - Amount to Gen: 256
406
+ - Top P: 1
407
+ - Repetition penalty: 1.10
408
+
409
+ Models used:
410
+
411
+ BlueNipples/TimeCrystal-l2-13B
412
+ cgato/Thespis-13b-DPO-v0.7
413
+ KoboldAI/LLaMA2-13B-Estopia
414
+ NeverSleep/Noromaid-13B-0.4-DPO
415
+ Doctor-Shotgun/cat-v1.0-13b
416
+
417
+ Feedback is always appreciated!
418
+ Thank you KoboldAI for their usage of their MergeBox and Caitlyn G. for their support and feedback.