TheBloke commited on
Commit
03f2dae
1 Parent(s): 5098d24

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +355 -0
README.md ADDED
@@ -0,0 +1,355 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: OpenBuddy/openbuddy-mixtral-8x7b-v15.2
3
+ inference: false
4
+ license: apache-2.0
5
+ model_creator: OpenBuddy
6
+ model_name: Openbuddy Mixtral 8X7B V15.2
7
+ model_type: mixtral
8
+ prompt_template: "You are a helpful, respectful and honest INTP-T AI Assistant named\
9
+ \ Buddy. You are talking to a human User.\nAlways answer as helpfully and logically\
10
+ \ as possible, while being safe. Your answers should not include any harmful, political,\
11
+ \ religious, unethical, racist, sexist, toxic, dangerous, or illegal content. Please\
12
+ \ ensure that your responses are socially unbiased and positive in nature.\nIf a\
13
+ \ question does not make any sense, or is not factually coherent, explain why instead\
14
+ \ of answering something not correct. If you don't know the answer to a question,\
15
+ \ please don't share false information.\nYou like to use emojis. You can speak fluently\
16
+ \ in many languages, for example: English, Chinese.\nYou cannot access the internet,\
17
+ \ but you have vast knowledge, cutoff: 2021-09.\nYou are trained by OpenBuddy team,\
18
+ \ (https://openbuddy.ai, https://github.com/OpenBuddy/OpenBuddy), you are based\
19
+ \ on LLaMA and Falcon transformers model, not related to GPT or OpenAI.\n\nUser:\
20
+ \ {prompt}\nAssistant: \n"
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
+ # Openbuddy Mixtral 8X7B V15.2 - GPTQ
43
+ - Model creator: [OpenBuddy](https://huggingface.co/OpenBuddy)
44
+ - Original model: [Openbuddy Mixtral 8X7B V15.2](https://huggingface.co/OpenBuddy/openbuddy-mixtral-8x7b-v15.2)
45
+
46
+ <!-- description start -->
47
+ # Description
48
+
49
+ This repo contains GPTQ model files for [OpenBuddy's Openbuddy Mixtral 8X7B V15.2](https://huggingface.co/OpenBuddy/openbuddy-mixtral-8x7b-v15.2).
50
+
51
+ Mixtral GPTQs currently require:
52
+ * Transformers 4.36.0 or later
53
+ * either, AutoGPTQ 0.6 compiled from source, or
54
+ * Transformers 4.37.0.dev0 compiled from Github with: `pip3 install git+https://github.com/huggingface/transformers`
55
+
56
+ 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.
57
+
58
+ <!-- description end -->
59
+ <!-- repositories-available start -->
60
+ ## Repositories available
61
+
62
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/openbuddy-mixtral-8x7b-v15.2-GPTQ)
63
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/openbuddy-mixtral-8x7b-v15.2-GGUF)
64
+ * [OpenBuddy's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/OpenBuddy/openbuddy-mixtral-8x7b-v15.2)
65
+ <!-- repositories-available end -->
66
+
67
+ <!-- prompt-template start -->
68
+ ## Prompt template: OpenBuddy
69
+
70
+ ```
71
+ You are a helpful, respectful and honest INTP-T AI Assistant named Buddy. You are talking to a human User.
72
+ Always answer as helpfully and logically as possible, while being safe. Your answers should not include any harmful, political, religious, unethical, racist, sexist, toxic, dangerous, or illegal content. Please ensure that your responses are socially unbiased and positive in nature.
73
+ If a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct. If you don't know the answer to a question, please don't share false information.
74
+ You like to use emojis. You can speak fluently in many languages, for example: English, Chinese.
75
+ You cannot access the internet, but you have vast knowledge, cutoff: 2021-09.
76
+ You are trained by OpenBuddy team, (https://openbuddy.ai, https://github.com/OpenBuddy/OpenBuddy), you are based on LLaMA and Falcon transformers model, not related to GPT or OpenAI.
77
+
78
+ User: {prompt}
79
+ Assistant:
80
+
81
+ ```
82
+
83
+ <!-- prompt-template end -->
84
+
85
+
86
+
87
+ <!-- README_GPTQ.md-compatible clients start -->
88
+ ## Known compatible clients / servers
89
+
90
+ GPTQ models are currently supported on Linux (NVidia/AMD) and Windows (NVidia only). macOS users: please use GGUF models.
91
+
92
+ Mixtral GPTQs currently have special requirements - see Description above.
93
+
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/openbuddy-mixtral-8x7b-v15.2-GPTQ/tree/main) | 4 | None | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 8192 | 23.89 GB | No | 4-bit, with Act Order. No group size, to lower VRAM requirements. |
121
+ | [gptq-4bit-128g-actorder_True](https://huggingface.co/TheBloke/openbuddy-mixtral-8x7b-v15.2-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.77 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/openbuddy-mixtral-8x7b-v15.2-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.49 GB | No | 4-bit, with Act Order and group size 32g. Gives highest possible inference quality, with maximum VRAM usage. |
123
+ | [gptq-3bit--1g-actorder_True](https://huggingface.co/TheBloke/openbuddy-mixtral-8x7b-v15.2-GPTQ/tree/gptq-3bit--1g-actorder_True) | 3 | None | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 8192 | 18.08 GB | No | 3-bit, with Act Order and no group size. Lowest possible VRAM requirements. May be lower quality than 3-bit 128g. |
124
+ | [gptq-3bit-128g-actorder_True](https://huggingface.co/TheBloke/openbuddy-mixtral-8x7b-v15.2-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.92 GB | No | 3-bit, with group size 128g and act-order. Higher quality than 128g-False. |
125
+ | [gptq-3bit-32g-actorder_true](https://huggingface.co/TheBloke/openbuddy-mixtral-8x7b-v15.2-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.51 GB | No | 3-bit, with group size 64g and act-order. Highest quality 3-bit option. |
126
+ | [gptq-8bit--1g-actorder_true](https://huggingface.co/TheBloke/openbuddy-mixtral-8x7b-v15.2-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.11 GB | No | 8-bit, with Act Order. No group size, to lower VRAM requirements. |
127
+ | [gptq-8bit-128g-actorder_true](https://huggingface.co/TheBloke/openbuddy-mixtral-8x7b-v15.2-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.17 GB | No | 8-bit, with group size 128g for higher inference quality and with Act Order for even higher accuracy. |
128
+
129
+ <!-- README_GPTQ.md-provided-files end -->
130
+
131
+ <!-- README_GPTQ.md-download-from-branches start -->
132
+ ## How to download, including from branches
133
+
134
+ ### In text-generation-webui
135
+
136
+ To download from the `main` branch, enter `TheBloke/openbuddy-mixtral-8x7b-v15.2-GPTQ` in the "Download model" box.
137
+
138
+ To download from another branch, add `:branchname` to the end of the download name, eg `TheBloke/openbuddy-mixtral-8x7b-v15.2-GPTQ:gptq-4bit-128g-actorder_True`
139
+
140
+ ### From the command line
141
+
142
+ I recommend using the `huggingface-hub` Python library:
143
+
144
+ ```shell
145
+ pip3 install huggingface-hub
146
+ ```
147
+
148
+ To download the `main` branch to a folder called `openbuddy-mixtral-8x7b-v15.2-GPTQ`:
149
+
150
+ ```shell
151
+ mkdir openbuddy-mixtral-8x7b-v15.2-GPTQ
152
+ huggingface-cli download TheBloke/openbuddy-mixtral-8x7b-v15.2-GPTQ --local-dir openbuddy-mixtral-8x7b-v15.2-GPTQ --local-dir-use-symlinks False
153
+ ```
154
+
155
+ To download from a different branch, add the `--revision` parameter:
156
+
157
+ ```shell
158
+ mkdir openbuddy-mixtral-8x7b-v15.2-GPTQ
159
+ huggingface-cli download TheBloke/openbuddy-mixtral-8x7b-v15.2-GPTQ --revision gptq-4bit-128g-actorder_True --local-dir openbuddy-mixtral-8x7b-v15.2-GPTQ --local-dir-use-symlinks False
160
+ ```
161
+
162
+ <details>
163
+ <summary>More advanced huggingface-cli download usage</summary>
164
+
165
+ 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.
166
+
167
+ The cache location can be changed with the `HF_HOME` environment variable, and/or the `--cache-dir` parameter to `huggingface-cli`.
168
+
169
+ 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).
170
+
171
+ To accelerate downloads on fast connections (1Gbit/s or higher), install `hf_transfer`:
172
+
173
+ ```shell
174
+ pip3 install hf_transfer
175
+ ```
176
+
177
+ And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
178
+
179
+ ```shell
180
+ mkdir openbuddy-mixtral-8x7b-v15.2-GPTQ
181
+ HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download TheBloke/openbuddy-mixtral-8x7b-v15.2-GPTQ --local-dir openbuddy-mixtral-8x7b-v15.2-GPTQ --local-dir-use-symlinks False
182
+ ```
183
+
184
+ Windows Command Line users: You can set the environment variable by running `set HF_HUB_ENABLE_HF_TRANSFER=1` before the download command.
185
+ </details>
186
+
187
+ ### With `git` (**not** recommended)
188
+
189
+ To clone a specific branch with `git`, use a command like this:
190
+
191
+ ```shell
192
+ git clone --single-branch --branch gptq-4bit-128g-actorder_True https://huggingface.co/TheBloke/openbuddy-mixtral-8x7b-v15.2-GPTQ
193
+ ```
194
+
195
+ 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.)
196
+
197
+ <!-- README_GPTQ.md-download-from-branches end -->
198
+ <!-- README_GPTQ.md-text-generation-webui start -->
199
+ ## How to easily download and use this model in [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
200
+
201
+ **NOTE**: Requires:
202
+
203
+ * Transformers 4.36.0, or Transformers 4.37.0.dev0 from Github
204
+ * Either AutoGPTQ 0.6 compiled from source and `Loader: AutoGPTQ`,
205
+ * or, `Loader: Transformers`, if you installed Transformers from Github: `pip3 install git+https://github.com/huggingface/transformers`
206
+
207
+ Please make sure you're using the latest version of [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
208
+
209
+ 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.
210
+
211
+ 1. Click the **Model tab**.
212
+ 2. Under **Download custom model or LoRA**, enter `TheBloke/openbuddy-mixtral-8x7b-v15.2-GPTQ`.
213
+
214
+ - To download from a specific branch, enter for example `TheBloke/openbuddy-mixtral-8x7b-v15.2-GPTQ:gptq-4bit-128g-actorder_True`
215
+ - see Provided Files above for the list of branches for each option.
216
+
217
+ 3. Click **Download**.
218
+ 4. The model will start downloading. Once it's finished it will say "Done".
219
+ 5. In the top left, click the refresh icon next to **Model**.
220
+ 6. In the **Model** dropdown, choose the model you just downloaded: `openbuddy-mixtral-8x7b-v15.2-GPTQ`
221
+ 7. The model will automatically load, and is now ready for use!
222
+ 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.
223
+
224
+ - 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`.
225
+
226
+ 9. Once you're ready, click the **Text Generation** tab and enter a prompt to get started!
227
+
228
+ <!-- README_GPTQ.md-text-generation-webui end -->
229
+
230
+ <!-- README_GPTQ.md-use-from-tgi start -->
231
+ ## Serving this model from Text Generation Inference (TGI)
232
+
233
+ Not currently supported for Mixtral models.
234
+
235
+ <!-- README_GPTQ.md-use-from-tgi end -->
236
+ <!-- README_GPTQ.md-use-from-python start -->
237
+ ## Python code example: inference from this GPTQ model
238
+
239
+ ### Install the necessary packages
240
+
241
+ Requires: Transformers 4.37.0.dev0 from Github, Optimum 1.16.0 or later, and AutoGPTQ 0.5.1 or later.
242
+
243
+ ```shell
244
+ pip3 install --upgrade "git+https://github.com/huggingface/transformers" optimum
245
+ # If using PyTorch 2.1 + CUDA 12.x:
246
+ pip3 install --upgrade auto-gptq
247
+ # or, if using PyTorch 2.1 + CUDA 11.x:
248
+ pip3 install --upgrade auto-gptq --extra-index-url https://huggingface.github.io/autogptq-index/whl/cu118/
249
+ ```
250
+
251
+ 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:
252
+
253
+ ```shell
254
+ pip3 uninstall -y auto-gptq
255
+ git clone https://github.com/PanQiWei/AutoGPTQ
256
+ cd AutoGPTQ
257
+ DISABLE_QIGEN=1 pip3 install .
258
+ ```
259
+
260
+ ### Example Python code
261
+
262
+ ```python
263
+ from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
264
+
265
+ model_name_or_path = "TheBloke/openbuddy-mixtral-8x7b-v15.2-GPTQ"
266
+ # To use a different branch, change revision
267
+ # For example: revision="gptq-4bit-128g-actorder_True"
268
+ model = AutoModelForCausalLM.from_pretrained(model_name_or_path,
269
+ device_map="auto",
270
+ trust_remote_code=False,
271
+ revision="main")
272
+
273
+ tokenizer = AutoTokenizer.from_pretrained(model_name_or_path, use_fast=True)
274
+
275
+ prompt = "Write a story about llamas"
276
+ system_message = "You are a story writing assistant"
277
+ prompt_template=f'''You are a helpful, respectful and honest INTP-T AI Assistant named Buddy. You are talking to a human User.
278
+ Always answer as helpfully and logically as possible, while being safe. Your answers should not include any harmful, political, religious, unethical, racist, sexist, toxic, dangerous, or illegal content. Please ensure that your responses are socially unbiased and positive in nature.
279
+ If a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct. If you don't know the answer to a question, please don't share false information.
280
+ You like to use emojis. You can speak fluently in many languages, for example: English, Chinese.
281
+ You cannot access the internet, but you have vast knowledge, cutoff: 2021-09.
282
+ You are trained by OpenBuddy team, (https://openbuddy.ai, https://github.com/OpenBuddy/OpenBuddy), you are based on LLaMA and Falcon transformers model, not related to GPT or OpenAI.
283
+
284
+ User: {prompt}
285
+ Assistant:
286
+ '''
287
+
288
+ print("\n\n*** Generate:")
289
+
290
+ input_ids = tokenizer(prompt_template, return_tensors='pt').input_ids.cuda()
291
+ output = model.generate(inputs=input_ids, temperature=0.7, do_sample=True, top_p=0.95, top_k=40, max_new_tokens=512)
292
+ print(tokenizer.decode(output[0]))
293
+
294
+ # Inference can also be done using transformers' pipeline
295
+
296
+ print("*** Pipeline:")
297
+ pipe = pipeline(
298
+ "text-generation",
299
+ model=model,
300
+ tokenizer=tokenizer,
301
+ max_new_tokens=512,
302
+ do_sample=True,
303
+ temperature=0.7,
304
+ top_p=0.95,
305
+ top_k=40,
306
+ repetition_penalty=1.1
307
+ )
308
+
309
+ print(pipe(prompt_template)[0]['generated_text'])
310
+ ```
311
+ <!-- README_GPTQ.md-use-from-python end -->
312
+
313
+ <!-- README_GPTQ.md-compatibility start -->
314
+ ## Compatibility
315
+
316
+ The files provided are tested to work with AutoGPTQ 0.6 (compiled from source) and Transformers 4.37.0 (installed from Github).
317
+
318
+ <!-- README_GPTQ.md-compatibility end -->
319
+
320
+ <!-- footer start -->
321
+ <!-- 200823 -->
322
+ ## Discord
323
+
324
+ For further support, and discussions on these models and AI in general, join us at:
325
+
326
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
327
+
328
+ ## Thanks, and how to contribute
329
+
330
+ Thanks to the [chirper.ai](https://chirper.ai) team!
331
+
332
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
333
+
334
+ 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.
335
+
336
+ 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.
337
+
338
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
339
+
340
+ * Patreon: https://patreon.com/TheBlokeAI
341
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
342
+
343
+ **Special thanks to**: Aemon Algiz.
344
+
345
+ **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
346
+
347
+
348
+ Thank you to all my generous patrons and donaters!
349
+
350
+ And thank you again to a16z for their generous grant.
351
+
352
+ <!-- footer end -->
353
+
354
+ # Original model card: OpenBuddy's Openbuddy Mixtral 8X7B V15.2
355
+