TheBloke commited on
Commit
c2c1ce5
1 Parent(s): 0ec217c

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +451 -0
README.md ADDED
@@ -0,0 +1,451 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: KoboldAI/LLaMA2-13B-Psyfighter2
3
+ inference: false
4
+ license: llama2
5
+ model_creator: KoboldAI
6
+ model_name: Llama2 13B Psyfighter2
7
+ model_type: llama
8
+ prompt_template: "### Instruction: \n{prompt}\n### Response:\n"
9
+ quantized_by: TheBloke
10
+ ---
11
+ <!-- markdownlint-disable MD041 -->
12
+
13
+ <!-- header start -->
14
+ <!-- 200823 -->
15
+ <div style="width: auto; margin-left: auto; margin-right: auto">
16
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
17
+ </div>
18
+ <div style="display: flex; justify-content: space-between; width: 100%;">
19
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
20
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
21
+ </div>
22
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
23
+ <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>
24
+ </div>
25
+ </div>
26
+ <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>
27
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
28
+ <!-- header end -->
29
+
30
+ # Llama2 13B Psyfighter2 - AWQ
31
+ - Model creator: [KoboldAI](https://huggingface.co/KoboldAI)
32
+ - Original model: [Llama2 13B Psyfighter2](https://huggingface.co/KoboldAI/LLaMA2-13B-Psyfighter2)
33
+
34
+ <!-- description start -->
35
+ ## Description
36
+
37
+ This repo contains AWQ model files for [KoboldAI's Llama2 13B Psyfighter2](https://huggingface.co/KoboldAI/LLaMA2-13B-Psyfighter2).
38
+
39
+ These files were quantised using hardware kindly provided by [Massed Compute](https://massedcompute.com/).
40
+
41
+
42
+ ### About AWQ
43
+
44
+ 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.
45
+
46
+ It is supported by:
47
+
48
+ - [Text Generation Webui](https://github.com/oobabooga/text-generation-webui) - using Loader: AutoAWQ
49
+ - [vLLM](https://github.com/vllm-project/vllm) - Llama and Mistral models only
50
+ - [Hugging Face Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference)
51
+ - [Transformers](https://huggingface.co/docs/transformers) version 4.35.0 and later, from any code or client that supports Transformers
52
+ - [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) - for use from Python code
53
+
54
+ <!-- description end -->
55
+ <!-- repositories-available start -->
56
+ ## Repositories available
57
+
58
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/LLaMA2-13B-Psyfighter2-AWQ)
59
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/LLaMA2-13B-Psyfighter2-GPTQ)
60
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/LLaMA2-13B-Psyfighter2-GGUF)
61
+ * [KoboldAI's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/KoboldAI/LLaMA2-13B-Psyfighter2)
62
+ <!-- repositories-available end -->
63
+
64
+ <!-- prompt-template start -->
65
+ ## Prompt template: Alpaca-Tiefighter
66
+
67
+ ```
68
+ ### Instruction:
69
+ {prompt}
70
+ ### Response:
71
+
72
+ ```
73
+
74
+ <!-- prompt-template end -->
75
+
76
+
77
+ <!-- README_AWQ.md-provided-files start -->
78
+ ## Provided files, and AWQ parameters
79
+
80
+ I currently release 128g GEMM models only. The addition of group_size 32 models, and GEMV kernel models, is being actively considered.
81
+
82
+ Models are released as sharded safetensors files.
83
+
84
+ | Branch | Bits | GS | AWQ Dataset | Seq Len | Size |
85
+ | ------ | ---- | -- | ----------- | ------- | ---- |
86
+ | [main](https://huggingface.co/TheBloke/LLaMA2-13B-Psyfighter2-AWQ/tree/main) | 4 | 128 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 4096 | 7.25 GB
87
+
88
+ <!-- README_AWQ.md-provided-files end -->
89
+
90
+ <!-- README_AWQ.md-text-generation-webui start -->
91
+ ## How to easily download and use this model in [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
92
+
93
+ Please make sure you're using the latest version of [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
94
+
95
+ 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.
96
+
97
+ 1. Click the **Model tab**.
98
+ 2. Under **Download custom model or LoRA**, enter `TheBloke/LLaMA2-13B-Psyfighter2-AWQ`.
99
+ 3. Click **Download**.
100
+ 4. The model will start downloading. Once it's finished it will say "Done".
101
+ 5. In the top left, click the refresh icon next to **Model**.
102
+ 6. In the **Model** dropdown, choose the model you just downloaded: `LLaMA2-13B-Psyfighter2-AWQ`
103
+ 7. Select **Loader: AutoAWQ**.
104
+ 8. Click Load, and the model will load and is now ready for use.
105
+ 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.
106
+ 10. Once you're ready, click the **Text Generation** tab and enter a prompt to get started!
107
+ <!-- README_AWQ.md-text-generation-webui end -->
108
+
109
+ <!-- README_AWQ.md-use-from-vllm start -->
110
+ ## Multi-user inference server: vLLM
111
+
112
+ Documentation on installing and using vLLM [can be found here](https://vllm.readthedocs.io/en/latest/).
113
+
114
+ - Please ensure you are using vLLM version 0.2 or later.
115
+ - When using vLLM as a server, pass the `--quantization awq` parameter.
116
+
117
+ For example:
118
+
119
+ ```shell
120
+ python3 -m vllm.entrypoints.api_server --model TheBloke/LLaMA2-13B-Psyfighter2-AWQ --quantization awq --dtype auto
121
+ ```
122
+
123
+ - When using vLLM from Python code, again set `quantization=awq`.
124
+
125
+ For example:
126
+
127
+ ```python
128
+ from vllm import LLM, SamplingParams
129
+
130
+ prompts = [
131
+ "Tell me about AI",
132
+ "Write a story about llamas",
133
+ "What is 291 - 150?",
134
+ "How much wood would a woodchuck chuck if a woodchuck could chuck wood?",
135
+ ]
136
+ prompt_template=f'''### Instruction:
137
+ {prompt}
138
+ ### Response:
139
+ '''
140
+
141
+ prompts = [prompt_template.format(prompt=prompt) for prompt in prompts]
142
+
143
+ sampling_params = SamplingParams(temperature=0.8, top_p=0.95)
144
+
145
+ llm = LLM(model="TheBloke/LLaMA2-13B-Psyfighter2-AWQ", quantization="awq", dtype="auto")
146
+
147
+ outputs = llm.generate(prompts, sampling_params)
148
+
149
+ # Print the outputs.
150
+ for output in outputs:
151
+ prompt = output.prompt
152
+ generated_text = output.outputs[0].text
153
+ print(f"Prompt: {prompt!r}, Generated text: {generated_text!r}")
154
+ ```
155
+ <!-- README_AWQ.md-use-from-vllm start -->
156
+
157
+ <!-- README_AWQ.md-use-from-tgi start -->
158
+ ## Multi-user inference server: Hugging Face Text Generation Inference (TGI)
159
+
160
+ Use TGI version 1.1.0 or later. The official Docker container is: `ghcr.io/huggingface/text-generation-inference:1.1.0`
161
+
162
+ Example Docker parameters:
163
+
164
+ ```shell
165
+ --model-id TheBloke/LLaMA2-13B-Psyfighter2-AWQ --port 3000 --quantize awq --max-input-length 3696 --max-total-tokens 4096 --max-batch-prefill-tokens 4096
166
+ ```
167
+
168
+ Example Python code for interfacing with TGI (requires [huggingface-hub](https://github.com/huggingface/huggingface_hub) 0.17.0 or later):
169
+
170
+ ```shell
171
+ pip3 install huggingface-hub
172
+ ```
173
+
174
+ ```python
175
+ from huggingface_hub import InferenceClient
176
+
177
+ endpoint_url = "https://your-endpoint-url-here"
178
+
179
+ prompt = "Tell me about AI"
180
+ prompt_template=f'''### Instruction:
181
+ {prompt}
182
+ ### Response:
183
+ '''
184
+
185
+ client = InferenceClient(endpoint_url)
186
+ response = client.text_generation(prompt,
187
+ max_new_tokens=128,
188
+ do_sample=True,
189
+ temperature=0.7,
190
+ top_p=0.95,
191
+ top_k=40,
192
+ repetition_penalty=1.1)
193
+
194
+ print(f"Model output: ", response)
195
+ ```
196
+ <!-- README_AWQ.md-use-from-tgi end -->
197
+
198
+ <!-- README_AWQ.md-use-from-python start -->
199
+ ## Inference from Python code using Transformers
200
+
201
+ ### Install the necessary packages
202
+
203
+ - Requires: [Transformers](https://huggingface.co/docs/transformers) 4.35.0 or later.
204
+ - Requires: [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) 0.1.6 or later.
205
+
206
+ ```shell
207
+ pip3 install --upgrade "autoawq>=0.1.6" "transformers>=4.35.0"
208
+ ```
209
+
210
+ Note that if you are using PyTorch 2.0.1, the above AutoAWQ command will automatically upgrade you to PyTorch 2.1.0.
211
+
212
+ If you are using CUDA 11.8 and wish to continue using PyTorch 2.0.1, instead run this command:
213
+
214
+ ```shell
215
+ pip3 install https://github.com/casper-hansen/AutoAWQ/releases/download/v0.1.6/autoawq-0.1.6+cu118-cp310-cp310-linux_x86_64.whl
216
+ ```
217
+
218
+ If you have problems installing [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) using the pre-built wheels, install it from source instead:
219
+
220
+ ```shell
221
+ pip3 uninstall -y autoawq
222
+ git clone https://github.com/casper-hansen/AutoAWQ
223
+ cd AutoAWQ
224
+ pip3 install .
225
+ ```
226
+
227
+ ### Transformers example code (requires Transformers 4.35.0 and later)
228
+
229
+ ```python
230
+ from transformers import AutoModelForCausalLM, AutoTokenizer, TextStreamer
231
+
232
+ model_name_or_path = "TheBloke/LLaMA2-13B-Psyfighter2-AWQ"
233
+
234
+ tokenizer = AutoTokenizer.from_pretrained(model_name_or_path)
235
+ model = AutoModelForCausalLM.from_pretrained(
236
+ model_name_or_path,
237
+ low_cpu_mem_usage=True,
238
+ device_map="cuda:0"
239
+ )
240
+
241
+ # Using the text streamer to stream output one token at a time
242
+ streamer = TextStreamer(tokenizer, skip_prompt=True, skip_special_tokens=True)
243
+
244
+ prompt = "Tell me about AI"
245
+ prompt_template=f'''### Instruction:
246
+ {prompt}
247
+ ### Response:
248
+ '''
249
+
250
+ # Convert prompt to tokens
251
+ tokens = tokenizer(
252
+ prompt_template,
253
+ return_tensors='pt'
254
+ ).input_ids.cuda()
255
+
256
+ generation_params = {
257
+ "do_sample": True,
258
+ "temperature": 0.7,
259
+ "top_p": 0.95,
260
+ "top_k": 40,
261
+ "max_new_tokens": 512,
262
+ "repetition_penalty": 1.1
263
+ }
264
+
265
+ # Generate streamed output, visible one token at a time
266
+ generation_output = model.generate(
267
+ tokens,
268
+ streamer=streamer,
269
+ **generation_params
270
+ )
271
+
272
+ # Generation without a streamer, which will include the prompt in the output
273
+ generation_output = model.generate(
274
+ tokens,
275
+ **generation_params
276
+ )
277
+
278
+ # Get the tokens from the output, decode them, print them
279
+ token_output = generation_output[0]
280
+ text_output = tokenizer.decode(token_output)
281
+ print("model.generate output: ", text_output)
282
+
283
+ # Inference is also possible via Transformers' pipeline
284
+ from transformers import pipeline
285
+
286
+ pipe = pipeline(
287
+ "text-generation",
288
+ model=model,
289
+ tokenizer=tokenizer,
290
+ **generation_params
291
+ )
292
+
293
+ pipe_output = pipe(prompt_template)[0]['generated_text']
294
+ print("pipeline output: ", pipe_output)
295
+
296
+ ```
297
+ <!-- README_AWQ.md-use-from-python end -->
298
+
299
+ <!-- README_AWQ.md-compatibility start -->
300
+ ## Compatibility
301
+
302
+ The files provided are tested to work with:
303
+
304
+ - [text-generation-webui](https://github.com/oobabooga/text-generation-webui) using `Loader: AutoAWQ`.
305
+ - [vLLM](https://github.com/vllm-project/vllm) version 0.2.0 and later.
306
+ - [Hugging Face Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference) version 1.1.0 and later.
307
+ - [Transformers](https://huggingface.co/docs/transformers) version 4.35.0 and later.
308
+ - [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) version 0.1.1 and later.
309
+
310
+ <!-- README_AWQ.md-compatibility end -->
311
+
312
+ <!-- footer start -->
313
+ <!-- 200823 -->
314
+ ## Discord
315
+
316
+ For further support, and discussions on these models and AI in general, join us at:
317
+
318
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
319
+
320
+ ## Thanks, and how to contribute
321
+
322
+ Thanks to the [chirper.ai](https://chirper.ai) team!
323
+
324
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
325
+
326
+ 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.
327
+
328
+ 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.
329
+
330
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
331
+
332
+ * Patreon: https://patreon.com/TheBlokeAI
333
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
334
+
335
+ **Special thanks to**: Aemon Algiz.
336
+
337
+ **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
338
+
339
+
340
+ Thank you to all my generous patrons and donaters!
341
+
342
+ And thank you again to a16z for their generous grant.
343
+
344
+ <!-- footer end -->
345
+
346
+ # Original model card: KoboldAI's Llama2 13B Psyfighter2
347
+
348
+
349
+ # LLAMA2-13B-Psyfighter2
350
+ Psyfighter is a merged model created by the KoboldAI community members Jeb Carter and TwistedShadows and was made possible thanks to the KoboldAI merge request service.
351
+
352
+ The intent was to add medical data to supplement the models fictional ability with more details on anatomy and mental states. Due to the low ratio's of medical data and the high ratio's of fiction this model should not be used for medical advice or therapy because of its high chance of pulling in fictional data.
353
+
354
+ The following mergekit recipe was used:
355
+
356
+ ```
357
+ merge_method: task_arithmetic
358
+ base_model: TheBloke/Llama-2-13B-fp16
359
+ models:
360
+ - model: TheBloke/Llama-2-13B-fp16
361
+ - model: KoboldAI/LLaMA2-13B-Tiefighter
362
+ parameters:
363
+ weight: 1.0
364
+ - model: Doctor-Shotgun/cat-v1.0-13b
365
+ parameters:
366
+ weight: 0.01
367
+ - model: Doctor-Shotgun/llama-2-13b-chat-limarp-v2-merged
368
+ parameters:
369
+ weight: 0.02
370
+ dtype: float16
371
+ ```
372
+
373
+ *V1 of this model was published under the account of the creator of the merge
374
+
375
+ This model contains the following ingredients from their upstream models for as far as we can track them:
376
+ - KoboldAI/LLaMA2-13B-Tiefighter
377
+ - Undi95/Xwin-MLewd-13B-V0.2
378
+ - - Undi95/ReMM-S-Light
379
+ - Undi95/CreativeEngine
380
+ - Brouz/Slerpeno
381
+ - - elinas/chronos-13b-v2
382
+ - jondurbin/airoboros-l2-13b-2.1
383
+ - NousResearch/Nous-Hermes-Llama2-13b+nRuaif/Kimiko-v2
384
+ - CalderaAI/13B-Legerdemain-L2+lemonilia/limarp-llama2-v2
385
+ - - KoboldAI/LLAMA2-13B-Holodeck-1
386
+ - NousResearch/Nous-Hermes-13b
387
+ - OpenAssistant/llama2-13b-orca-8k-3319
388
+ - ehartford/WizardLM-1.0-Uncensored-Llama2-13b
389
+ - Henk717/spring-dragon
390
+ - The-Face-Of-Goonery/Huginn-v3-13b (Contains undisclosed model versions, those we assumed where possible)
391
+ - - SuperCOT (Undisclosed version)
392
+ - elinas/chronos-13b-v2 (Version assumed)
393
+ - NousResearch/Nous-Hermes-Llama2-13b
394
+ - stabilityai/StableBeluga-13B (Version assumed)
395
+ - zattio770/120-Days-of-LORA-v2-13B
396
+ - PygmalionAI/pygmalion-2-13b
397
+ - Undi95/Storytelling-v1-13B-lora
398
+ - TokenBender/sakhi_13B_roleplayer_NSFW_chat_adapter
399
+ - nRuaif/Kimiko-v2-13B
400
+ - The-Face-Of-Goonery/Huginn-13b-FP16
401
+ - - "a lot of different models, like hermes, beluga, airoboros, chronos.. limarp"
402
+ - lemonilia/LimaRP-Llama2-13B-v3-EXPERIMENT
403
+ - Xwin-LM/Xwin-LM-13B-V0.2
404
+ - PocketDoc/Dans-RetroRodeo-13b
405
+ - Blackroot/Llama-2-13B-Storywriter-LORA
406
+ - Doctor-Shotgun/cat-v1.0-13b
407
+ - Doctor-Shotgun/llama-2-13b-chat-limarp-v2-merged
408
+ - meta-llama/Llama-2-13b-chat-hf
409
+ - lemonilia/limarp-llama2-v2
410
+
411
+
412
+ While we could possibly not credit every single lora or model involved in this merged model, we'd like to thank all involved creators upstream for making this awesome model possible!
413
+ Thanks to you the AI ecosystem is thriving, and without your dedicated tuning efforts models such as this one would not be possible.
414
+
415
+ # Usage
416
+ This model is meant to be creative, If you let it improvise you get better results than if you drown it in details.
417
+
418
+ ## Story Writing
419
+ Regular story writing in the traditional way is supported, simply copy paste your story and continue writing. Optionally use an instruction in memory or an authors note to guide the direction of your story.
420
+
421
+ ### Generate a story on demand
422
+ To generate stories on demand you can use an instruction (tested in the Alpaca format) such as "Write a novel about X, use chapters and dialogue" this will generate a story. The format can vary between generations depending on how the model chooses to begin, either write what you want as shown in the earlier example or write the beginning of the story yourself so the model can follow your style. A few retries can also help if the model gets it wrong.
423
+
424
+ ## Chatbots and persona's
425
+ This model has been tested with various forms of chatting, testers have found that typically less is more and the model is good at improvising. Don't drown the model in paragraphs of detailed information, instead keep it simple first and see how far you can lean on the models own ability to figure out your character. Copy pasting paragraphs of background information is not suitable for a 13B model such as this one, code formatted characters or an instruction prompt describing who you wish to talk to goes much further.
426
+
427
+ For example, you can put this in memory in regular chat mode:
428
+ ```
429
+ ### Instruction:
430
+ Generate a conversation between Alice and Jeb where they discuss language models.
431
+ In this conversation Henk is excited to teach Alice about Psyfighter.
432
+ ### Response:
433
+ ```
434
+
435
+ Because the model is a merge of a variety of models, it should support a broad range of instruct formats, or plain chat mode. If you have a particular favourite try it, otherwise we recommend to either use the regular chat mode or Alpaca's format.
436
+
437
+ ## Instruct Prompting
438
+ This model features various instruct models on a variety of instruction styles, when testing the model we have used Alpaca for our own tests. If you prefer a different format chances are it can work.
439
+
440
+ During instructions we have observed that in some cases the adventure data can leak, it may also be worth experimenting using > as the prefix for a user command to remedy this. But this may result in a stronger fiction bias.
441
+
442
+ Keep in mind that while this model can be used as a factual instruct model, the focus was on fiction. Information provided by the model can be made up.
443
+
444
+ ## Adventuring and Adventure Games
445
+ This model contains a lora that was trained on the same adventure dataset as the KoboldAI Skein model. Adventuring is best done using an small introduction to the world and your objective while using the > prefix for a user command (KoboldAI's adventure mode).
446
+
447
+ It is possible that the model does not immediately pick up on what you wish to do and does not engage in its Adventure mode behaviour right away. Simply manually correct the output to trim excess dialogue or other undesirable behaviour and continue to submit your actions using the appropriate mode. The model should pick up on this style quickly and will correctly follow this format within 3 turns.
448
+
449
+ ## Discovered something cool and want to engage with us?
450
+ Join our community at https://koboldai.org/discord !
451
+ We can also provide assistance in making your own merges.