TheBloke commited on
Commit
24d91f7
·
1 Parent(s): 75cb8b3

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +350 -0
README.md ADDED
@@ -0,0 +1,350 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: perlthoughts/Chupacabra-8x7B-MoE
3
+ inference: false
4
+ license: apache-2.0
5
+ model_creator: Ray Hernandez
6
+ model_name: Chupacabra 8X7B MoE
7
+ model_type: mixtral
8
+ prompt_template: '{prompt}
9
+
10
+ '
11
+ quantized_by: TheBloke
12
+ ---
13
+ <!-- markdownlint-disable MD041 -->
14
+
15
+ <!-- header start -->
16
+ <!-- 200823 -->
17
+ <div style="width: auto; margin-left: auto; margin-right: auto">
18
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
19
+ </div>
20
+ <div style="display: flex; justify-content: space-between; width: 100%;">
21
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
22
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
23
+ </div>
24
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
25
+ <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>
26
+ </div>
27
+ </div>
28
+ <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>
29
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
30
+ <!-- header end -->
31
+
32
+ # Chupacabra 8X7B MoE - GPTQ
33
+ - Model creator: [Ray Hernandez](https://huggingface.co/perlthoughts)
34
+ - Original model: [Chupacabra 8X7B MoE](https://huggingface.co/perlthoughts/Chupacabra-8x7B-MoE)
35
+
36
+ <!-- description start -->
37
+ # Description
38
+
39
+ This repo contains GPTQ model files for [Ray Hernandez's Chupacabra 8X7B MoE](https://huggingface.co/perlthoughts/Chupacabra-8x7B-MoE).
40
+
41
+ Mixtral GPTQs currently require:
42
+ * Transformers 4.36.0 or later
43
+ * either, AutoGPTQ 0.6 compiled from source, or
44
+ * Transformers 4.37.0.dev0 compiled from Github with: `pip3 install git+https://github.com/huggingface/transformers`
45
+
46
+ 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.
47
+
48
+ <!-- description end -->
49
+ <!-- repositories-available start -->
50
+ ## Repositories available
51
+
52
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Chupacabra-8x7B-MoE-GPTQ)
53
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/Chupacabra-8x7B-MoE-GGUF)
54
+ * [Ray Hernandez's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/perlthoughts/Chupacabra-8x7B-MoE)
55
+ <!-- repositories-available end -->
56
+
57
+ <!-- prompt-template start -->
58
+ ## Prompt template: Unknown
59
+
60
+ ```
61
+ {prompt}
62
+
63
+ ```
64
+
65
+ <!-- prompt-template end -->
66
+
67
+
68
+
69
+ <!-- README_GPTQ.md-compatible clients start -->
70
+ ## Known compatible clients / servers
71
+
72
+ GPTQ models are currently supported on Linux (NVidia/AMD) and Windows (NVidia only). macOS users: please use GGUF models.
73
+
74
+ Mixtral GPTQs currently have special requirements - see Description above.
75
+
76
+ <!-- README_GPTQ.md-compatible clients end -->
77
+
78
+ <!-- README_GPTQ.md-provided-files start -->
79
+ ## Provided files, and GPTQ parameters
80
+
81
+ Multiple quantisation parameters are provided, to allow you to choose the best one for your hardware and requirements.
82
+
83
+ Each separate quant is in a different branch. See below for instructions on fetching from different branches.
84
+
85
+ Most GPTQ files are made with AutoGPTQ. Mistral models are currently made with Transformers.
86
+
87
+ <details>
88
+ <summary>Explanation of GPTQ parameters</summary>
89
+
90
+ - Bits: The bit size of the quantised model.
91
+ - GS: GPTQ group size. Higher numbers use less VRAM, but have lower quantisation accuracy. "None" is the lowest possible value.
92
+ - 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.
93
+ - Damp %: A GPTQ parameter that affects how samples are processed for quantisation. 0.01 is default, but 0.1 results in slightly better accuracy.
94
+ - 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).
95
+ - 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.
96
+ - ExLlama Compatibility: Whether this file can be loaded with ExLlama, which currently only supports Llama and Mistral models in 4-bit.
97
+
98
+ </details>
99
+
100
+ | Branch | Bits | GS | Act Order | Damp % | GPTQ Dataset | Seq Len | Size | ExLlama | Desc |
101
+ | ------ | ---- | -- | --------- | ------ | ------------ | ------- | ---- | ------- | ---- |
102
+ | [main](https://huggingface.co/TheBloke/Chupacabra-8x7B-MoE-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. |
103
+ | [gptq-4bit-128g-actorder_True](https://huggingface.co/TheBloke/Chupacabra-8x7B-MoE-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. |
104
+ | [gptq-4bit-32g-actorder_True](https://huggingface.co/TheBloke/Chupacabra-8x7B-MoE-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. |
105
+ | [gptq-3bit--1g-actorder_True](https://huggingface.co/TheBloke/Chupacabra-8x7B-MoE-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.01 GB | No | 3-bit, with Act Order and no group size. Lowest possible VRAM requirements. May be lower quality than 3-bit 128g. |
106
+ | [gptq-3bit-128g-actorder_True](https://huggingface.co/TheBloke/Chupacabra-8x7B-MoE-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. |
107
+ | [gptq-3bit-32g-actorder_True](https://huggingface.co/TheBloke/Chupacabra-8x7B-MoE-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. |
108
+ | [gptq-8bit--1g-actorder_True](https://huggingface.co/TheBloke/Chupacabra-8x7B-MoE-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. |
109
+ | [gptq-8bit-128g-actorder_True](https://huggingface.co/TheBloke/Chupacabra-8x7B-MoE-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. |
110
+
111
+ <!-- README_GPTQ.md-provided-files end -->
112
+
113
+ <!-- README_GPTQ.md-download-from-branches start -->
114
+ ## How to download, including from branches
115
+
116
+ ### In text-generation-webui
117
+
118
+ To download from the `main` branch, enter `TheBloke/Chupacabra-8x7B-MoE-GPTQ` in the "Download model" box.
119
+
120
+ To download from another branch, add `:branchname` to the end of the download name, eg `TheBloke/Chupacabra-8x7B-MoE-GPTQ:gptq-4bit-128g-actorder_True`
121
+
122
+ ### From the command line
123
+
124
+ I recommend using the `huggingface-hub` Python library:
125
+
126
+ ```shell
127
+ pip3 install huggingface-hub
128
+ ```
129
+
130
+ To download the `main` branch to a folder called `Chupacabra-8x7B-MoE-GPTQ`:
131
+
132
+ ```shell
133
+ mkdir Chupacabra-8x7B-MoE-GPTQ
134
+ huggingface-cli download TheBloke/Chupacabra-8x7B-MoE-GPTQ --local-dir Chupacabra-8x7B-MoE-GPTQ --local-dir-use-symlinks False
135
+ ```
136
+
137
+ To download from a different branch, add the `--revision` parameter:
138
+
139
+ ```shell
140
+ mkdir Chupacabra-8x7B-MoE-GPTQ
141
+ huggingface-cli download TheBloke/Chupacabra-8x7B-MoE-GPTQ --revision gptq-4bit-128g-actorder_True --local-dir Chupacabra-8x7B-MoE-GPTQ --local-dir-use-symlinks False
142
+ ```
143
+
144
+ <details>
145
+ <summary>More advanced huggingface-cli download usage</summary>
146
+
147
+ 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.
148
+
149
+ The cache location can be changed with the `HF_HOME` environment variable, and/or the `--cache-dir` parameter to `huggingface-cli`.
150
+
151
+ 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).
152
+
153
+ To accelerate downloads on fast connections (1Gbit/s or higher), install `hf_transfer`:
154
+
155
+ ```shell
156
+ pip3 install hf_transfer
157
+ ```
158
+
159
+ And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
160
+
161
+ ```shell
162
+ mkdir Chupacabra-8x7B-MoE-GPTQ
163
+ HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download TheBloke/Chupacabra-8x7B-MoE-GPTQ --local-dir Chupacabra-8x7B-MoE-GPTQ --local-dir-use-symlinks False
164
+ ```
165
+
166
+ Windows Command Line users: You can set the environment variable by running `set HF_HUB_ENABLE_HF_TRANSFER=1` before the download command.
167
+ </details>
168
+
169
+ ### With `git` (**not** recommended)
170
+
171
+ To clone a specific branch with `git`, use a command like this:
172
+
173
+ ```shell
174
+ git clone --single-branch --branch gptq-4bit-128g-actorder_True https://huggingface.co/TheBloke/Chupacabra-8x7B-MoE-GPTQ
175
+ ```
176
+
177
+ 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.)
178
+
179
+ <!-- README_GPTQ.md-download-from-branches end -->
180
+ <!-- README_GPTQ.md-text-generation-webui start -->
181
+ ## How to easily download and use this model in [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
182
+
183
+ **NOTE**: Requires:
184
+
185
+ * Transformers 4.36.0, or Transformers 4.37.0.dev0 from Github
186
+ * Either AutoGPTQ 0.6 compiled from source and `Loader: AutoGPTQ`,
187
+ * or, `Loader: Transformers`, if you installed Transformers from Github: `pip3 install git+https://github.com/huggingface/transformers`
188
+
189
+ Please make sure you're using the latest version of [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
190
+
191
+ 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.
192
+
193
+ 1. Click the **Model tab**.
194
+ 2. Under **Download custom model or LoRA**, enter `TheBloke/Chupacabra-8x7B-MoE-GPTQ`.
195
+
196
+ - To download from a specific branch, enter for example `TheBloke/Chupacabra-8x7B-MoE-GPTQ:gptq-4bit-128g-actorder_True`
197
+ - see Provided Files above for the list of branches for each option.
198
+
199
+ 3. Click **Download**.
200
+ 4. The model will start downloading. Once it's finished it will say "Done".
201
+ 5. In the top left, click the refresh icon next to **Model**.
202
+ 6. In the **Model** dropdown, choose the model you just downloaded: `Chupacabra-8x7B-MoE-GPTQ`
203
+ 7. The model will automatically load, and is now ready for use!
204
+ 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.
205
+
206
+ - 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`.
207
+
208
+ 9. Once you're ready, click the **Text Generation** tab and enter a prompt to get started!
209
+
210
+ <!-- README_GPTQ.md-text-generation-webui end -->
211
+
212
+ <!-- README_GPTQ.md-use-from-tgi start -->
213
+ ## Serving this model from Text Generation Inference (TGI)
214
+
215
+ Not currently supported for Mixtral models.
216
+
217
+ <!-- README_GPTQ.md-use-from-tgi end -->
218
+ <!-- README_GPTQ.md-use-from-python start -->
219
+ ## Python code example: inference from this GPTQ model
220
+
221
+ ### Install the necessary packages
222
+
223
+ Requires: Transformers 4.37.0.dev0 from Github, Optimum 1.16.0 or later, and AutoGPTQ 0.5.1 or later.
224
+
225
+ ```shell
226
+ pip3 install --upgrade "git+https://github.com/huggingface/transformers" optimum
227
+ # If using PyTorch 2.1 + CUDA 12.x:
228
+ pip3 install --upgrade auto-gptq
229
+ # or, if using PyTorch 2.1 + CUDA 11.x:
230
+ pip3 install --upgrade auto-gptq --extra-index-url https://huggingface.github.io/autogptq-index/whl/cu118/
231
+ ```
232
+
233
+ 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:
234
+
235
+ ```shell
236
+ pip3 uninstall -y auto-gptq
237
+ git clone https://github.com/PanQiWei/AutoGPTQ
238
+ cd AutoGPTQ
239
+ DISABLE_QIGEN=1 pip3 install .
240
+ ```
241
+
242
+ ### Example Python code
243
+
244
+ ```python
245
+ from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
246
+
247
+ model_name_or_path = "TheBloke/Chupacabra-8x7B-MoE-GPTQ"
248
+ # To use a different branch, change revision
249
+ # For example: revision="gptq-4bit-128g-actorder_True"
250
+ model = AutoModelForCausalLM.from_pretrained(model_name_or_path,
251
+ device_map="auto",
252
+ trust_remote_code=False,
253
+ revision="main")
254
+
255
+ tokenizer = AutoTokenizer.from_pretrained(model_name_or_path, use_fast=True)
256
+
257
+ prompt = "Write a story about llamas"
258
+ system_message = "You are a story writing assistant"
259
+ prompt_template=f'''{prompt}
260
+ '''
261
+
262
+ print("\n\n*** Generate:")
263
+
264
+ input_ids = tokenizer(prompt_template, return_tensors='pt').input_ids.cuda()
265
+ output = model.generate(inputs=input_ids, temperature=0.7, do_sample=True, top_p=0.95, top_k=40, max_new_tokens=512)
266
+ print(tokenizer.decode(output[0]))
267
+
268
+ # Inference can also be done using transformers' pipeline
269
+
270
+ print("*** Pipeline:")
271
+ pipe = pipeline(
272
+ "text-generation",
273
+ model=model,
274
+ tokenizer=tokenizer,
275
+ max_new_tokens=512,
276
+ do_sample=True,
277
+ temperature=0.7,
278
+ top_p=0.95,
279
+ top_k=40,
280
+ repetition_penalty=1.1
281
+ )
282
+
283
+ print(pipe(prompt_template)[0]['generated_text'])
284
+ ```
285
+ <!-- README_GPTQ.md-use-from-python end -->
286
+
287
+ <!-- README_GPTQ.md-compatibility start -->
288
+ ## Compatibility
289
+
290
+ The files provided are tested to work with AutoGPTQ 0.6 (compiled from source) and Transformers 4.37.0 (installed from Github).
291
+
292
+ <!-- README_GPTQ.md-compatibility end -->
293
+
294
+ <!-- footer start -->
295
+ <!-- 200823 -->
296
+ ## Discord
297
+
298
+ For further support, and discussions on these models and AI in general, join us at:
299
+
300
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
301
+
302
+ ## Thanks, and how to contribute
303
+
304
+ Thanks to the [chirper.ai](https://chirper.ai) team!
305
+
306
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
307
+
308
+ 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.
309
+
310
+ 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.
311
+
312
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
313
+
314
+ * Patreon: https://patreon.com/TheBlokeAI
315
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
316
+
317
+ **Special thanks to**: Aemon Algiz.
318
+
319
+ **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
320
+
321
+
322
+ Thank you to all my generous patrons and donaters!
323
+
324
+ And thank you again to a16z for their generous grant.
325
+
326
+ <!-- footer end -->
327
+
328
+ # Original model card: Ray Hernandez's Chupacabra 8X7B MoE
329
+
330
+
331
+ # Chupacabra-8x7B-experts
332
+ # Mixtral-8x7b-experts merge, of Chupacabra, OpenChat, Falkor, and Starling-LM
333
+
334
+ <p><img src="https://huggingface.co/perlthoughts/Chupacabra-7B/resolve/main/chupacabra7b%202.png" width=330></p>
335
+
336
+ ### Model Description
337
+
338
+ Special thanks to @cgt123 for his great work on https://github.com/cg123/mergekit.
339
+
340
+ This was made using the 'mixtral' branch on the mergekit repo.
341
+
342
+ #OneManArmy
343
+
344
+ ### More Info
345
+
346
+ - **Developed by:** Ray Hernandez
347
+ - **Model type:** Mistral
348
+ - **Language(s) (NLP):** English
349
+ - **License:** Apache 2.0
350
+