TheBloke commited on
Commit
988b380
1 Parent(s): c70863d

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +479 -0
README.md ADDED
@@ -0,0 +1,479 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: NeverSleep/Noromaid-v0.1-mixtral-8x7b-Instruct-v3
3
+ inference: false
4
+ license: cc-by-nc-4.0
5
+ model_creator: IkariDev and Undi
6
+ model_name: Noromaid V0.1 Mixtral 8X7B Instruct v3
7
+ model_type: mixtral
8
+ prompt_template: '### Instruction:
9
+
10
+ {system_message}
11
+
12
+
13
+ ### Input:
14
+
15
+ {prompt}
16
+
17
+
18
+ ### Response:
19
+
20
+ '
21
+ quantized_by: TheBloke
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
+ # Noromaid V0.1 Mixtral 8X7B Instruct v3 - GPTQ
43
+ - Model creator: [IkariDev and Undi](https://huggingface.co/NeverSleep)
44
+ - Original model: [Noromaid V0.1 Mixtral 8X7B Instruct v3](https://huggingface.co/NeverSleep/Noromaid-v0.1-mixtral-8x7b-Instruct-v3)
45
+
46
+ <!-- description start -->
47
+ # Description
48
+
49
+ This repo contains GPTQ model files for [IkariDev and Undi's Noromaid V0.1 Mixtral 8X7B Instruct v3](https://huggingface.co/NeverSleep/Noromaid-v0.1-mixtral-8x7b-Instruct-v3).
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
+ <!-- description end -->
54
+ <!-- repositories-available start -->
55
+ ## Repositories available
56
+
57
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/Noromaid-v0.1-mixtral-8x7b-Instruct-v3-AWQ)
58
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Noromaid-v0.1-mixtral-8x7b-Instruct-v3-GPTQ)
59
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/NeverSleep/Noromaid-v0.1-mixtral-8x7b-Instruct-v3-GGUF)
60
+ * [IkariDev and Undi's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/NeverSleep/Noromaid-v0.1-mixtral-8x7b-Instruct-v3)
61
+ <!-- repositories-available end -->
62
+
63
+ <!-- prompt-template start -->
64
+ ## Prompt template: Instruction-Input-Response
65
+
66
+ ```
67
+ ### Instruction:
68
+ {system_message}
69
+
70
+ ### Input:
71
+ {prompt}
72
+
73
+ ### Response:
74
+
75
+ ```
76
+
77
+ <!-- prompt-template end -->
78
+
79
+
80
+
81
+ <!-- README_GPTQ.md-compatible clients start -->
82
+ ## Known compatible clients / servers
83
+
84
+ GPTQ models are currently supported on Linux (NVidia/AMD) and Windows (NVidia only). macOS users: please use GGUF models.
85
+
86
+ These GPTQ models are known to work in the following inference servers/webuis.
87
+
88
+ - [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
89
+ - [KoboldAI United](https://github.com/henk717/koboldai)
90
+ - [LoLLMS Web UI](https://github.com/ParisNeo/lollms-webui)
91
+ - [Hugging Face Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference)
92
+
93
+ This may not be a complete list; if you know of others, please let me know!
94
+ <!-- README_GPTQ.md-compatible clients end -->
95
+
96
+ <!-- README_GPTQ.md-provided-files start -->
97
+ ## Provided files, and GPTQ parameters
98
+
99
+ Multiple quantisation parameters are provided, to allow you to choose the best one for your hardware and requirements.
100
+
101
+ Each separate quant is in a different branch. See below for instructions on fetching from different branches.
102
+
103
+ Most GPTQ files are made with AutoGPTQ. Mistral models are currently made with Transformers.
104
+
105
+ <details>
106
+ <summary>Explanation of GPTQ parameters</summary>
107
+
108
+ - Bits: The bit size of the quantised model.
109
+ - GS: GPTQ group size. Higher numbers use less VRAM, but have lower quantisation accuracy. "None" is the lowest possible value.
110
+ - 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.
111
+ - Damp %: A GPTQ parameter that affects how samples are processed for quantisation. 0.01 is default, but 0.1 results in slightly better accuracy.
112
+ - 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).
113
+ - 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.
114
+ - ExLlama Compatibility: Whether this file can be loaded with ExLlama, which currently only supports Llama and Mistral models in 4-bit.
115
+
116
+ </details>
117
+
118
+ | Branch | Bits | GS | Act Order | Damp % | GPTQ Dataset | Seq Len | Size | ExLlama | Desc |
119
+ | ------ | ---- | -- | --------- | ------ | ------------ | ------- | ---- | ------- | ---- |
120
+ | [main](https://huggingface.co/TheBloke/Noromaid-v0.1-mixtral-8x7b-Instruct-v3-GPTQ/tree/main) | 4 | None | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 8192 | 23.81 GB | No | 4-bit, with Act Order. No group size, to lower VRAM requirements. |
121
+ | [gptq-4bit-128g-actorder_True](https://huggingface.co/TheBloke/Noromaid-v0.1-mixtral-8x7b-Instruct-v3-GPTQ/tree/gptq-4bit-128g-actorder_True) | 4 | 128 | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 8192 | 24.70 GB | No | 4-bit, with Act Order and group size 128g. Uses even less VRAM than 64g, but with slightly lower accuracy. |
122
+ | [gptq-4bit-32g-actorder_True](https://huggingface.co/TheBloke/Noromaid-v0.1-mixtral-8x7b-Instruct-v3-GPTQ/tree/gptq-4bit-32g-actorder_True) | 4 | 32 | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 8192 | 27.42 GB | No | 4-bit, with Act Order and group size 32g. Gives highest possible inference quality, with maximum VRAM usage. |
123
+ | [gptq-3bit-128g-actorder_True](https://huggingface.co/TheBloke/Noromaid-v0.1-mixtral-8x7b-Instruct-v3-GPTQ/tree/gptq-3bit-128g-actorder_True) | 3 | 128 | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 8192 | 18.85 GB | No | 3-bit, with group size 128g and act-order. Higher quality than 128g-False. |
124
+ | [gptq-3bit-32g-actorder_True](https://huggingface.co/TheBloke/Noromaid-v0.1-mixtral-8x7b-Instruct-v3-GPTQ/tree/gptq-3bit-32g-actorder_True) | 3 | 32 | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 8192 | 21.43 GB | No | 3-bit, with group size 64g and act-order. Highest quality 3-bit option. |
125
+ | [gptq-8bit--1g-actorder_True](https://huggingface.co/TheBloke/Noromaid-v0.1-mixtral-8x7b-Instruct-v3-GPTQ/tree/gptq-8bit--1g-actorder_True) | 8 | None | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 8192 | 47.04 GB | No | 8-bit, with Act Order. No group size, to lower VRAM requirements. |
126
+ | [gptq-8bit-128g-actorder_True](https://huggingface.co/TheBloke/Noromaid-v0.1-mixtral-8x7b-Instruct-v3-GPTQ/tree/gptq-8bit-128g-actorder_True) | 8 | 128 | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 8192 | 48.10 GB | No | 8-bit, with group size 128g for higher inference quality and with Act Order for even higher accuracy. |
127
+
128
+ <!-- README_GPTQ.md-provided-files end -->
129
+
130
+ <!-- README_GPTQ.md-download-from-branches start -->
131
+ ## How to download, including from branches
132
+
133
+ ### In text-generation-webui
134
+
135
+ To download from the `main` branch, enter `TheBloke/Noromaid-v0.1-mixtral-8x7b-Instruct-v3-GPTQ` in the "Download model" box.
136
+
137
+ To download from another branch, add `:branchname` to the end of the download name, eg `TheBloke/Noromaid-v0.1-mixtral-8x7b-Instruct-v3-GPTQ:gptq-4bit-128g-actorder_True`
138
+
139
+ ### From the command line
140
+
141
+ I recommend using the `huggingface-hub` Python library:
142
+
143
+ ```shell
144
+ pip3 install huggingface-hub
145
+ ```
146
+
147
+ To download the `main` branch to a folder called `Noromaid-v0.1-mixtral-8x7b-Instruct-v3-GPTQ`:
148
+
149
+ ```shell
150
+ mkdir Noromaid-v0.1-mixtral-8x7b-Instruct-v3-GPTQ
151
+ huggingface-cli download TheBloke/Noromaid-v0.1-mixtral-8x7b-Instruct-v3-GPTQ --local-dir Noromaid-v0.1-mixtral-8x7b-Instruct-v3-GPTQ --local-dir-use-symlinks False
152
+ ```
153
+
154
+ To download from a different branch, add the `--revision` parameter:
155
+
156
+ ```shell
157
+ mkdir Noromaid-v0.1-mixtral-8x7b-Instruct-v3-GPTQ
158
+ huggingface-cli download TheBloke/Noromaid-v0.1-mixtral-8x7b-Instruct-v3-GPTQ --revision gptq-4bit-128g-actorder_True --local-dir Noromaid-v0.1-mixtral-8x7b-Instruct-v3-GPTQ --local-dir-use-symlinks False
159
+ ```
160
+
161
+ <details>
162
+ <summary>More advanced huggingface-cli download usage</summary>
163
+
164
+ 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.
165
+
166
+ The cache location can be changed with the `HF_HOME` environment variable, and/or the `--cache-dir` parameter to `huggingface-cli`.
167
+
168
+ 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).
169
+
170
+ To accelerate downloads on fast connections (1Gbit/s or higher), install `hf_transfer`:
171
+
172
+ ```shell
173
+ pip3 install hf_transfer
174
+ ```
175
+
176
+ And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
177
+
178
+ ```shell
179
+ mkdir Noromaid-v0.1-mixtral-8x7b-Instruct-v3-GPTQ
180
+ HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download TheBloke/Noromaid-v0.1-mixtral-8x7b-Instruct-v3-GPTQ --local-dir Noromaid-v0.1-mixtral-8x7b-Instruct-v3-GPTQ --local-dir-use-symlinks False
181
+ ```
182
+
183
+ Windows Command Line users: You can set the environment variable by running `set HF_HUB_ENABLE_HF_TRANSFER=1` before the download command.
184
+ </details>
185
+
186
+ ### With `git` (**not** recommended)
187
+
188
+ To clone a specific branch with `git`, use a command like this:
189
+
190
+ ```shell
191
+ git clone --single-branch --branch gptq-4bit-128g-actorder_True https://huggingface.co/TheBloke/Noromaid-v0.1-mixtral-8x7b-Instruct-v3-GPTQ
192
+ ```
193
+
194
+ 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.)
195
+
196
+ <!-- README_GPTQ.md-download-from-branches end -->
197
+ <!-- README_GPTQ.md-text-generation-webui start -->
198
+ ## How to easily download and use this model in [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
199
+
200
+ Please make sure you're using the latest version of [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
201
+
202
+ 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.
203
+
204
+ 1. Click the **Model tab**.
205
+ 2. Under **Download custom model or LoRA**, enter `TheBloke/Noromaid-v0.1-mixtral-8x7b-Instruct-v3-GPTQ`.
206
+
207
+ - To download from a specific branch, enter for example `TheBloke/Noromaid-v0.1-mixtral-8x7b-Instruct-v3-GPTQ:gptq-4bit-128g-actorder_True`
208
+ - see Provided Files above for the list of branches for each option.
209
+
210
+ 3. Click **Download**.
211
+ 4. The model will start downloading. Once it's finished it will say "Done".
212
+ 5. In the top left, click the refresh icon next to **Model**.
213
+ 6. In the **Model** dropdown, choose the model you just downloaded: `Noromaid-v0.1-mixtral-8x7b-Instruct-v3-GPTQ`
214
+ 7. The model will automatically load, and is now ready for use!
215
+ 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.
216
+
217
+ - 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`.
218
+
219
+ 9. Once you're ready, click the **Text Generation** tab and enter a prompt to get started!
220
+
221
+ <!-- README_GPTQ.md-text-generation-webui end -->
222
+
223
+ <!-- README_GPTQ.md-use-from-tgi start -->
224
+ ## Serving this model from Text Generation Inference (TGI)
225
+
226
+ 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`
227
+
228
+ Example Docker parameters:
229
+
230
+ ```shell
231
+ --model-id TheBloke/Noromaid-v0.1-mixtral-8x7b-Instruct-v3-GPTQ --port 3000 --quantize gptq --max-input-length 3696 --max-total-tokens 4096 --max-batch-prefill-tokens 4096
232
+ ```
233
+
234
+ Example Python code for interfacing with TGI (requires huggingface-hub 0.17.0 or later):
235
+
236
+ ```shell
237
+ pip3 install huggingface-hub
238
+ ```
239
+
240
+ ```python
241
+ from huggingface_hub import InferenceClient
242
+
243
+ endpoint_url = "https://your-endpoint-url-here"
244
+
245
+ prompt = "Tell me about AI"
246
+ prompt_template=f'''### Instruction:
247
+ {system_message}
248
+
249
+ ### Input:
250
+ {prompt}
251
+
252
+ ### Response:
253
+ '''
254
+
255
+ client = InferenceClient(endpoint_url)
256
+ response = client.text_generation(
257
+ prompt_template,
258
+ max_new_tokens=128,
259
+ do_sample=True,
260
+ temperature=0.7,
261
+ top_p=0.95,
262
+ top_k=40,
263
+ repetition_penalty=1.1
264
+ )
265
+
266
+ print(f"Model output: {response}")
267
+ ```
268
+ <!-- README_GPTQ.md-use-from-tgi end -->
269
+ <!-- README_GPTQ.md-use-from-python start -->
270
+ ## Python code example: inference from this GPTQ model
271
+
272
+ ### Install the necessary packages
273
+
274
+ Requires: Transformers 4.33.0 or later, Optimum 1.12.0 or later, and AutoGPTQ 0.4.2 or later.
275
+
276
+ ```shell
277
+ pip3 install --upgrade transformers optimum
278
+ # If using PyTorch 2.1 + CUDA 12.x:
279
+ pip3 install --upgrade auto-gptq
280
+ # or, if using PyTorch 2.1 + CUDA 11.x:
281
+ pip3 install --upgrade auto-gptq --extra-index-url https://huggingface.github.io/autogptq-index/whl/cu118/
282
+ ```
283
+
284
+ 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:
285
+
286
+ ```shell
287
+ pip3 uninstall -y auto-gptq
288
+ git clone https://github.com/PanQiWei/AutoGPTQ
289
+ cd AutoGPTQ
290
+ git checkout v0.5.1
291
+ pip3 install .
292
+ ```
293
+
294
+ ### Example Python code
295
+
296
+ ```python
297
+ from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
298
+
299
+ model_name_or_path = "TheBloke/Noromaid-v0.1-mixtral-8x7b-Instruct-v3-GPTQ"
300
+ # To use a different branch, change revision
301
+ # For example: revision="gptq-4bit-128g-actorder_True"
302
+ model = AutoModelForCausalLM.from_pretrained(model_name_or_path,
303
+ device_map="auto",
304
+ trust_remote_code=False,
305
+ revision="main")
306
+
307
+ tokenizer = AutoTokenizer.from_pretrained(model_name_or_path, use_fast=True)
308
+
309
+ prompt = "Write a story about llamas"
310
+ system_message = "You are a story writing assistant"
311
+ prompt_template=f'''### Instruction:
312
+ {system_message}
313
+
314
+ ### Input:
315
+ {prompt}
316
+
317
+ ### Response:
318
+ '''
319
+
320
+ print("\n\n*** Generate:")
321
+
322
+ input_ids = tokenizer(prompt_template, return_tensors='pt').input_ids.cuda()
323
+ output = model.generate(inputs=input_ids, temperature=0.7, do_sample=True, top_p=0.95, top_k=40, max_new_tokens=512)
324
+ print(tokenizer.decode(output[0]))
325
+
326
+ # Inference can also be done using transformers' pipeline
327
+
328
+ print("*** Pipeline:")
329
+ pipe = pipeline(
330
+ "text-generation",
331
+ model=model,
332
+ tokenizer=tokenizer,
333
+ max_new_tokens=512,
334
+ do_sample=True,
335
+ temperature=0.7,
336
+ top_p=0.95,
337
+ top_k=40,
338
+ repetition_penalty=1.1
339
+ )
340
+
341
+ print(pipe(prompt_template)[0]['generated_text'])
342
+ ```
343
+ <!-- README_GPTQ.md-use-from-python end -->
344
+
345
+ <!-- README_GPTQ.md-compatibility start -->
346
+ ## Compatibility
347
+
348
+ The files provided are tested to work with Transformers. For non-Mistral models, AutoGPTQ can also be used directly.
349
+
350
+ [ExLlama](https://github.com/turboderp/exllama) is compatible with Llama architecture models (including Mistral, Yi, DeepSeek, SOLAR, etc) in 4-bit. Please see the Provided Files table above for per-file compatibility.
351
+
352
+ For a list of clients/servers, please see "Known compatible clients / servers", above.
353
+ <!-- README_GPTQ.md-compatibility end -->
354
+
355
+ <!-- footer start -->
356
+ <!-- 200823 -->
357
+ ## Discord
358
+
359
+ For further support, and discussions on these models and AI in general, join us at:
360
+
361
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
362
+
363
+ ## Thanks, and how to contribute
364
+
365
+ Thanks to the [chirper.ai](https://chirper.ai) team!
366
+
367
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
368
+
369
+ 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.
370
+
371
+ 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.
372
+
373
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
374
+
375
+ * Patreon: https://patreon.com/TheBlokeAI
376
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
377
+
378
+ **Special thanks to**: Aemon Algiz.
379
+
380
+ **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
381
+
382
+
383
+ Thank you to all my generous patrons and donaters!
384
+
385
+ And thank you again to a16z for their generous grant.
386
+
387
+ <!-- footer end -->
388
+
389
+ # Original model card: IkariDev and Undi's Noromaid V0.1 Mixtral 8X7B Instruct v3
390
+
391
+
392
+
393
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/630dfb008df86f1e5becadc3/vwcJfOnL-2QDJ0ShfxRJ5.png)
394
+
395
+
396
+
397
+ ---
398
+
399
+ # Disclaimer:
400
+ ## This model is experimental, do not expect everything to work.
401
+
402
+ This model uses the Alpaca **prompting format**(or just directly download the SillyTavern instruct preset [here](https://files.catbox.moe/0ohmco.json))
403
+
404
+ ---
405
+
406
+
407
+ Beeg noromaid on ***steroids***. Suitable for RP, ERP.
408
+
409
+ This time based on Mixtral Instruct, seems to do wonders!
410
+
411
+ This model was trained for 8h(v1) + 8h(v2) + 12h(v3) on customized modified datasets, focusing on RP, uncensoring, and a modified version of the Alpaca prompting (that was already used in LimaRP), which should be at the same conversational level as ChatLM or Llama2-Chat without adding any additional special tokens.
412
+
413
+ If you wanna have more infos about this model(and v1 + v2) you can check out [my blog post](https://ikaridevgit.github.io/index.html?p=7&blog=blogid-6&bo=true)
414
+
415
+ [Recommended settings - Settings 1](https://huggingface.co/NeverSleep/Noromaid-v0.1-mixtral-8x7b-v3/discussions/1)
416
+
417
+ [Recommended settings - Settings 2 (idk if they are any good)](https://files.catbox.moe/fv4xhu.json)
418
+
419
+ ## Credits:
420
+ - Undi
421
+ - IkariDev
422
+
423
+ <!-- description start -->
424
+ ## Description
425
+
426
+ <!-- [Recommended settings - contributed by localfultonextractor](https://files.catbox.moe/ue0tja.json) -->
427
+
428
+ This repo contains FP16 files of Noromaid-v0.1-mixtral-8x7b-Instruct-v3.
429
+
430
+ [FP16 - by IkariDev and Undi](https://huggingface.co/NeverSleep/Noromaid-v0.1-mixtral-8x7b-Instruct-v3)
431
+
432
+ <!-- [GGUF - By TheBloke](https://huggingface.co/TheBloke/Athena-v4-GGUF)-->
433
+
434
+ <!-- [GPTQ - By TheBloke](https://huggingface.co/TheBloke/Athena-v4-GPTQ)-->
435
+
436
+ <!-- [exl2[8bpw-8h] - by AzureBlack](https://huggingface.co/AzureBlack/Echidna-13b-v0.3-8bpw-8h-exl2)-->
437
+
438
+ <!-- [AWQ - By TheBloke](https://huggingface.co/TheBloke/Athena-v4-AWQ)-->
439
+
440
+ <!-- [fp16 - by IkariDev+Undi95](https://huggingface.co/IkariDev/Athena-v4)-->
441
+
442
+ [GGUF - by IkariDev and Undi](https://huggingface.co/NeverSleep/Noromaid-v0.1-mixtral-8x7b-Instruct-v3-GGUF)
443
+ <!-- [OLD(GGUF - by IkariDev+Undi95)](https://huggingface.co/IkariDev/Athena-v4-GGUF)-->
444
+
445
+ ## Ratings:
446
+
447
+ Note: We have permission of all users to upload their ratings, we DONT screenshot random reviews without asking if we can put them here!
448
+
449
+ No ratings yet!
450
+
451
+ If you want your rating to be here, send us a message over on DC and we'll put up a screenshot of it here. DC name is "ikaridev" and "undi".
452
+
453
+ <!-- description end -->
454
+ <!-- prompt-template start -->
455
+ ### Custom format:
456
+ ```
457
+ ### Instruction:
458
+ {system prompt}
459
+
460
+ ### Input:
461
+ {input}
462
+
463
+ ### Response:
464
+ {reply}
465
+ ```
466
+
467
+ ## Datasets used:
468
+
469
+ - Aesir 1 and 2 ([MinervaAI](https://huggingface.co/MinervaAI) / [Gryphe](https://huggingface.co/Gryphe))
470
+ - [LimaRP-20231109](https://huggingface.co/datasets/lemonilia/LimaRP) ([Lemonilia](https://huggingface.co/lemonilia))
471
+ - [ToxicDPO-NoWarning](https://huggingface.co/datasets/Undi95/toxic-dpo-v0.1-sharegpt) ([unalignment orga repo](https://huggingface.co/unalignment) + [Undi](https://huggingface.co/Undi95))
472
+ - [No-robots-ShareGPT](https://huggingface.co/datasets/Doctor-Shotgun/no-robots-sharegpt) ([Doctor-Shotgun](https://huggingface.co/Doctor-Shotgu))
473
+
474
+
475
+ ## Others
476
+
477
+ Undi: If you want to support me, you can [here](https://ko-fi.com/undiai).
478
+
479
+ IkariDev: Visit my [retro/neocities style website](https://ikaridevgit.github.io/) please kek