TheBloke commited on
Commit
a0b9f74
1 Parent(s): 1da0515

Upload README.md

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