TheBloke commited on
Commit
cea1919
1 Parent(s): d2cf94f

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +460 -0
README.md ADDED
@@ -0,0 +1,460 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: royallab/Aetheria-L2-70B
3
+ inference: false
4
+ language:
5
+ - en
6
+ library_name: transformers
7
+ license: other
8
+ model_creator: The Royal Lab
9
+ model_name: Aetheria L2 70B
10
+ model_type: llama
11
+ pipeline_tag: text-generation
12
+ prompt_template: "### Instruction:\nCharacter's Persona: bot character description\n\
13
+ \nUser's persona: user character description\n \nScenario: what happens in the\
14
+ \ story\n\nPlay the role of Character. You must engage in a roleplaying chat with\
15
+ \ User below this line. Do not write dialogues and narration for User. Character\
16
+ \ should respond with messages of medium length.\n\n### Input:\nUser: {prompt}\n\
17
+ \n### Response:\nCharacter: \n"
18
+ quantized_by: TheBloke
19
+ tags:
20
+ - llama
21
+ - llama 2
22
+ ---
23
+ <!-- markdownlint-disable MD041 -->
24
+
25
+ <!-- header start -->
26
+ <!-- 200823 -->
27
+ <div style="width: auto; margin-left: auto; margin-right: auto">
28
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
29
+ </div>
30
+ <div style="display: flex; justify-content: space-between; width: 100%;">
31
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
32
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
33
+ </div>
34
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
35
+ <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>
36
+ </div>
37
+ </div>
38
+ <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>
39
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
40
+ <!-- header end -->
41
+
42
+ # Aetheria L2 70B - GPTQ
43
+ - Model creator: [The Royal Lab](https://huggingface.co/royallab)
44
+ - Original model: [Aetheria L2 70B](https://huggingface.co/royallab/Aetheria-L2-70B)
45
+
46
+ <!-- description start -->
47
+ # Description
48
+
49
+ This repo contains GPTQ model files for [The Royal Lab's Aetheria L2 70B](https://huggingface.co/royallab/Aetheria-L2-70B).
50
+
51
+ Multiple GPTQ parameter permutations are provided; see Provided Files below for details of the options provided, their parameters, and the software used to create them.
52
+
53
+ These files were quantised using hardware kindly provided by [Massed Compute](https://massedcompute.com/).
54
+
55
+ <!-- description end -->
56
+ <!-- repositories-available start -->
57
+ ## Repositories available
58
+
59
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/Aetheria-L2-70B-AWQ)
60
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Aetheria-L2-70B-GPTQ)
61
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/Aetheria-L2-70B-GGUF)
62
+ * [The Royal Lab's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/royallab/Aetheria-L2-70B)
63
+ <!-- repositories-available end -->
64
+
65
+ <!-- prompt-template start -->
66
+ ## Prompt template: LimaRP-Alpaca
67
+
68
+ ```
69
+ ### Instruction:
70
+ Character's Persona: bot character description
71
+
72
+ User's persona: user character description
73
+
74
+ Scenario: what happens in the story
75
+
76
+ Play the role of Character. You must engage in a roleplaying chat with User below this line. Do not write dialogues and narration for User. Character should respond with messages of medium length.
77
+
78
+ ### Input:
79
+ User: {prompt}
80
+
81
+ ### Response:
82
+ Character:
83
+
84
+ ```
85
+
86
+ <!-- prompt-template end -->
87
+
88
+
89
+
90
+ <!-- README_GPTQ.md-compatible clients start -->
91
+ ## Known compatible clients / servers
92
+
93
+ These GPTQ models are known to work in the following inference servers/webuis.
94
+
95
+ - [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
96
+ - [KoboldAI United](https://github.com/henk717/koboldai)
97
+ - [LoLLMS Web UI](https://github.com/ParisNeo/lollms-webui)
98
+ - [Hugging Face Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference)
99
+
100
+ This may not be a complete list; if you know of others, please let me know!
101
+ <!-- README_GPTQ.md-compatible clients end -->
102
+
103
+ <!-- README_GPTQ.md-provided-files start -->
104
+ ## Provided files, and GPTQ parameters
105
+
106
+ Multiple quantisation parameters are provided, to allow you to choose the best one for your hardware and requirements.
107
+
108
+ Each separate quant is in a different branch. See below for instructions on fetching from different branches.
109
+
110
+ Most GPTQ files are made with AutoGPTQ. Mistral models are currently made with Transformers.
111
+
112
+ <details>
113
+ <summary>Explanation of GPTQ parameters</summary>
114
+
115
+ - Bits: The bit size of the quantised model.
116
+ - GS: GPTQ group size. Higher numbers use less VRAM, but have lower quantisation accuracy. "None" is the lowest possible value.
117
+ - Act Order: True or False. Also known as `desc_act`. True results in better quantisation accuracy. Some GPTQ clients have had issues with models that use Act Order plus Group Size, but this is generally resolved now.
118
+ - Damp %: A GPTQ parameter that affects how samples are processed for quantisation. 0.01 is default, but 0.1 results in slightly better accuracy.
119
+ - GPTQ dataset: The calibration dataset used during quantisation. Using a dataset more appropriate to the model's training can improve quantisation accuracy. Note that the GPTQ calibration dataset is not the same as the dataset used to train the model - please refer to the original model repo for details of the training dataset(s).
120
+ - Sequence Length: The length of the dataset sequences used for quantisation. Ideally this is the same as the model sequence length. For some very long sequence models (16+K), a lower sequence length may have to be used. Note that a lower sequence length does not limit the sequence length of the quantised model. It only impacts the quantisation accuracy on longer inference sequences.
121
+ - ExLlama Compatibility: Whether this file can be loaded with ExLlama, which currently only supports Llama and Mistral models in 4-bit.
122
+
123
+ </details>
124
+
125
+ | Branch | Bits | GS | Act Order | Damp % | GPTQ Dataset | Seq Len | Size | ExLlama | Desc |
126
+ | ------ | ---- | -- | --------- | ------ | ------------ | ------- | ---- | ------- | ---- |
127
+ | [main](https://huggingface.co/TheBloke/Aetheria-L2-70B-GPTQ/tree/main) | 4 | None | Yes | 0.1 | [OpenErotica Erotiquant](https://huggingface.co/datasets/openerotica/erotiquant/viewer/) | 4096 | 35.33 GB | Yes | 4-bit, with Act Order. No group size, to lower VRAM requirements. |
128
+ | [gptq-4bit-128g-actorder_True](https://huggingface.co/TheBloke/Aetheria-L2-70B-GPTQ/tree/gptq-4bit-128g-actorder_True) | 4 | 128 | Yes | 0.1 | [OpenErotica Erotiquant](https://huggingface.co/datasets/openerotica/erotiquant/viewer/) | 4096 | 36.65 GB | Yes | 4-bit, with Act Order and group size 128g. Uses even less VRAM than 64g, but with slightly lower accuracy. |
129
+ | [gptq-4bit-32g-actorder_True](https://huggingface.co/TheBloke/Aetheria-L2-70B-GPTQ/tree/gptq-4bit-32g-actorder_True) | 4 | 32 | Yes | 0.1 | [OpenErotica Erotiquant](https://huggingface.co/datasets/openerotica/erotiquant/viewer/) | 4096 | 40.66 GB | Yes | 4-bit, with Act Order and group size 32g. Gives highest possible inference quality, with maximum VRAM usage. |
130
+ | [gptq-3bit--1g-actorder_True](https://huggingface.co/TheBloke/Aetheria-L2-70B-GPTQ/tree/gptq-3bit--1g-actorder_True) | 3 | None | Yes | 0.1 | [OpenErotica Erotiquant](https://huggingface.co/datasets/openerotica/erotiquant/viewer/) | 4096 | 26.77 GB | No | 3-bit, with Act Order and no group size. Lowest possible VRAM requirements. May be lower quality than 3-bit 128g. |
131
+ | [gptq-3bit-128g-actorder_True](https://huggingface.co/TheBloke/Aetheria-L2-70B-GPTQ/tree/gptq-3bit-128g-actorder_True) | 3 | 128 | Yes | 0.1 | [OpenErotica Erotiquant](https://huggingface.co/datasets/openerotica/erotiquant/viewer/) | 4096 | 28.03 GB | No | 3-bit, with group size 128g and act-order. Higher quality than 128g-False. |
132
+ | [gptq-3bit-32g-actorder_True](https://huggingface.co/TheBloke/Aetheria-L2-70B-GPTQ/tree/gptq-3bit-32g-actorder_True) | 3 | 32 | Yes | 0.1 | [OpenErotica Erotiquant](https://huggingface.co/datasets/openerotica/erotiquant/viewer/) | 4096 | 31.84 GB | No | 3-bit, with group size 64g and act-order. Highest quality 3-bit option. |
133
+
134
+ <!-- README_GPTQ.md-provided-files end -->
135
+
136
+ <!-- README_GPTQ.md-download-from-branches start -->
137
+ ## How to download, including from branches
138
+
139
+ ### In text-generation-webui
140
+
141
+ To download from the `main` branch, enter `TheBloke/Aetheria-L2-70B-GPTQ` in the "Download model" box.
142
+
143
+ To download from another branch, add `:branchname` to the end of the download name, eg `TheBloke/Aetheria-L2-70B-GPTQ:gptq-4bit-128g-actorder_True`
144
+
145
+ ### From the command line
146
+
147
+ I recommend using the `huggingface-hub` Python library:
148
+
149
+ ```shell
150
+ pip3 install huggingface-hub
151
+ ```
152
+
153
+ To download the `main` branch to a folder called `Aetheria-L2-70B-GPTQ`:
154
+
155
+ ```shell
156
+ mkdir Aetheria-L2-70B-GPTQ
157
+ huggingface-cli download TheBloke/Aetheria-L2-70B-GPTQ --local-dir Aetheria-L2-70B-GPTQ --local-dir-use-symlinks False
158
+ ```
159
+
160
+ To download from a different branch, add the `--revision` parameter:
161
+
162
+ ```shell
163
+ mkdir Aetheria-L2-70B-GPTQ
164
+ huggingface-cli download TheBloke/Aetheria-L2-70B-GPTQ --revision gptq-4bit-128g-actorder_True --local-dir Aetheria-L2-70B-GPTQ --local-dir-use-symlinks False
165
+ ```
166
+
167
+ <details>
168
+ <summary>More advanced huggingface-cli download usage</summary>
169
+
170
+ If you remove the `--local-dir-use-symlinks False` parameter, the files will instead be stored in the central Hugging Face cache directory (default location on Linux is: `~/.cache/huggingface`), and symlinks will be added to the specified `--local-dir`, pointing to their real location in the cache. This allows for interrupted downloads to be resumed, and allows you to quickly clone the repo to multiple places on disk without triggering a download again. The downside, and the reason why I don't list that as the default option, is that the files are then hidden away in a cache folder and it's harder to know where your disk space is being used, and to clear it up if/when you want to remove a download model.
171
+
172
+ The cache location can be changed with the `HF_HOME` environment variable, and/or the `--cache-dir` parameter to `huggingface-cli`.
173
+
174
+ For more documentation on downloading with `huggingface-cli`, please see: [HF -> Hub Python Library -> Download files -> Download from the CLI](https://huggingface.co/docs/huggingface_hub/guides/download#download-from-the-cli).
175
+
176
+ To accelerate downloads on fast connections (1Gbit/s or higher), install `hf_transfer`:
177
+
178
+ ```shell
179
+ pip3 install hf_transfer
180
+ ```
181
+
182
+ And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
183
+
184
+ ```shell
185
+ mkdir Aetheria-L2-70B-GPTQ
186
+ HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download TheBloke/Aetheria-L2-70B-GPTQ --local-dir Aetheria-L2-70B-GPTQ --local-dir-use-symlinks False
187
+ ```
188
+
189
+ Windows Command Line users: You can set the environment variable by running `set HF_HUB_ENABLE_HF_TRANSFER=1` before the download command.
190
+ </details>
191
+
192
+ ### With `git` (**not** recommended)
193
+
194
+ To clone a specific branch with `git`, use a command like this:
195
+
196
+ ```shell
197
+ git clone --single-branch --branch gptq-4bit-128g-actorder_True https://huggingface.co/TheBloke/Aetheria-L2-70B-GPTQ
198
+ ```
199
+
200
+ Note that using Git with HF repos is strongly discouraged. It will be much slower than using `huggingface-hub`, and will use twice as much disk space as it has to store the model files twice (it stores every byte both in the intended target folder, and again in the `.git` folder as a blob.)
201
+
202
+ <!-- README_GPTQ.md-download-from-branches end -->
203
+ <!-- README_GPTQ.md-text-generation-webui start -->
204
+ ## How to easily download and use this model in [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
205
+
206
+ Please make sure you're using the latest version of [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
207
+
208
+ 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.
209
+
210
+ 1. Click the **Model tab**.
211
+ 2. Under **Download custom model or LoRA**, enter `TheBloke/Aetheria-L2-70B-GPTQ`.
212
+
213
+ - To download from a specific branch, enter for example `TheBloke/Aetheria-L2-70B-GPTQ:gptq-4bit-128g-actorder_True`
214
+ - see Provided Files above for the list of branches for each option.
215
+
216
+ 3. Click **Download**.
217
+ 4. The model will start downloading. Once it's finished it will say "Done".
218
+ 5. In the top left, click the refresh icon next to **Model**.
219
+ 6. In the **Model** dropdown, choose the model you just downloaded: `Aetheria-L2-70B-GPTQ`
220
+ 7. The model will automatically load, and is now ready for use!
221
+ 8. 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.
222
+
223
+ - Note that you do not need to and should not set manual GPTQ parameters any more. These are set automatically from the file `quantize_config.json`.
224
+
225
+ 9. Once you're ready, click the **Text Generation** tab and enter a prompt to get started!
226
+
227
+ <!-- README_GPTQ.md-text-generation-webui end -->
228
+
229
+ <!-- README_GPTQ.md-use-from-tgi start -->
230
+ ## Serving this model from Text Generation Inference (TGI)
231
+
232
+ It's recommended to use TGI version 1.1.0 or later. The official Docker container is: `ghcr.io/huggingface/text-generation-inference:1.1.0`
233
+
234
+ Example Docker parameters:
235
+
236
+ ```shell
237
+ --model-id TheBloke/Aetheria-L2-70B-GPTQ --port 3000 --quantize gptq --max-input-length 3696 --max-total-tokens 4096 --max-batch-prefill-tokens 4096
238
+ ```
239
+
240
+ Example Python code for interfacing with TGI (requires huggingface-hub 0.17.0 or later):
241
+
242
+ ```shell
243
+ pip3 install huggingface-hub
244
+ ```
245
+
246
+ ```python
247
+ from huggingface_hub import InferenceClient
248
+
249
+ endpoint_url = "https://your-endpoint-url-here"
250
+
251
+ prompt = "Tell me about AI"
252
+ prompt_template=f'''### Instruction:
253
+ Character's Persona: bot character description
254
+
255
+ User's persona: user character description
256
+
257
+ Scenario: what happens in the story
258
+
259
+ Play the role of Character. You must engage in a roleplaying chat with User below this line. Do not write dialogues and narration for User. Character should respond with messages of medium length.
260
+
261
+ ### Input:
262
+ User: {prompt}
263
+
264
+ ### Response:
265
+ Character:
266
+ '''
267
+
268
+ client = InferenceClient(endpoint_url)
269
+ response = client.text_generation(prompt,
270
+ max_new_tokens=128,
271
+ do_sample=True,
272
+ temperature=0.7,
273
+ top_p=0.95,
274
+ top_k=40,
275
+ repetition_penalty=1.1)
276
+
277
+ print(f"Model output: {response}")
278
+ ```
279
+ <!-- README_GPTQ.md-use-from-tgi end -->
280
+ <!-- README_GPTQ.md-use-from-python start -->
281
+ ## Python code example: inference from this GPTQ model
282
+
283
+ ### Install the necessary packages
284
+
285
+ Requires: Transformers 4.33.0 or later, Optimum 1.12.0 or later, and AutoGPTQ 0.4.2 or later.
286
+
287
+ ```shell
288
+ pip3 install --upgrade transformers optimum
289
+ # If using PyTorch 2.1 + CUDA 12.x:
290
+ pip3 install --upgrade auto-gptq
291
+ # or, if using PyTorch 2.1 + CUDA 11.x:
292
+ pip3 install --upgrade auto-gptq --extra-index-url https://huggingface.github.io/autogptq-index/whl/cu118/
293
+ ```
294
+
295
+ If you are using PyTorch 2.0, you will need to install AutoGPTQ from source. Likewise if you have problems with the pre-built wheels, you should try building from source:
296
+
297
+ ```shell
298
+ pip3 uninstall -y auto-gptq
299
+ git clone https://github.com/PanQiWei/AutoGPTQ
300
+ cd AutoGPTQ
301
+ git checkout v0.5.1
302
+ pip3 install .
303
+ ```
304
+
305
+ ### Example Python code
306
+
307
+ ```python
308
+ from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
309
+
310
+ model_name_or_path = "TheBloke/Aetheria-L2-70B-GPTQ"
311
+ # To use a different branch, change revision
312
+ # For example: revision="gptq-4bit-128g-actorder_True"
313
+ model = AutoModelForCausalLM.from_pretrained(model_name_or_path,
314
+ device_map="auto",
315
+ trust_remote_code=False,
316
+ revision="main")
317
+
318
+ tokenizer = AutoTokenizer.from_pretrained(model_name_or_path, use_fast=True)
319
+
320
+ prompt = "Tell me about AI"
321
+ prompt_template=f'''### Instruction:
322
+ Character's Persona: bot character description
323
+
324
+ User's persona: user character description
325
+
326
+ Scenario: what happens in the story
327
+
328
+ Play the role of Character. You must engage in a roleplaying chat with User below this line. Do not write dialogues and narration for User. Character should respond with messages of medium length.
329
+
330
+ ### Input:
331
+ User: {prompt}
332
+
333
+ ### Response:
334
+ Character:
335
+ '''
336
+
337
+ print("\n\n*** Generate:")
338
+
339
+ input_ids = tokenizer(prompt_template, return_tensors='pt').input_ids.cuda()
340
+ output = model.generate(inputs=input_ids, temperature=0.7, do_sample=True, top_p=0.95, top_k=40, max_new_tokens=512)
341
+ print(tokenizer.decode(output[0]))
342
+
343
+ # Inference can also be done using transformers' pipeline
344
+
345
+ print("*** Pipeline:")
346
+ pipe = pipeline(
347
+ "text-generation",
348
+ model=model,
349
+ tokenizer=tokenizer,
350
+ max_new_tokens=512,
351
+ do_sample=True,
352
+ temperature=0.7,
353
+ top_p=0.95,
354
+ top_k=40,
355
+ repetition_penalty=1.1
356
+ )
357
+
358
+ print(pipe(prompt_template)[0]['generated_text'])
359
+ ```
360
+ <!-- README_GPTQ.md-use-from-python end -->
361
+
362
+ <!-- README_GPTQ.md-compatibility start -->
363
+ ## Compatibility
364
+
365
+ The files provided are tested to work with Transformers. For non-Mistral models, AutoGPTQ can also be used directly.
366
+
367
+ [ExLlama](https://github.com/turboderp/exllama) is compatible with Llama and Mistral models in 4-bit. Please see the Provided Files table above for per-file compatibility.
368
+
369
+ For a list of clients/servers, please see "Known compatible clients / servers", above.
370
+ <!-- README_GPTQ.md-compatibility end -->
371
+
372
+ <!-- footer start -->
373
+ <!-- 200823 -->
374
+ ## Discord
375
+
376
+ For further support, and discussions on these models and AI in general, join us at:
377
+
378
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
379
+
380
+ ## Thanks, and how to contribute
381
+
382
+ Thanks to the [chirper.ai](https://chirper.ai) team!
383
+
384
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
385
+
386
+ 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.
387
+
388
+ 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.
389
+
390
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
391
+
392
+ * Patreon: https://patreon.com/TheBlokeAI
393
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
394
+
395
+ **Special thanks to**: Aemon Algiz.
396
+
397
+ **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
398
+
399
+
400
+ Thank you to all my generous patrons and donaters!
401
+
402
+ And thank you again to a16z for their generous grant.
403
+
404
+ <!-- footer end -->
405
+
406
+ # Original model card: The Royal Lab's Aetheria L2 70B
407
+
408
+ # Aetheria-L2-70B
409
+
410
+ This is a [Llama 2](https://huggingface.co/meta-llama/Llama-2-70b)-based model consisting of a merge between:
411
+ - [Sao10K/Euryale-1.3-L2-70B](https://huggingface.co/Sao10K/Euryale-1.3-L2-70B)
412
+ - [allenai/tulu-2-dpo-70b](https://huggingface.co/allenai/tulu-2-dpo-70b)
413
+ - [GOAT-AI/GOAT-70B-Storytelling](https://huggingface.co/GOAT-AI/GOAT-70B-Storytelling)
414
+ - [Doctor-Shotgun/limarpv3-llama2-70b-qlora](https://huggingface.co/Doctor-Shotgun/limarpv3-llama2-70b-qlora)
415
+
416
+ This model combines the excellent Euryale v1.3 base with the DPO training of the Tulu v2 model and creative prose training of the GOAT Storytelling model. The LimaRP v3 qlora was then added for further roleplaying capability and the ability to tune the length of the outputs.
417
+
418
+ The goal was to create a capable 70B model for collaborative storytelling and roleplay.
419
+
420
+ ## Usage:
421
+ The intended prompt format is the Alpaca instruction format of LimaRP v3:
422
+ ```
423
+ ### Instruction:
424
+ Character's Persona: {bot character description}
425
+
426
+ User's Persona: {user character description}
427
+
428
+ Scenario: {what happens in the story}
429
+
430
+ Play the role of Character. You must engage in a roleplaying chat with User below this line. Do not write dialogues and narration for User.
431
+
432
+ ### Input:
433
+ User: {utterance}
434
+
435
+ ### Response:
436
+ Character: {utterance}
437
+
438
+ ### Input
439
+ User: {utterance}
440
+
441
+ ### Response:
442
+ Character: {utterance}
443
+
444
+ (etc.)
445
+ ```
446
+
447
+ ## Message length control
448
+ Due to the inclusion of LimaRP v3, it is possible to append a length modifier to the response instruction sequence, like this:
449
+ ```
450
+ ### Input
451
+ User: {utterance}
452
+
453
+ ### Response: (length = medium)
454
+ Character: {utterance}
455
+ ```
456
+ This has an immediately noticeable effect on bot responses. The available lengths are: `micro, tiny, short, medium, long, massive, huge, enormous, humongous, unlimited`. The recommended starting length is `medium`. Keep in mind that the AI may ramble or impersonate the user with very long messages.
457
+ ## Bias, Risks, and Limitations
458
+ The model will show biases similar to those observed in niche roleplaying forums on the Internet, besides those exhibited by the base model. It is not intended for supplying factual information or advice in any form.
459
+ ## Training Details
460
+ This model is a merge. Please refer to the link repositories of the merged models for details.