TheBloke commited on
Commit
c9f489d
1 Parent(s): c19f13a

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +595 -0
README.md ADDED
@@ -0,0 +1,595 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: VAGOsolutions/SauerkrautLM-7b-HerO
3
+ inference: false
4
+ language:
5
+ - en
6
+ - de
7
+ library_name: transformers
8
+ license: apache-2.0
9
+ model_creator: VAGO solutions
10
+ model_name: SauerkrautLM 7B HerO
11
+ model_type: mistral
12
+ pipeline_tag: text-generation
13
+ prompt_template: '<|im_start|>system
14
+
15
+ {system_message}<|im_end|>
16
+
17
+ <|im_start|>user
18
+
19
+ {prompt}<|im_end|>
20
+
21
+ <|im_start|>assistant
22
+
23
+ '
24
+ quantized_by: TheBloke
25
+ tags:
26
+ - mistral
27
+ - finetune
28
+ - chatml
29
+ - augmentation
30
+ - german
31
+ ---
32
+ <!-- markdownlint-disable MD041 -->
33
+
34
+ <!-- header start -->
35
+ <!-- 200823 -->
36
+ <div style="width: auto; margin-left: auto; margin-right: auto">
37
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
38
+ </div>
39
+ <div style="display: flex; justify-content: space-between; width: 100%;">
40
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
41
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
42
+ </div>
43
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
44
+ <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>
45
+ </div>
46
+ </div>
47
+ <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>
48
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
49
+ <!-- header end -->
50
+
51
+ # SauerkrautLM 7B HerO - GPTQ
52
+ - Model creator: [VAGO solutions](https://huggingface.co/VAGOsolutions)
53
+ - Original model: [SauerkrautLM 7B HerO](https://huggingface.co/VAGOsolutions/SauerkrautLM-7b-HerO)
54
+
55
+ <!-- description start -->
56
+ # Description
57
+
58
+ This repo contains GPTQ model files for [VAGO solutions's SauerkrautLM 7B HerO](https://huggingface.co/VAGOsolutions/SauerkrautLM-7b-HerO).
59
+
60
+ 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.
61
+
62
+ These files were quantised using hardware kindly provided by [Massed Compute](https://massedcompute.com/).
63
+
64
+ <!-- description end -->
65
+ <!-- repositories-available start -->
66
+ ## Repositories available
67
+
68
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/SauerkrautLM-7B-HerO-AWQ)
69
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/SauerkrautLM-7B-HerO-GPTQ)
70
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/SauerkrautLM-7B-HerO-GGUF)
71
+ * [VAGO solutions's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/VAGOsolutions/SauerkrautLM-7b-HerO)
72
+ <!-- repositories-available end -->
73
+
74
+ <!-- prompt-template start -->
75
+ ## Prompt template: ChatML
76
+
77
+ ```
78
+ <|im_start|>system
79
+ {system_message}<|im_end|>
80
+ <|im_start|>user
81
+ {prompt}<|im_end|>
82
+ <|im_start|>assistant
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/SauerkrautLM-7B-HerO-GPTQ/tree/main) | 4 | 128 | Yes | 0.1 | [German Quad](https://huggingface.co/datasets/deepset/germanquad/viewer/) | 4096 | 4.16 GB | Yes | 4-bit, with Act Order and group size 128g. Uses even less VRAM than 64g, but with slightly lower accuracy. |
128
+ | [gptq-4bit-32g-actorder_True](https://huggingface.co/TheBloke/SauerkrautLM-7B-HerO-GPTQ/tree/gptq-4bit-32g-actorder_True) | 4 | 32 | Yes | 0.1 | [German Quad](https://huggingface.co/datasets/deepset/germanquad/viewer/) | 4096 | 4.57 GB | Yes | 4-bit, with Act Order and group size 32g. Gives highest possible inference quality, with maximum VRAM usage. |
129
+ | [gptq-8bit--1g-actorder_True](https://huggingface.co/TheBloke/SauerkrautLM-7B-HerO-GPTQ/tree/gptq-8bit--1g-actorder_True) | 8 | None | Yes | 0.1 | [German Quad](https://huggingface.co/datasets/deepset/germanquad/viewer/) | 4096 | 7.52 GB | No | 8-bit, with Act Order. No group size, to lower VRAM requirements. |
130
+ | [gptq-8bit-128g-actorder_True](https://huggingface.co/TheBloke/SauerkrautLM-7B-HerO-GPTQ/tree/gptq-8bit-128g-actorder_True) | 8 | 128 | Yes | 0.1 | [German Quad](https://huggingface.co/datasets/deepset/germanquad/viewer/) | 4096 | 7.68 GB | No | 8-bit, with group size 128g for higher inference quality and with Act Order for even higher accuracy. |
131
+ | [gptq-8bit-32g-actorder_True](https://huggingface.co/TheBloke/SauerkrautLM-7B-HerO-GPTQ/tree/gptq-8bit-32g-actorder_True) | 8 | 32 | Yes | 0.1 | [German Quad](https://huggingface.co/datasets/deepset/germanquad/viewer/) | 4096 | 8.17 GB | No | 8-bit, with group size 32g and Act Order for maximum inference quality. |
132
+ | [gptq-4bit-64g-actorder_True](https://huggingface.co/TheBloke/SauerkrautLM-7B-HerO-GPTQ/tree/gptq-4bit-64g-actorder_True) | 4 | 64 | Yes | 0.1 | [German Quad](https://huggingface.co/datasets/deepset/germanquad/viewer/) | 4096 | 4.30 GB | Yes | 4-bit, with Act Order and group size 64g. Uses less VRAM than 32g, but with slightly lower accuracy. |
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/SauerkrautLM-7B-HerO-GPTQ` in the "Download model" box.
142
+
143
+ To download from another branch, add `:branchname` to the end of the download name, eg `TheBloke/SauerkrautLM-7B-HerO-GPTQ:gptq-4bit-32g-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 `SauerkrautLM-7B-HerO-GPTQ`:
154
+
155
+ ```shell
156
+ mkdir SauerkrautLM-7B-HerO-GPTQ
157
+ huggingface-cli download TheBloke/SauerkrautLM-7B-HerO-GPTQ --local-dir SauerkrautLM-7B-HerO-GPTQ --local-dir-use-symlinks False
158
+ ```
159
+
160
+ To download from a different branch, add the `--revision` parameter:
161
+
162
+ ```shell
163
+ mkdir SauerkrautLM-7B-HerO-GPTQ
164
+ huggingface-cli download TheBloke/SauerkrautLM-7B-HerO-GPTQ --revision gptq-4bit-32g-actorder_True --local-dir SauerkrautLM-7B-HerO-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 SauerkrautLM-7B-HerO-GPTQ
186
+ HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download TheBloke/SauerkrautLM-7B-HerO-GPTQ --local-dir SauerkrautLM-7B-HerO-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-32g-actorder_True https://huggingface.co/TheBloke/SauerkrautLM-7B-HerO-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/SauerkrautLM-7B-HerO-GPTQ`.
212
+
213
+ - To download from a specific branch, enter for example `TheBloke/SauerkrautLM-7B-HerO-GPTQ:gptq-4bit-32g-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: `SauerkrautLM-7B-HerO-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/SauerkrautLM-7B-HerO-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'''<|im_start|>system
253
+ {system_message}<|im_end|>
254
+ <|im_start|>user
255
+ {prompt}<|im_end|>
256
+ <|im_start|>assistant
257
+ '''
258
+
259
+ client = InferenceClient(endpoint_url)
260
+ response = client.text_generation(prompt,
261
+ max_new_tokens=128,
262
+ do_sample=True,
263
+ temperature=0.7,
264
+ top_p=0.95,
265
+ top_k=40,
266
+ repetition_penalty=1.1)
267
+
268
+ print(f"Model output: {response}")
269
+ ```
270
+ <!-- README_GPTQ.md-use-from-tgi end -->
271
+ <!-- README_GPTQ.md-use-from-python start -->
272
+ ## Python code example: inference from this GPTQ model
273
+
274
+ ### Install the necessary packages
275
+
276
+ Requires: Transformers 4.33.0 or later, Optimum 1.12.0 or later, and AutoGPTQ 0.4.2 or later.
277
+
278
+ ```shell
279
+ pip3 install --upgrade transformers optimum
280
+ # If using PyTorch 2.1 + CUDA 12.x:
281
+ pip3 install --upgrade auto-gptq
282
+ # or, if using PyTorch 2.1 + CUDA 11.x:
283
+ pip3 install --upgrade auto-gptq --extra-index-url https://huggingface.github.io/autogptq-index/whl/cu118/
284
+ ```
285
+
286
+ 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:
287
+
288
+ ```shell
289
+ pip3 uninstall -y auto-gptq
290
+ git clone https://github.com/PanQiWei/AutoGPTQ
291
+ cd AutoGPTQ
292
+ git checkout v0.5.1
293
+ pip3 install .
294
+ ```
295
+
296
+ ### Example Python code
297
+
298
+ ```python
299
+ from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
300
+
301
+ model_name_or_path = "TheBloke/SauerkrautLM-7B-HerO-GPTQ"
302
+ # To use a different branch, change revision
303
+ # For example: revision="gptq-4bit-32g-actorder_True"
304
+ model = AutoModelForCausalLM.from_pretrained(model_name_or_path,
305
+ device_map="auto",
306
+ trust_remote_code=False,
307
+ revision="main")
308
+
309
+ tokenizer = AutoTokenizer.from_pretrained(model_name_or_path, use_fast=True)
310
+
311
+ prompt = "Tell me about AI"
312
+ prompt_template=f'''<|im_start|>system
313
+ {system_message}<|im_end|>
314
+ <|im_start|>user
315
+ {prompt}<|im_end|>
316
+ <|im_start|>assistant
317
+ '''
318
+
319
+ print("\n\n*** Generate:")
320
+
321
+ input_ids = tokenizer(prompt_template, return_tensors='pt').input_ids.cuda()
322
+ output = model.generate(inputs=input_ids, temperature=0.7, do_sample=True, top_p=0.95, top_k=40, max_new_tokens=512)
323
+ print(tokenizer.decode(output[0]))
324
+
325
+ # Inference can also be done using transformers' pipeline
326
+
327
+ print("*** Pipeline:")
328
+ pipe = pipeline(
329
+ "text-generation",
330
+ model=model,
331
+ tokenizer=tokenizer,
332
+ max_new_tokens=512,
333
+ do_sample=True,
334
+ temperature=0.7,
335
+ top_p=0.95,
336
+ top_k=40,
337
+ repetition_penalty=1.1
338
+ )
339
+
340
+ print(pipe(prompt_template)[0]['generated_text'])
341
+ ```
342
+ <!-- README_GPTQ.md-use-from-python end -->
343
+
344
+ <!-- README_GPTQ.md-compatibility start -->
345
+ ## Compatibility
346
+
347
+ The files provided are tested to work with Transformers. For non-Mistral models, AutoGPTQ can also be used directly.
348
+
349
+ [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.
350
+
351
+ For a list of clients/servers, please see "Known compatible clients / servers", above.
352
+ <!-- README_GPTQ.md-compatibility end -->
353
+
354
+ <!-- footer start -->
355
+ <!-- 200823 -->
356
+ ## Discord
357
+
358
+ For further support, and discussions on these models and AI in general, join us at:
359
+
360
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
361
+
362
+ ## Thanks, and how to contribute
363
+
364
+ Thanks to the [chirper.ai](https://chirper.ai) team!
365
+
366
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
367
+
368
+ 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.
369
+
370
+ 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.
371
+
372
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
373
+
374
+ * Patreon: https://patreon.com/TheBlokeAI
375
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
376
+
377
+ **Special thanks to**: Aemon Algiz.
378
+
379
+ **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
380
+
381
+
382
+ Thank you to all my generous patrons and donaters!
383
+
384
+ And thank you again to a16z for their generous grant.
385
+
386
+ <!-- footer end -->
387
+
388
+ # Original model card: VAGO solutions's SauerkrautLM 7B HerO
389
+
390
+
391
+ ![SauerkrautLM](https://vago-solutions.de/wp-content/uploads/2023/11/hero.png "SauerkrautLM-7b-HerO")
392
+ ## VAGO solutions SauerkrautLM-7b-HerO
393
+ Introducing **SauerkrautLM-7b-HerO** – the pinnacle of German language model technology!
394
+ Crafted through the **merging** of **[Teknium's OpenHermes-2.5-Mistral-7B](https://huggingface.co/teknium/OpenHermes-2.5-Mistral-7B)** and **[Open-Orca's Mistral-7B-OpenOrca](https://huggingface.co/Open-Orca/Mistral-7B-OpenOrca)** and **uniquely fine-tuned with the Sauerkraut dataset.**
395
+ SauerkrautLM-7b-HerO represents a breakthrough in language modeling, achieving an optimal balance between extensive German data and essential international sources.
396
+ This ensures the model not only excels in understanding the nuances of the German language but also retains its global capabilities.
397
+ Harnessing the innovative power of the **gradient SLERP method from MergeKit**, we've achieved a groundbreaking fusion of two of the most best performing 7B models based on the Mistral framework.
398
+ This merge has allowed us to combine the best features of both models, creating an unparalleled synergy.
399
+ Coupled with the German Sauerkraut dataset, which consists of a mix of augmented and translated data, we have successfully taught the English-speaking merged model the intricacies of the German language.
400
+ This was achieved *without the typical loss of core competencies often associated with fine-tuning in another language of models previously trained mainly in English.*
401
+ Our approach ensures that the model retains its original strengths while acquiring a profound understanding of German, **setting a new benchmark in bilingual language model proficiency.**
402
+
403
+ # Table of Contents
404
+ 1. [Overview of all Her0 models](#all-hero-models)
405
+ 2. [Model Details](#model-details)
406
+ - [Prompt template](#prompt-template)
407
+ - [Training Dataset](#training-dataset)
408
+ - [Merge Procedure](#merge-procedure)
409
+ 3. [Evaluation](#evaluation)
410
+ - [GPT4ALL](#gpt4all)
411
+ - [Language Model evaluation Harness](#language-model-evaluation-harness)
412
+ - [BigBench](#big-bench)
413
+ - [MMLU](#mmlu)
414
+ - [TruthfulQA](#truthfulqa)
415
+ - [MT-Bench (German)](#mt-bench-german)
416
+ - [MT-Bench (English)](#mt-bench-english)
417
+ - [Additional German Benchmark results](#additional-german-benchmark-results)
418
+ 5. [Disclaimer](#disclaimer)
419
+ 6. [Contact](#contact)
420
+ 7. [Collaborations](#collaborations)
421
+ 8. [Acknowledgement](#acknowledgement)
422
+
423
+
424
+ ## All HerO Models
425
+
426
+ | Model | HF | GPTQ | GGUF | AWQ |
427
+ |-------|-------|-------|-------|-------|
428
+ | SauerkrautLM-7b-HerO | [Link](https://huggingface.co/VAGOsolutions/SauerkrautLM-7b-HerO) | coming soon | coming soon | coming soon |
429
+
430
+ ## Model Details
431
+ **SauerkrautLM-7b-HerO**
432
+ - **Model Type:** SauerkrautLM-7b-HerO is an auto-regressive language model based on the transformer architecture
433
+ - **Language(s):** English, German
434
+ - **License:** APACHE 2.0
435
+ - **Contact:** [Website](https://vago-solutions.de/#Kontakt) [David Golchinfar](mailto:golchinfar@vago-solutions.de)
436
+
437
+ ### Training Dataset:
438
+
439
+ SauerkrautLM-7b-HerO was trained with mix of German data augmentation and translated data.
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
+ ### Merge Procedure:
444
+
445
+ SauerkrautLM-7b-HerO was merged on 1 A100 with [mergekit](https://github.com/cg123/mergekit).
446
+ The merged model contains [OpenHermes-2.5-Mistral-7B](https://huggingface.co/teknium/OpenHermes-2.5-Mistral-7B) and [Open-Orca/Mistral-7B-OpenOrca](https://huggingface.co/Open-Orca/Mistral-7B-OpenOrca).
447
+ We applied the gradient SLERP method.
448
+
449
+
450
+
451
+ ### Prompt Template:
452
+ ```
453
+ <|im_start|>system
454
+ Du bist Sauerkraut-HerO, 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|>
455
+ <|im_start|>user
456
+ Wie geht es dir?<|im_end|>
457
+ <|im_start|>assistant
458
+ Mir geht es gut!<|im_end|>
459
+ <|im_start|>user
460
+ Bitte erkläre mir, wie die Zusammenführung von Modellen durch bestehende Spitzenmodelle profitieren kann.<|im_end|>
461
+ <|im_start|>assistant
462
+ ```
463
+ ## Evaluation
464
+
465
+ ### GPT4ALL:
466
+ *Compared to relevant German Closed and Open Source models*
467
+ ![GPT4ALL diagram](https://vago-solutions.de/wp-content/uploads/2023/11/GPT4All.png "SauerkrautLM-7b-HerO GPT4ALL Diagram")
468
+
469
+ ![GPT4ALL table](https://vago-solutions.de/wp-content/uploads/2023/11/GPT4All-Tabelle.png "SauerkrautLM-7b-HerO GPT4ALL Table")
470
+
471
+ ### Language Model evaluation Harness:
472
+ *Compared to Aleph Alpha Luminous Models*
473
+ ![Harness](https://vago-solutions.de/wp-content/uploads/2023/11/Luminous-comparison.png "SauerkrautLM-7b-HerO Harness")
474
+
475
+ **performed with newest Language Model Evaluation Harness*
476
+ ### Big Bench:
477
+ ![BBH](https://vago-solutions.de/wp-content/uploads/2023/11/BigBench.png "SauerkrautLM-7b-HerO BBH")
478
+ **performed with newest Language Model Evaluation Harness*
479
+
480
+ ### MMLU:
481
+ *Compared to Big Boy LLMs (Grok0,Grok1,GPT3.5,GPT4)*
482
+ ![MMLU](https://vago-solutions.de/wp-content/uploads/2023/11/MMLU-Benchmark.png "SauerkrautLM-7b-HerO MMLU")
483
+ ### TruthfulQA:
484
+ *Compared to OpenAI Models (GPT3.5,GPT4)*
485
+ ![TruthfulQA](https://vago-solutions.de/wp-content/uploads/2023/11/Truthfulqa-Benchmark.png "SauerkrautLM-7b-HerO TruthfulQA")
486
+
487
+ ### MT-Bench (German):
488
+ ![MT-Bench German Diagram](https://vago-solutions.de/wp-content/uploads/2023/11/MT-Bench-German.png "SauerkrautLM-7b-HerO MT-Bench German Diagram")
489
+ ```
490
+ ########## First turn ##########
491
+ score
492
+ model turn
493
+ SauerkrautLM-70b-v1 1 7.25000
494
+ SauerkrautLM-7b-HerO <--- 1 6.96875
495
+ SauerkrautLM-7b-v1-mistral 1 6.30625
496
+ leo-hessianai-13b-chat 1 6.18750
497
+ SauerkrautLM-13b-v1 1 6.16250
498
+ leo-mistral-hessianai-7b-chat 1 6.15625
499
+ Llama-2-70b-chat-hf 1 6.03750
500
+ vicuna-13b-v1.5 1 5.80000
501
+ SauerkrautLM-7b-v1 1 5.65000
502
+ leo-hessianai-7b-chat 1 5.52500
503
+ vicuna-7b-v1.5 1 5.42500
504
+ Mistral-7B-v0.1 1 5.37500
505
+ SauerkrautLM-3b-v1 1 3.17500
506
+ Llama-2-7b 1 1.28750
507
+ open_llama_3b_v2 1 1.68750
508
+
509
+ ########## Second turn ##########
510
+ score
511
+ model turn
512
+ SauerkrautLM-70b-v1 2 6.83125
513
+ SauerkrautLM-7b-HerO <--- 2 6.30625
514
+ vicuna-13b-v1.5 2 5.63125
515
+ SauerkrautLM-13b-v1 2 5.34375
516
+ SauerkrautLM-7b-v1-mistral 2 5.26250
517
+ leo-mistral-hessianai-7b-chat 2 4.99375
518
+ SauerkrautLM-7b-v1 2 4.73750
519
+ leo-hessianai-13b-chat 2 4.71250
520
+ vicuna-7b-v1.5 2 4.67500
521
+ Llama-2-70b-chat-hf 2 4.66250
522
+ Mistral-7B-v0.1 2 4.53750
523
+ leo-hessianai-7b-chat 2 2.65000
524
+ SauerkrautLM-3b-v1 2 1.98750
525
+ open_llama_3b_v2 2 1.22500
526
+ Llama-2-7b 2 1.07500
527
+
528
+ ########## Average ##########
529
+ score
530
+ model
531
+ SauerkrautLM-70b-v1 7.040625
532
+ SauerkrautLM-7b-HerO <--- 6.637500
533
+ SauerkrautLM-7b-v1-mistral 5.784375
534
+ SauerkrautLM-13b-v1 5.753125
535
+ vicuna-13b-v1.5 5.715625
536
+ leo-mistral-hessianai-7b-chat 5.575000
537
+ leo-hessianai-13b-chat 5.450000
538
+ Llama-2-70b-chat-hf 5.350000
539
+ SauerkrautLM-v1-7b 5.193750
540
+ vicuna-7b-v1.5 5.050000
541
+ Mistral-7B-v0.1 4.956250
542
+ leo-hessianai-7b-chat 4.087500
543
+ SauerkrautLM-3b-v1 2.581250
544
+ open_llama_3b_v2 1.456250
545
+ Llama-2-7b 1.181250
546
+ ```
547
+ **performed with the newest FastChat Version*
548
+ ### MT-Bench (English):
549
+ ![MT-Bench English Diagram](https://vago-solutions.de/wp-content/uploads/2023/11/MT-Bench-English.png "SauerkrautLM-7b-HerO MT-Bench English Diagram")
550
+ ```
551
+ ########## First turn ##########
552
+ score
553
+ model turn
554
+ OpenHermes-2.5-Mistral-7B 1 8.21875
555
+ SauerkrautLM-7b-HerO <--- 1 8.03125
556
+ Mistral-7B-OpenOrca 1 7.65625
557
+ neural-chat-7b-v3-1 1 7.22500
558
+
559
+ ########## Second turn ##########
560
+ score
561
+ model turn
562
+ OpenHermes-2.5-Mistral-7B 2 7.1000
563
+ SauerkrautLM-7b-HerO <--- 2 6.7875
564
+ neural-chat-7b-v3-1 2 6.4000
565
+ Mistral-7B-OpenOrca 2 6.1750
566
+
567
+ ########## Average ##########
568
+ score
569
+ model
570
+ OpenHermes-2.5-Mistral-7B 7.659375
571
+ SauerkrautLM-7b-HerO <--- 7.409375
572
+ Mistral-7B-OpenOrca 6.915625
573
+ neural-chat-7b-v3-1 6.812500
574
+ ```
575
+ **performed with the newest FastChat Version*
576
+
577
+ ### Additional German Benchmark results:
578
+ ![GermanBenchmarks](https://vago-solutions.de/wp-content/uploads/2023/11/German-benchmarks.png "SauerkrautLM-7b-HerO German Benchmarks")
579
+ *performed with newest Language Model Evaluation Harness
580
+ ## Disclaimer
581
+ We must inform users that despite our best efforts in data cleansing, the possibility of uncensored content slipping through cannot be entirely ruled out.
582
+ 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.
583
+ 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.
584
+  
585
+ ## Contact
586
+ 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.
587
+  
588
+ ## Collaborations
589
+ 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.
590
+
591
+ ## Acknowledgement
592
+ Many thanks to [OpenOrca](https://huggingface.co/Open-Orca) and [teknium](https://huggingface.co/teknium) for providing such valuable models to the Open-Source community.
593
+
594
+
595
+ [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)