TheBloke commited on
Commit
910668b
1 Parent(s): 47b6157

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +491 -0
README.md ADDED
@@ -0,0 +1,491 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: VAGOsolutions/SauerkrautLM-Mixtral-8x7B
3
+ datasets:
4
+ - Open-Orca/SlimOrca
5
+ - argilla/distilabel-math-preference-dpo
6
+ inference: false
7
+ language:
8
+ - en
9
+ - de
10
+ - fr
11
+ - it
12
+ - es
13
+ library_name: transformers
14
+ license: apache-2.0
15
+ model_creator: VAGO solutions
16
+ model_name: SauerkrautLM Mixtral 8X7B
17
+ model_type: mixtral
18
+ pipeline_tag: text-generation
19
+ prompt_template: '<|im_start|>system
20
+
21
+ {system_message}<|im_end|>
22
+
23
+ <|im_start|>user
24
+
25
+ {prompt}<|im_end|>
26
+
27
+ <|im_start|>assistant
28
+
29
+ '
30
+ quantized_by: TheBloke
31
+ tags:
32
+ - mistral
33
+ - finetune
34
+ - sft
35
+ - dpo
36
+ - chatml
37
+ - augmentation
38
+ - german
39
+ - mixtral
40
+ ---
41
+ <!-- markdownlint-disable MD041 -->
42
+
43
+ <!-- header start -->
44
+ <!-- 200823 -->
45
+ <div style="width: auto; margin-left: auto; margin-right: auto">
46
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
47
+ </div>
48
+ <div style="display: flex; justify-content: space-between; width: 100%;">
49
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
50
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
51
+ </div>
52
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
53
+ <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>
54
+ </div>
55
+ </div>
56
+ <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>
57
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
58
+ <!-- header end -->
59
+
60
+ # SauerkrautLM Mixtral 8X7B - GPTQ
61
+ - Model creator: [VAGO solutions](https://huggingface.co/VAGOsolutions)
62
+ - Original model: [SauerkrautLM Mixtral 8X7B](https://huggingface.co/VAGOsolutions/SauerkrautLM-Mixtral-8x7B)
63
+
64
+ <!-- description start -->
65
+ # Description
66
+
67
+ This repo contains GPTQ model files for [VAGO solutions's SauerkrautLM Mixtral 8X7B](https://huggingface.co/VAGOsolutions/SauerkrautLM-Mixtral-8x7B).
68
+
69
+ 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.
70
+
71
+ <!-- description end -->
72
+ <!-- repositories-available start -->
73
+ ## Repositories available
74
+
75
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/SauerkrautLM-Mixtral-8x7B-AWQ)
76
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/SauerkrautLM-Mixtral-8x7B-GPTQ)
77
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/SauerkrautLM-Mixtral-8x7B-GGUF)
78
+ * [VAGO solutions's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/VAGOsolutions/SauerkrautLM-Mixtral-8x7B)
79
+ <!-- repositories-available end -->
80
+
81
+ <!-- prompt-template start -->
82
+ ## Prompt template: ChatML
83
+
84
+ ```
85
+ <|im_start|>system
86
+ {system_message}<|im_end|>
87
+ <|im_start|>user
88
+ {prompt}<|im_end|>
89
+ <|im_start|>assistant
90
+
91
+ ```
92
+
93
+ <!-- prompt-template end -->
94
+
95
+
96
+
97
+ <!-- README_GPTQ.md-compatible clients start -->
98
+ ## Known compatible clients / servers
99
+
100
+ GPTQ models are currently supported on Linux (NVidia/AMD) and Windows (NVidia only). macOS users: please use GGUF models.
101
+
102
+ These GPTQ models are known to work in the following inference servers/webuis.
103
+
104
+ - [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
105
+ - [KoboldAI United](https://github.com/henk717/koboldai)
106
+ - [LoLLMS Web UI](https://github.com/ParisNeo/lollms-webui)
107
+ - [Hugging Face Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference)
108
+
109
+ This may not be a complete list; if you know of others, please let me know!
110
+ <!-- README_GPTQ.md-compatible clients end -->
111
+
112
+ <!-- README_GPTQ.md-provided-files start -->
113
+ ## Provided files, and GPTQ parameters
114
+
115
+ Multiple quantisation parameters are provided, to allow you to choose the best one for your hardware and requirements.
116
+
117
+ Each separate quant is in a different branch. See below for instructions on fetching from different branches.
118
+
119
+ Most GPTQ files are made with AutoGPTQ. Mistral models are currently made with Transformers.
120
+
121
+ <details>
122
+ <summary>Explanation of GPTQ parameters</summary>
123
+
124
+ - Bits: The bit size of the quantised model.
125
+ - GS: GPTQ group size. Higher numbers use less VRAM, but have lower quantisation accuracy. "None" is the lowest possible value.
126
+ - 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.
127
+ - Damp %: A GPTQ parameter that affects how samples are processed for quantisation. 0.01 is default, but 0.1 results in slightly better accuracy.
128
+ - 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).
129
+ - 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.
130
+ - ExLlama Compatibility: Whether this file can be loaded with ExLlama, which currently only supports Llama and Mistral models in 4-bit.
131
+
132
+ </details>
133
+
134
+ | Branch | Bits | GS | Act Order | Damp % | GPTQ Dataset | Seq Len | Size | ExLlama | Desc |
135
+ | ------ | ---- | -- | --------- | ------ | ------------ | ------- | ---- | ------- | ---- |
136
+ | [main](https://huggingface.co/TheBloke/SauerkrautLM-Mixtral-8x7B-GPTQ/tree/main) | 4 | None | Yes | 0.1 | [German Quad](https://huggingface.co/datasets/deepset/germanquad/viewer/) | 8192 | 23.81 GB | No | 4-bit, with Act Order. No group size, to lower VRAM requirements. |
137
+ | [gptq-4bit-128g-actorder_True](https://huggingface.co/TheBloke/SauerkrautLM-Mixtral-8x7B-GPTQ/tree/gptq-4bit-128g-actorder_True) | 4 | 128 | Yes | 0.1 | [German Quad](https://huggingface.co/datasets/deepset/germanquad/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. |
138
+ | [gptq-4bit-32g-actorder_True](https://huggingface.co/TheBloke/SauerkrautLM-Mixtral-8x7B-GPTQ/tree/gptq-4bit-32g-actorder_True) | 4 | 32 | Yes | 0.1 | [German Quad](https://huggingface.co/datasets/deepset/germanquad/viewer/) | 8192 | 27.42 GB | No | 4-bit, with Act Order and group size 32g. Gives highest possible inference quality, with maximum VRAM usage. |
139
+ | [gptq-3bit-128g-actorder_True](https://huggingface.co/TheBloke/SauerkrautLM-Mixtral-8x7B-GPTQ/tree/gptq-3bit-128g-actorder_True) | 3 | 128 | Yes | 0.1 | [German Quad](https://huggingface.co/datasets/deepset/germanquad/viewer/) | 8192 | 18.85 GB | No | 3-bit, with group size 128g and act-order. Higher quality than 128g-False. |
140
+ | [gptq-3bit-32g-actorder_True](https://huggingface.co/TheBloke/SauerkrautLM-Mixtral-8x7B-GPTQ/tree/gptq-3bit-32g-actorder_True) | 3 | 32 | Yes | 0.1 | [German Quad](https://huggingface.co/datasets/deepset/germanquad/viewer/) | 8192 | 21.43 GB | No | 3-bit, with group size 64g and act-order. Highest quality 3-bit option. |
141
+ | [gptq-8bit--1g-actorder_True](https://huggingface.co/TheBloke/SauerkrautLM-Mixtral-8x7B-GPTQ/tree/gptq-8bit--1g-actorder_True) | 8 | None | Yes | 0.1 | [German Quad](https://huggingface.co/datasets/deepset/germanquad/viewer/) | 8192 | 47.04 GB | No | 8-bit, with Act Order. No group size, to lower VRAM requirements. |
142
+ | [gptq-8bit-128g-actorder_True](https://huggingface.co/TheBloke/SauerkrautLM-Mixtral-8x7B-GPTQ/tree/gptq-8bit-128g-actorder_True) | 8 | 128 | Yes | 0.1 | [German Quad](https://huggingface.co/datasets/deepset/germanquad/viewer/) | 8192 | 48.10 GB | No | 8-bit, with group size 128g for higher inference quality and with Act Order for even higher accuracy. |
143
+
144
+ <!-- README_GPTQ.md-provided-files end -->
145
+
146
+ <!-- README_GPTQ.md-download-from-branches start -->
147
+ ## How to download, including from branches
148
+
149
+ ### In text-generation-webui
150
+
151
+ To download from the `main` branch, enter `TheBloke/SauerkrautLM-Mixtral-8x7B-GPTQ` in the "Download model" box.
152
+
153
+ To download from another branch, add `:branchname` to the end of the download name, eg `TheBloke/SauerkrautLM-Mixtral-8x7B-GPTQ:gptq-4bit-128g-actorder_True`
154
+
155
+ ### From the command line
156
+
157
+ I recommend using the `huggingface-hub` Python library:
158
+
159
+ ```shell
160
+ pip3 install huggingface-hub
161
+ ```
162
+
163
+ To download the `main` branch to a folder called `SauerkrautLM-Mixtral-8x7B-GPTQ`:
164
+
165
+ ```shell
166
+ mkdir SauerkrautLM-Mixtral-8x7B-GPTQ
167
+ huggingface-cli download TheBloke/SauerkrautLM-Mixtral-8x7B-GPTQ --local-dir SauerkrautLM-Mixtral-8x7B-GPTQ --local-dir-use-symlinks False
168
+ ```
169
+
170
+ To download from a different branch, add the `--revision` parameter:
171
+
172
+ ```shell
173
+ mkdir SauerkrautLM-Mixtral-8x7B-GPTQ
174
+ huggingface-cli download TheBloke/SauerkrautLM-Mixtral-8x7B-GPTQ --revision gptq-4bit-128g-actorder_True --local-dir SauerkrautLM-Mixtral-8x7B-GPTQ --local-dir-use-symlinks False
175
+ ```
176
+
177
+ <details>
178
+ <summary>More advanced huggingface-cli download usage</summary>
179
+
180
+ 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.
181
+
182
+ The cache location can be changed with the `HF_HOME` environment variable, and/or the `--cache-dir` parameter to `huggingface-cli`.
183
+
184
+ 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).
185
+
186
+ To accelerate downloads on fast connections (1Gbit/s or higher), install `hf_transfer`:
187
+
188
+ ```shell
189
+ pip3 install hf_transfer
190
+ ```
191
+
192
+ And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
193
+
194
+ ```shell
195
+ mkdir SauerkrautLM-Mixtral-8x7B-GPTQ
196
+ HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download TheBloke/SauerkrautLM-Mixtral-8x7B-GPTQ --local-dir SauerkrautLM-Mixtral-8x7B-GPTQ --local-dir-use-symlinks False
197
+ ```
198
+
199
+ Windows Command Line users: You can set the environment variable by running `set HF_HUB_ENABLE_HF_TRANSFER=1` before the download command.
200
+ </details>
201
+
202
+ ### With `git` (**not** recommended)
203
+
204
+ To clone a specific branch with `git`, use a command like this:
205
+
206
+ ```shell
207
+ git clone --single-branch --branch gptq-4bit-128g-actorder_True https://huggingface.co/TheBloke/SauerkrautLM-Mixtral-8x7B-GPTQ
208
+ ```
209
+
210
+ 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.)
211
+
212
+ <!-- README_GPTQ.md-download-from-branches end -->
213
+ <!-- README_GPTQ.md-text-generation-webui start -->
214
+ ## How to easily download and use this model in [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
215
+
216
+ Please make sure you're using the latest version of [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
217
+
218
+ 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.
219
+
220
+ 1. Click the **Model tab**.
221
+ 2. Under **Download custom model or LoRA**, enter `TheBloke/SauerkrautLM-Mixtral-8x7B-GPTQ`.
222
+
223
+ - To download from a specific branch, enter for example `TheBloke/SauerkrautLM-Mixtral-8x7B-GPTQ:gptq-4bit-128g-actorder_True`
224
+ - see Provided Files above for the list of branches for each option.
225
+
226
+ 3. Click **Download**.
227
+ 4. The model will start downloading. Once it's finished it will say "Done".
228
+ 5. In the top left, click the refresh icon next to **Model**.
229
+ 6. In the **Model** dropdown, choose the model you just downloaded: `SauerkrautLM-Mixtral-8x7B-GPTQ`
230
+ 7. The model will automatically load, and is now ready for use!
231
+ 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.
232
+
233
+ - 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`.
234
+
235
+ 9. Once you're ready, click the **Text Generation** tab and enter a prompt to get started!
236
+
237
+ <!-- README_GPTQ.md-text-generation-webui end -->
238
+
239
+ <!-- README_GPTQ.md-use-from-tgi start -->
240
+ ## Serving this model from Text Generation Inference (TGI)
241
+
242
+ 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`
243
+
244
+ Example Docker parameters:
245
+
246
+ ```shell
247
+ --model-id TheBloke/SauerkrautLM-Mixtral-8x7B-GPTQ --port 3000 --quantize gptq --max-input-length 3696 --max-total-tokens 4096 --max-batch-prefill-tokens 4096
248
+ ```
249
+
250
+ Example Python code for interfacing with TGI (requires huggingface-hub 0.17.0 or later):
251
+
252
+ ```shell
253
+ pip3 install huggingface-hub
254
+ ```
255
+
256
+ ```python
257
+ from huggingface_hub import InferenceClient
258
+
259
+ endpoint_url = "https://your-endpoint-url-here"
260
+
261
+ prompt = "Tell me about AI"
262
+ prompt_template=f'''<|im_start|>system
263
+ {system_message}<|im_end|>
264
+ <|im_start|>user
265
+ {prompt}<|im_end|>
266
+ <|im_start|>assistant
267
+ '''
268
+
269
+ client = InferenceClient(endpoint_url)
270
+ response = client.text_generation(
271
+ prompt_template,
272
+ max_new_tokens=128,
273
+ do_sample=True,
274
+ temperature=0.7,
275
+ top_p=0.95,
276
+ top_k=40,
277
+ repetition_penalty=1.1
278
+ )
279
+
280
+ print(f"Model output: {response}")
281
+ ```
282
+ <!-- README_GPTQ.md-use-from-tgi end -->
283
+ <!-- README_GPTQ.md-use-from-python start -->
284
+ ## Python code example: inference from this GPTQ model
285
+
286
+ ### Install the necessary packages
287
+
288
+ Requires: Transformers 4.33.0 or later, Optimum 1.12.0 or later, and AutoGPTQ 0.4.2 or later.
289
+
290
+ ```shell
291
+ pip3 install --upgrade transformers optimum
292
+ # If using PyTorch 2.1 + CUDA 12.x:
293
+ pip3 install --upgrade auto-gptq
294
+ # or, if using PyTorch 2.1 + CUDA 11.x:
295
+ pip3 install --upgrade auto-gptq --extra-index-url https://huggingface.github.io/autogptq-index/whl/cu118/
296
+ ```
297
+
298
+ 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:
299
+
300
+ ```shell
301
+ pip3 uninstall -y auto-gptq
302
+ git clone https://github.com/PanQiWei/AutoGPTQ
303
+ cd AutoGPTQ
304
+ git checkout v0.5.1
305
+ pip3 install .
306
+ ```
307
+
308
+ ### Example Python code
309
+
310
+ ```python
311
+ from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
312
+
313
+ model_name_or_path = "TheBloke/SauerkrautLM-Mixtral-8x7B-GPTQ"
314
+ # To use a different branch, change revision
315
+ # For example: revision="gptq-4bit-128g-actorder_True"
316
+ model = AutoModelForCausalLM.from_pretrained(model_name_or_path,
317
+ device_map="auto",
318
+ trust_remote_code=False,
319
+ revision="main")
320
+
321
+ tokenizer = AutoTokenizer.from_pretrained(model_name_or_path, use_fast=True)
322
+
323
+ prompt = "Write a story about llamas"
324
+ system_message = "You are a story writing assistant"
325
+ prompt_template=f'''<|im_start|>system
326
+ {system_message}<|im_end|>
327
+ <|im_start|>user
328
+ {prompt}<|im_end|>
329
+ <|im_start|>assistant
330
+ '''
331
+
332
+ print("\n\n*** Generate:")
333
+
334
+ input_ids = tokenizer(prompt_template, return_tensors='pt').input_ids.cuda()
335
+ output = model.generate(inputs=input_ids, temperature=0.7, do_sample=True, top_p=0.95, top_k=40, max_new_tokens=512)
336
+ print(tokenizer.decode(output[0]))
337
+
338
+ # Inference can also be done using transformers' pipeline
339
+
340
+ print("*** Pipeline:")
341
+ pipe = pipeline(
342
+ "text-generation",
343
+ model=model,
344
+ tokenizer=tokenizer,
345
+ max_new_tokens=512,
346
+ do_sample=True,
347
+ temperature=0.7,
348
+ top_p=0.95,
349
+ top_k=40,
350
+ repetition_penalty=1.1
351
+ )
352
+
353
+ print(pipe(prompt_template)[0]['generated_text'])
354
+ ```
355
+ <!-- README_GPTQ.md-use-from-python end -->
356
+
357
+ <!-- README_GPTQ.md-compatibility start -->
358
+ ## Compatibility
359
+
360
+ The files provided are tested to work with Transformers. For non-Mistral models, AutoGPTQ can also be used directly.
361
+
362
+ [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.
363
+
364
+ For a list of clients/servers, please see "Known compatible clients / servers", above.
365
+ <!-- README_GPTQ.md-compatibility end -->
366
+
367
+ <!-- footer start -->
368
+ <!-- 200823 -->
369
+ ## Discord
370
+
371
+ For further support, and discussions on these models and AI in general, join us at:
372
+
373
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
374
+
375
+ ## Thanks, and how to contribute
376
+
377
+ Thanks to the [chirper.ai](https://chirper.ai) team!
378
+
379
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
380
+
381
+ 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.
382
+
383
+ 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.
384
+
385
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
386
+
387
+ * Patreon: https://patreon.com/TheBlokeAI
388
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
389
+
390
+ **Special thanks to**: Aemon Algiz.
391
+
392
+ **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
393
+
394
+
395
+ Thank you to all my generous patrons and donaters!
396
+
397
+ And thank you again to a16z for their generous grant.
398
+
399
+ <!-- footer end -->
400
+
401
+ # Original model card: VAGO solutions's SauerkrautLM Mixtral 8X7B
402
+
403
+
404
+ ![SauerkrautLM](https://vago-solutions.de/wp-content/uploads/2023/12/Sauerkraut_MoE.png "SauerkrautLM-Mixtral-8x7B")
405
+ ## VAGO solutions SauerkrautLM-Mixtral-8x7B
406
+ Introducing **SauerkrautLM-Mixtral-8x7B** – our Sauerkraut version of the powerful Mixtral-8x7B!
407
+ Finetuned and aligned with **SFT** and **DPO**
408
+
409
+ # Table of Contents
410
+ 1. [Overview of all SauerkrautLM-Mixtral models](#all-sauerkrautlm-mixtral-models)
411
+ 2. [Model Details](#model-details)
412
+ - [Prompt template](#prompt-template)
413
+ - [Training Dataset](#training-dataset)
414
+ 3. [Evaluation](#evaluation)
415
+ 5. [Disclaimer](#disclaimer)
416
+ 6. [Contact](#contact)
417
+ 7. [Collaborations](#collaborations)
418
+ 8. [Acknowledgement](#acknowledgement)
419
+
420
+
421
+ ## All SauerkrautLM-Mixtral Models
422
+
423
+ | Model | HF | GPTQ | GGUF | AWQ |
424
+ |-------|-------|-------|-------|-------|
425
+ | SauerkrautLM-Mixtral-8x7B | [Link](https://huggingface.co/VAGOsolutions/SauerkrautLM-Mixtral-8x7B) | coming soon | coming soon | coming soon |
426
+ | SauerkrautLM-Mixtral-8x7B-Instruct | [Link](https://huggingface.co/VAGOsolutions/SauerkrautLM-Mixtral-8x7B-Instruct) | coming soon | coming soon | coming soon |
427
+
428
+ ## Model Details
429
+ **SauerkrautLM-Mixtral-8x7B**
430
+ - **Model Type:** SauerkrautLM-Mixtral-8x7B is a Mixture of Experts (MoE) Model based on [mistralai/Mixtral-8x7B-v0.1](https://huggingface.co/mistralai/Mixtral-8x7B-v0.1)
431
+ - **Language(s):** English, German, French, Italian, Spanish
432
+ - **License:** APACHE 2.0
433
+ - **Contact:** [Website](https://vago-solutions.de/#Kontakt) [David Golchinfar](mailto:golchinfar@vago-solutions.de)
434
+
435
+ ### Training Dataset:
436
+
437
+ SauerkrautLM-Mixtral-8x7B was trained with mix of German data augmentation and translated data.
438
+ **SFT** with the dataset[OpenOrca/Slim-Orca](https://huggingface.co/datasets/Open-Orca/SlimOrca) and aligned through **DPO** with our **new German SauerkrautLM-DPO dataset** based on parts of the SFT SauerkrautLM dataset
439
+ as chosen answers and [Sauerkraut-7b-HerO](https://huggingface.co/VAGOsolutions/SauerkrautLM-7b-HerO) as rejected answers. Added with additional **translated Parts of the [HuggingFaceH4/ultrafeedback_binarized](https://huggingface.co/datasets/HuggingFaceH4/ultrafeedback_binarized)** and **[argilla/distilabel-math-preference-dpo](https://huggingface.co/datasets/argilla/distilabel-math-preference-dpo).**
440
+ We found, that only a simple translation of training data can lead to unnatural German phrasings.
441
+ Data augmentation techniques were used to grant grammatical, syntactical correctness and a more natural German wording in our training data.
442
+
443
+ ### Data Contamination Test Results
444
+
445
+ Some models on the HuggingFace leaderboard had problems with wrong data getting mixed in.
446
+ We checked our SauerkrautLM-DPO dataset with a special test [1] on a smaller model for this problem.
447
+ The HuggingFace team used the same methods [2, 3].
448
+
449
+ Our results, with `result < 0.1, %:` being well below 0.9, indicate that our dataset is free from contamination.
450
+
451
+ *The data contamination test results of HellaSwag and Winograde will be added once [1] supports them.*
452
+
453
+ | Dataset | ARC | MMLU | TruthfulQA | GSM8K |
454
+ |------------------------------|-------|-------|-------|-------|
455
+ | **SauerkrautLM-DPO**| result < 0.1, %: 0.0 |result < 0.1, %: 0.09 | result < 0.1, %: 0.13 | result < 0.1, %: 0.16 |
456
+
457
+ [1] https://github.com/swj0419/detect-pretrain-code-contamination
458
+
459
+ [2] https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard/discussions/474#657f2245365456e362412a06
460
+
461
+ [3] https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard/discussions/265#657b6debf81f6b44b8966230
462
+
463
+ ### Prompt Template:
464
+ ```
465
+ <|im_start|>system
466
+ Du bist ein großes Sprachmodell, das höflich und kompetent antwortet. Schreibe deine Gedanken Schritt für Schritt auf, um Probleme sinnvoll zu lösen.<|im_end|>
467
+ <|im_start|>user
468
+ Wie geht es dir?<|im_end|>
469
+ <|im_start|>assistant
470
+
471
+ ```
472
+ ## Evaluation
473
+
474
+ ![Harness](https://vago-solutions.de/wp-content/uploads/2023/12/MoEbenchmark.png "SauerkrautLM-Mixtral-8x7B Harness")
475
+ *evaluated with lm-evaluation-harness v0.3.0 - mmlu coming soon
476
+
477
+ *All benchmarks were performed with a sliding window of 4096. New Benchmarks with Sliding Window null coming soon
478
+
479
+ ## Disclaimer
480
+ We must inform users that despite our best efforts in data cleansing, the possibility of uncensored content slipping through cannot be entirely ruled out.
481
+ However, we cannot guarantee consistently appropriate behavior. Therefore, if you encounter any issues or come across inappropriate content, we kindly request that you inform us through the contact information provided.
482
+ Additionally, it is essential to understand that the licensing of these models does not constitute legal advice. We are not held responsible for the actions of third parties who utilize our models. These models may be employed for commercial purposes, and the Apache 2.0 remains applicable and is included with the model files.
483
+  
484
+ ## Contact
485
+ If you are interested in customized LLMs for business applications, please get in contact with us via our website or contact us at [Dr. Daryoush Vaziri](mailto:vaziri@vago-solutions.de). We are also grateful for your feedback and suggestions.
486
+  
487
+ ## Collaborations
488
+ We are also keenly seeking support and investment for our startup, VAGO solutions, where we continuously advance the development of robust language models designed to address a diverse range of purposes and requirements. If the prospect of collaboratively navigating future challenges excites you, we warmly invite you to reach out to us.
489
+
490
+ ## Acknowledgement
491
+ Many thanks to [OpenOrca](https://huggingface.co/Open-Orca), [argilla](https://huggingface.co/datasets/argilla) and [Huggingface](https://huggingface.co) for providing such valuable datasets to the Open-Source community. And of course a big thanks to MistralAI for providing the open source community with their latest technology!