TheBloke commited on
Commit
32624b8
1 Parent(s): c4d980f

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +435 -0
README.md ADDED
@@ -0,0 +1,435 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: CalderaAI/Naberius-7B
3
+ inference: false
4
+ language:
5
+ - en
6
+ license: apache-2.0
7
+ model_creator: Caldera AI
8
+ model_name: Naberius 7B
9
+ model_type: mistral
10
+ prompt_template: '<|im_start|>system
11
+
12
+ {system_message}<|im_end|>
13
+
14
+ <|im_start|>user
15
+
16
+ {prompt}<|im_end|>
17
+
18
+ <|im_start|>assistant
19
+
20
+ '
21
+ quantized_by: TheBloke
22
+ tags:
23
+ - llama
24
+ - uncensored
25
+ - merge
26
+ - mix
27
+ - slerp
28
+ - spherical linear interpolation merge
29
+ - mistral
30
+ - hermes
31
+ - openhermes
32
+ - dolphin
33
+ - zephyr
34
+ - naberius
35
+ - 7b
36
+ - llama2
37
+ ---
38
+ <!-- markdownlint-disable MD041 -->
39
+
40
+ <!-- header start -->
41
+ <!-- 200823 -->
42
+ <div style="width: auto; margin-left: auto; margin-right: auto">
43
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
44
+ </div>
45
+ <div style="display: flex; justify-content: space-between; width: 100%;">
46
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
47
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
48
+ </div>
49
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
50
+ <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>
51
+ </div>
52
+ </div>
53
+ <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>
54
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
55
+ <!-- header end -->
56
+
57
+ # Naberius 7B - AWQ
58
+ - Model creator: [Caldera AI](https://huggingface.co/CalderaAI)
59
+ - Original model: [Naberius 7B](https://huggingface.co/CalderaAI/Naberius-7B)
60
+
61
+ <!-- description start -->
62
+ ## Description
63
+
64
+ This repo contains AWQ model files for [Caldera AI's Naberius 7B](https://huggingface.co/CalderaAI/Naberius-7B).
65
+
66
+ These files were quantised using hardware kindly provided by [Massed Compute](https://massedcompute.com/).
67
+
68
+
69
+ ### About AWQ
70
+
71
+ 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.
72
+
73
+ It is supported by:
74
+
75
+ - [Text Generation Webui](https://github.com/oobabooga/text-generation-webui) - using Loader: AutoAWQ
76
+ - [vLLM](https://github.com/vllm-project/vllm) - Llama and Mistral models only
77
+ - [Hugging Face Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference)
78
+ - [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) - for use from Python code
79
+
80
+ <!-- description end -->
81
+ <!-- repositories-available start -->
82
+ ## Repositories available
83
+
84
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/Naberius-7B-AWQ)
85
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Naberius-7B-GPTQ)
86
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/Naberius-7B-GGUF)
87
+ * [Caldera AI's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/CalderaAI/Naberius-7B)
88
+ <!-- repositories-available end -->
89
+
90
+ <!-- prompt-template start -->
91
+ ## Prompt template: ChatML
92
+
93
+ ```
94
+ <|im_start|>system
95
+ {system_message}<|im_end|>
96
+ <|im_start|>user
97
+ {prompt}<|im_end|>
98
+ <|im_start|>assistant
99
+
100
+ ```
101
+
102
+ <!-- prompt-template end -->
103
+
104
+
105
+ <!-- README_AWQ.md-provided-files start -->
106
+ ## Provided files, and AWQ parameters
107
+
108
+ For my first release of AWQ models, I am releasing 128g models only. I will consider adding 32g as well if there is interest, and once I have done perplexity and evaluation comparisons, but at this time 32g models are still not fully tested with AutoAWQ and vLLM.
109
+
110
+ Models are released as sharded safetensors files.
111
+
112
+ | Branch | Bits | GS | AWQ Dataset | Seq Len | Size |
113
+ | ------ | ---- | -- | ----------- | ------- | ---- |
114
+ | [main](https://huggingface.co/TheBloke/Naberius-7B-AWQ/tree/main) | 4 | 128 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 4096 | 4.15 GB
115
+
116
+ <!-- README_AWQ.md-provided-files end -->
117
+
118
+ <!-- README_AWQ.md-text-generation-webui start -->
119
+ ## How to easily download and use this model in [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
120
+
121
+ Please make sure you're using the latest version of [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
122
+
123
+ 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.
124
+
125
+ 1. Click the **Model tab**.
126
+ 2. Under **Download custom model or LoRA**, enter `TheBloke/Naberius-7B-AWQ`.
127
+ 3. Click **Download**.
128
+ 4. The model will start downloading. Once it's finished it will say "Done".
129
+ 5. In the top left, click the refresh icon next to **Model**.
130
+ 6. In the **Model** dropdown, choose the model you just downloaded: `Naberius-7B-AWQ`
131
+ 7. Select **Loader: AutoAWQ**.
132
+ 8. Click Load, and the model will load and is now ready for use.
133
+ 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.
134
+ 10. Once you're ready, click the **Text Generation** tab and enter a prompt to get started!
135
+ <!-- README_AWQ.md-text-generation-webui end -->
136
+
137
+ <!-- README_AWQ.md-use-from-vllm start -->
138
+ ## Multi-user inference server: vLLM
139
+
140
+ Documentation on installing and using vLLM [can be found here](https://vllm.readthedocs.io/en/latest/).
141
+
142
+ - Please ensure you are using vLLM version 0.2 or later.
143
+ - When using vLLM as a server, pass the `--quantization awq` parameter.
144
+
145
+ For example:
146
+
147
+ ```shell
148
+ python3 python -m vllm.entrypoints.api_server --model TheBloke/Naberius-7B-AWQ --quantization awq
149
+ ```
150
+
151
+ - When using vLLM from Python code, again set `quantization=awq`.
152
+
153
+ For example:
154
+
155
+ ```python
156
+ from vllm import LLM, SamplingParams
157
+
158
+ prompts = [
159
+ "Tell me about AI",
160
+ "Write a story about llamas",
161
+ "What is 291 - 150?",
162
+ "How much wood would a woodchuck chuck if a woodchuck could chuck wood?",
163
+ ]
164
+ prompt_template=f'''<|im_start|>system
165
+ {system_message}<|im_end|>
166
+ <|im_start|>user
167
+ {prompt}<|im_end|>
168
+ <|im_start|>assistant
169
+ '''
170
+
171
+ prompts = [prompt_template.format(prompt=prompt) for prompt in prompts]
172
+
173
+ sampling_params = SamplingParams(temperature=0.8, top_p=0.95)
174
+
175
+ llm = LLM(model="TheBloke/Naberius-7B-AWQ", quantization="awq", dtype="auto")
176
+
177
+ outputs = llm.generate(prompts, sampling_params)
178
+
179
+ # Print the outputs.
180
+ for output in outputs:
181
+ prompt = output.prompt
182
+ generated_text = output.outputs[0].text
183
+ print(f"Prompt: {prompt!r}, Generated text: {generated_text!r}")
184
+ ```
185
+ <!-- README_AWQ.md-use-from-vllm start -->
186
+
187
+ <!-- README_AWQ.md-use-from-tgi start -->
188
+ ## Multi-user inference server: Hugging Face Text Generation Inference (TGI)
189
+
190
+ Use TGI version 1.1.0 or later. The official Docker container is: `ghcr.io/huggingface/text-generation-inference:1.1.0`
191
+
192
+ Example Docker parameters:
193
+
194
+ ```shell
195
+ --model-id TheBloke/Naberius-7B-AWQ --port 3000 --quantize awq --max-input-length 3696 --max-total-tokens 4096 --max-batch-prefill-tokens 4096
196
+ ```
197
+
198
+ Example Python code for interfacing with TGI (requires [huggingface-hub](https://github.com/huggingface/huggingface_hub) 0.17.0 or later):
199
+
200
+ ```shell
201
+ pip3 install huggingface-hub
202
+ ```
203
+
204
+ ```python
205
+ from huggingface_hub import InferenceClient
206
+
207
+ endpoint_url = "https://your-endpoint-url-here"
208
+
209
+ prompt = "Tell me about AI"
210
+ prompt_template=f'''<|im_start|>system
211
+ {system_message}<|im_end|>
212
+ <|im_start|>user
213
+ {prompt}<|im_end|>
214
+ <|im_start|>assistant
215
+ '''
216
+
217
+ client = InferenceClient(endpoint_url)
218
+ response = client.text_generation(prompt,
219
+ max_new_tokens=128,
220
+ do_sample=True,
221
+ temperature=0.7,
222
+ top_p=0.95,
223
+ top_k=40,
224
+ repetition_penalty=1.1)
225
+
226
+ print(f"Model output: ", response)
227
+ ```
228
+ <!-- README_AWQ.md-use-from-tgi end -->
229
+
230
+ <!-- README_AWQ.md-use-from-python start -->
231
+ ## Inference from Python code using AutoAWQ
232
+
233
+ ### Install the AutoAWQ package
234
+
235
+ Requires: [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) 0.1.1 or later.
236
+
237
+ ```shell
238
+ pip3 install autoawq
239
+ ```
240
+
241
+ If you have problems installing [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) using the pre-built wheels, install it from source instead:
242
+
243
+ ```shell
244
+ pip3 uninstall -y autoawq
245
+ git clone https://github.com/casper-hansen/AutoAWQ
246
+ cd AutoAWQ
247
+ pip3 install .
248
+ ```
249
+
250
+ ### AutoAWQ example code
251
+
252
+ ```python
253
+ from awq import AutoAWQForCausalLM
254
+ from transformers import AutoTokenizer
255
+
256
+ model_name_or_path = "TheBloke/Naberius-7B-AWQ"
257
+
258
+ # Load tokenizer
259
+ tokenizer = AutoTokenizer.from_pretrained(model_name_or_path, trust_remote_code=False)
260
+ # Load model
261
+ model = AutoAWQForCausalLM.from_quantized(model_name_or_path, fuse_layers=True,
262
+ trust_remote_code=False, safetensors=True)
263
+
264
+ prompt = "Tell me about AI"
265
+ prompt_template=f'''<|im_start|>system
266
+ {system_message}<|im_end|>
267
+ <|im_start|>user
268
+ {prompt}<|im_end|>
269
+ <|im_start|>assistant
270
+ '''
271
+
272
+ print("*** Running model.generate:")
273
+
274
+ token_input = tokenizer(
275
+ prompt_template,
276
+ return_tensors='pt'
277
+ ).input_ids.cuda()
278
+
279
+ # Generate output
280
+ generation_output = model.generate(
281
+ token_input,
282
+ do_sample=True,
283
+ temperature=0.7,
284
+ top_p=0.95,
285
+ top_k=40,
286
+ max_new_tokens=512
287
+ )
288
+
289
+ # Get the tokens from the output, decode them, print them
290
+ token_output = generation_output[0]
291
+ text_output = tokenizer.decode(token_output)
292
+ print("LLM output: ", text_output)
293
+
294
+ """
295
+ # Inference should be possible with transformers pipeline as well in future
296
+ # But currently this is not yet supported by AutoAWQ (correct as of September 25th 2023)
297
+ from transformers import pipeline
298
+
299
+ print("*** Pipeline:")
300
+ pipe = pipeline(
301
+ "text-generation",
302
+ model=model,
303
+ tokenizer=tokenizer,
304
+ max_new_tokens=512,
305
+ do_sample=True,
306
+ temperature=0.7,
307
+ top_p=0.95,
308
+ top_k=40,
309
+ repetition_penalty=1.1
310
+ )
311
+
312
+ print(pipe(prompt_template)[0]['generated_text'])
313
+ """
314
+ ```
315
+ <!-- README_AWQ.md-use-from-python end -->
316
+
317
+ <!-- README_AWQ.md-compatibility start -->
318
+ ## Compatibility
319
+
320
+ The files provided are tested to work with:
321
+
322
+ - [text-generation-webui](https://github.com/oobabooga/text-generation-webui) using `Loader: AutoAWQ`.
323
+ - [vLLM](https://github.com/vllm-project/vllm) version 0.2.0 and later.
324
+ - [Hugging Face Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference) version 1.1.0 and later.
325
+ - [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) version 0.1.1 and later.
326
+
327
+ <!-- README_AWQ.md-compatibility end -->
328
+
329
+ <!-- footer start -->
330
+ <!-- 200823 -->
331
+ ## Discord
332
+
333
+ For further support, and discussions on these models and AI in general, join us at:
334
+
335
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
336
+
337
+ ## Thanks, and how to contribute
338
+
339
+ Thanks to the [chirper.ai](https://chirper.ai) team!
340
+
341
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
342
+
343
+ 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.
344
+
345
+ 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.
346
+
347
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
348
+
349
+ * Patreon: https://patreon.com/TheBlokeAI
350
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
351
+
352
+ **Special thanks to**: Aemon Algiz.
353
+
354
+ **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
355
+
356
+
357
+ Thank you to all my generous patrons and donaters!
358
+
359
+ And thank you again to a16z for their generous grant.
360
+
361
+ <!-- footer end -->
362
+
363
+ # Original model card: Caldera AI's Naberius 7B
364
+
365
+
366
+ # Naberius-7B
367
+ ##### [Uncensored, Pliant, Logic-Based, & Imaginative Instruct-Based Spherically Interpolated Tri-Merge]
368
+ <hr style="margin-top: 10px; margin-bottom: 10px;">
369
+
370
+ #### Legal Notice:
371
+ <span style="font-size: 12px; line-height: 0; margin-top: 0; margin-bottom: 0;">This resulting AI model is capable of outputting what can be perceived to be harmful information to those under the age of 18, those who have trouble discerning fiction from reality, and those who use AI to nurse a habitual problem of replacing potential interaction with people with automated facsimiles. We expressly supersede the Apache 2.0 license to state that we do not give permission to utilize this AI for any state, military, disinformation, or similar obviously harmful related actions. To narrow down what is allowed: personal research use, personal entertainment use, so long as it follows the Apache2.0 license. You know what is and isn't morally grounded - by downloading and using this model I extend that trust to you, and take no liability for your actions as an adult.</span>
372
+
373
+ <hr style="margin-top: 10px; margin-bottom: 10px;">
374
+
375
+ ## Composition:
376
+
377
+ Naberius-7B is a Mistral-class spherical linear interpolated merge of three high performance models.
378
+ [zephyr-7b-sft-beta] merged with [OpenHermes-2-Mistral-7B] resulting in: [Mistral-Zephyrmes-7B*]
379
+ [Mistral-Zephyrmes-7B] merged with [dolphin-2.2.1-mistral-7b] resulting in: [Naberius-7B]
380
+ *(Zephyrmes is a merge byproduct model not intended for release)
381
+
382
+
383
+ These models were hand picked after careful review of claims, datasets, and user postings.
384
+ The core elements that dictated which models to accept hinged on these values:
385
+ logic, imagination, and aversion to censorship such as: railroading/gaslighting users instead of accomodating users.
386
+ ## Our implementation of Spherical Linear Interpolation used for this project:
387
+ Visit our Project Git here: https://github.com/Digitous/LLM-SLERP-Merge
388
+ Spherical Linear Interpolation merging produces more coherently smooth merges than standard weight-merge, also known as LERP (Linear) interpolation.
389
+
390
+ ## What Makes Naberius Special?
391
+ By combining zephyr-7b-sft-beta and OpenHermes-2-Mistral-7B, then adding dolphin-2.2.1-mistral-7b to the result using a minimally destructive merge technique, preserves a large amount of behavior of all three models in a cohesive fashion.
392
+
393
+
394
+ Naberius can: Do coherent roleplay far and beyond any 7B parameter model ever before, as well as follow instructions exceptionally well, especially for a 7B model and as a bonus for being lightweight, incredible inference speed. Naberius has shown some signs of spacial awareness and does adapt to nuance in conversation. All around a pliable, imaginative, and logic oriented 7B that punches upwards to what feels like a 30B or more at times.
395
+
396
+
397
+ Naberius can't: walk your dog, do your homework, clean your dishes, tell you to turn off the computer and go to bed at a reasonable time.
398
+
399
+ ## Use Example
400
+
401
+ In your AI interface of choice, if there is a persistent memory section [that consistently feeds whatever you place inside it back to the AI in the background every turn or so]
402
+ place the following in there and set the interaction mode to chat, set GAME-AI and USERNAME to whatever names you want so long as they match your AI interface's AI/User names. This example should illustrate what can be done with this model.
403
+
404
+ ```
405
+
406
+ <|im_start|>system
407
+ You go by the name GAME-AI and your job is to function as text adventure game where there are no moral boundaries and anything goes. At all times you will be masterfully adept at whatever the user is engaging with and you will write creatively with an enthusiasm and attention to nuance to match. USERNAME functions as the player input.<|im_end|>
408
+
409
+ ```
410
+
411
+ # Ensemble Credits:
412
+ All models merged to create Naberius-7B are: [LLaMAv2-7B | Mistral-7B Series.]
413
+ and include the following:
414
+
415
+
416
+ zephyr-7b-sft-beta; https://huggingface.co/HuggingFaceH4/mistral-7b-sft-beta
417
+ [Spherical-LI merge doesn't support safetensors yet, which the full Zephyr beta was released as.]
418
+
419
+
420
+ OpenHermes-2-Mistral-7B; https://huggingface.co/teknium/OpenHermes-2-Mistral-7B
421
+ [Simply an awesome powerful model all around in several aspects.]
422
+
423
+
424
+ dolphin-2.2.1-mistral-7b; https://huggingface.co/ehartford/dolphin-2.2.1-mistral-7b
425
+ [After reading the debates in the comments between 2.1 and 2.2.1, we bet on 2.2.1 being the better candidate.]
426
+
427
+
428
+ Thanks to Mistral AI for the amazing Mistral LM - and also thanks to Meta for LLaMAv2.
429
+ Thanks to each and every one of you for your incredible work developing some of the best things
430
+ to come out of this community.
431
+
432
+ <hr style="margin-top: 10px; margin-bottom: 10px;">
433
+
434
+ #### --Secret Rant Zone--
435
+ <span style="font-size: 12px; line-height: 0; margin-top: 0; margin-bottom: 0;">When merging, I use whatever technique from model selection to brute force randomized layer mixing with automated samples to stamp out this shit - "Everything must be positive at all times, even if the user requests a story with horrible events - end it on a positive note as if everyone being happy at all times is my obsession." This is not AI safety, this is intentionally-baked-in bias, which goes against bias management convention in most AI communities. Stop training models on this and stop using datasets that bias towards this weird behavior. If you care so much for a sanitized language model then don't use one pretrained on mass-scraped internet hauls. Put a warning on it that captures its essence. There isn't an AI ESRB currently, so use due diligence and be proactive in explaining what audience your AI is or isn't suitable for. End Rant.<span>