TheBloke commited on
Commit
2b02c9c
β€’
1 Parent(s): fdccc05

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +478 -0
README.md ADDED
@@ -0,0 +1,478 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: mlabonne/NeuralBeagle14-7B
3
+ inference: false
4
+ license: apache-2.0
5
+ model_creator: Maxime Labonne
6
+ model_name: NeuralBeagle14 7B
7
+ model_type: mistral
8
+ prompt_template: '<|im_start|>system
9
+
10
+ {system_message}<|im_end|>
11
+
12
+ <|im_start|>user
13
+
14
+ {prompt}<|im_end|>
15
+
16
+ <|im_start|>assistant
17
+
18
+ '
19
+ quantized_by: TheBloke
20
+ tags:
21
+ - merge
22
+ - mergekit
23
+ - lazymergekit
24
+ - fblgit/UNA-TheBeagle-7b-v1
25
+ - argilla/distilabeled-Marcoro14-7B-slerp
26
+ - dpo
27
+ - rlhf
28
+ ---
29
+ <!-- markdownlint-disable MD041 -->
30
+
31
+ <!-- header start -->
32
+ <!-- 200823 -->
33
+ <div style="width: auto; margin-left: auto; margin-right: auto">
34
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
35
+ </div>
36
+ <div style="display: flex; justify-content: space-between; width: 100%;">
37
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
38
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
39
+ </div>
40
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
41
+ <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>
42
+ </div>
43
+ </div>
44
+ <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>
45
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
46
+ <!-- header end -->
47
+
48
+ # NeuralBeagle14 7B - GPTQ
49
+ - Model creator: [Maxime Labonne](https://huggingface.co/mlabonne)
50
+ - Original model: [NeuralBeagle14 7B](https://huggingface.co/mlabonne/NeuralBeagle14-7B)
51
+
52
+ <!-- description start -->
53
+ # Description
54
+
55
+ This repo contains GPTQ model files for [Maxime Labonne's NeuralBeagle14 7B](https://huggingface.co/mlabonne/NeuralBeagle14-7B).
56
+
57
+ 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.
58
+
59
+ These files were quantised using hardware kindly provided by [Massed Compute](https://massedcompute.com/).
60
+
61
+ <!-- description end -->
62
+ <!-- repositories-available start -->
63
+ ## Repositories available
64
+
65
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/NeuralBeagle14-7B-AWQ)
66
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/NeuralBeagle14-7B-GPTQ)
67
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/NeuralBeagle14-7B-GGUF)
68
+ * [Maxime Labonne's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/mlabonne/NeuralBeagle14-7B)
69
+ <!-- repositories-available end -->
70
+
71
+ <!-- prompt-template start -->
72
+ ## Prompt template: ChatML
73
+
74
+ ```
75
+ <|im_start|>system
76
+ {system_message}<|im_end|>
77
+ <|im_start|>user
78
+ {prompt}<|im_end|>
79
+ <|im_start|>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
+ These GPTQ models are known to work in the following inference servers/webuis.
93
+
94
+ - [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
95
+ - [KoboldAI United](https://github.com/henk717/koboldai)
96
+ - [LoLLMS Web UI](https://github.com/ParisNeo/lollms-webui)
97
+ - [Hugging Face Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference)
98
+
99
+ This may not be a complete list; if you know of others, please let me know!
100
+ <!-- README_GPTQ.md-compatible clients end -->
101
+
102
+ <!-- README_GPTQ.md-provided-files start -->
103
+ ## Provided files, and GPTQ parameters
104
+
105
+ Multiple quantisation parameters are provided, to allow you to choose the best one for your hardware and requirements.
106
+
107
+ Each separate quant is in a different branch. See below for instructions on fetching from different branches.
108
+
109
+ Most GPTQ files are made with AutoGPTQ. Mistral models are currently made with Transformers.
110
+
111
+ <details>
112
+ <summary>Explanation of GPTQ parameters</summary>
113
+
114
+ - Bits: The bit size of the quantised model.
115
+ - GS: GPTQ group size. Higher numbers use less VRAM, but have lower quantisation accuracy. "None" is the lowest possible value.
116
+ - 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.
117
+ - Damp %: A GPTQ parameter that affects how samples are processed for quantisation. 0.01 is default, but 0.1 results in slightly better accuracy.
118
+ - 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).
119
+ - 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.
120
+ - ExLlama Compatibility: Whether this file can be loaded with ExLlama, which currently only supports Llama and Mistral models in 4-bit.
121
+
122
+ </details>
123
+
124
+ | Branch | Bits | GS | Act Order | Damp % | GPTQ Dataset | Seq Len | Size | ExLlama | Desc |
125
+ | ------ | ---- | -- | --------- | ------ | ------------ | ------- | ---- | ------- | ---- |
126
+ | [main](https://huggingface.co/TheBloke/NeuralBeagle14-7B-GPTQ/tree/main) | 4 | 128 | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/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. |
127
+ | [gptq-4bit-32g-actorder_True](https://huggingface.co/TheBloke/NeuralBeagle14-7B-GPTQ/tree/gptq-4bit-32g-actorder_True) | 4 | 32 | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 4096 | 4.57 GB | Yes | 4-bit, with Act Order and group size 32g. Gives highest possible inference quality, with maximum VRAM usage. |
128
+ | [gptq-8bit--1g-actorder_True](https://huggingface.co/TheBloke/NeuralBeagle14-7B-GPTQ/tree/gptq-8bit--1g-actorder_True) | 8 | None | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 4096 | 7.52 GB | No | 8-bit, with Act Order. No group size, to lower VRAM requirements. |
129
+ | [gptq-8bit-128g-actorder_True](https://huggingface.co/TheBloke/NeuralBeagle14-7B-GPTQ/tree/gptq-8bit-128g-actorder_True) | 8 | 128 | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 4096 | 7.68 GB | No | 8-bit, with group size 128g for higher inference quality and with Act Order for even higher accuracy. |
130
+ | [gptq-8bit-32g-actorder_True](https://huggingface.co/TheBloke/NeuralBeagle14-7B-GPTQ/tree/gptq-8bit-32g-actorder_True) | 8 | 32 | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 4096 | 8.17 GB | No | 8-bit, with group size 32g and Act Order for maximum inference quality. |
131
+ | [gptq-4bit-64g-actorder_True](https://huggingface.co/TheBloke/NeuralBeagle14-7B-GPTQ/tree/gptq-4bit-64g-actorder_True) | 4 | 64 | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 4096 | 4.29 GB | Yes | 4-bit, with Act Order and group size 64g. Uses less VRAM than 32g, but with slightly lower accuracy. |
132
+
133
+ <!-- README_GPTQ.md-provided-files end -->
134
+
135
+ <!-- README_GPTQ.md-download-from-branches start -->
136
+ ## How to download, including from branches
137
+
138
+ ### In text-generation-webui
139
+
140
+ To download from the `main` branch, enter `TheBloke/NeuralBeagle14-7B-GPTQ` in the "Download model" box.
141
+
142
+ To download from another branch, add `:branchname` to the end of the download name, eg `TheBloke/NeuralBeagle14-7B-GPTQ:gptq-4bit-32g-actorder_True`
143
+
144
+ ### From the command line
145
+
146
+ I recommend using the `huggingface-hub` Python library:
147
+
148
+ ```shell
149
+ pip3 install huggingface-hub
150
+ ```
151
+
152
+ To download the `main` branch to a folder called `NeuralBeagle14-7B-GPTQ`:
153
+
154
+ ```shell
155
+ mkdir NeuralBeagle14-7B-GPTQ
156
+ huggingface-cli download TheBloke/NeuralBeagle14-7B-GPTQ --local-dir NeuralBeagle14-7B-GPTQ --local-dir-use-symlinks False
157
+ ```
158
+
159
+ To download from a different branch, add the `--revision` parameter:
160
+
161
+ ```shell
162
+ mkdir NeuralBeagle14-7B-GPTQ
163
+ huggingface-cli download TheBloke/NeuralBeagle14-7B-GPTQ --revision gptq-4bit-32g-actorder_True --local-dir NeuralBeagle14-7B-GPTQ --local-dir-use-symlinks False
164
+ ```
165
+
166
+ <details>
167
+ <summary>More advanced huggingface-cli download usage</summary>
168
+
169
+ 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.
170
+
171
+ The cache location can be changed with the `HF_HOME` environment variable, and/or the `--cache-dir` parameter to `huggingface-cli`.
172
+
173
+ 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).
174
+
175
+ To accelerate downloads on fast connections (1Gbit/s or higher), install `hf_transfer`:
176
+
177
+ ```shell
178
+ pip3 install hf_transfer
179
+ ```
180
+
181
+ And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
182
+
183
+ ```shell
184
+ mkdir NeuralBeagle14-7B-GPTQ
185
+ HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download TheBloke/NeuralBeagle14-7B-GPTQ --local-dir NeuralBeagle14-7B-GPTQ --local-dir-use-symlinks False
186
+ ```
187
+
188
+ Windows Command Line users: You can set the environment variable by running `set HF_HUB_ENABLE_HF_TRANSFER=1` before the download command.
189
+ </details>
190
+
191
+ ### With `git` (**not** recommended)
192
+
193
+ To clone a specific branch with `git`, use a command like this:
194
+
195
+ ```shell
196
+ git clone --single-branch --branch gptq-4bit-32g-actorder_True https://huggingface.co/TheBloke/NeuralBeagle14-7B-GPTQ
197
+ ```
198
+
199
+ 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.)
200
+
201
+ <!-- README_GPTQ.md-download-from-branches end -->
202
+ <!-- README_GPTQ.md-text-generation-webui start -->
203
+ ## How to easily download and use this model in [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
204
+
205
+ Please make sure you're using the latest version of [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
206
+
207
+ 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.
208
+
209
+ 1. Click the **Model tab**.
210
+ 2. Under **Download custom model or LoRA**, enter `TheBloke/NeuralBeagle14-7B-GPTQ`.
211
+
212
+ - To download from a specific branch, enter for example `TheBloke/NeuralBeagle14-7B-GPTQ:gptq-4bit-32g-actorder_True`
213
+ - see Provided Files above for the list of branches for each option.
214
+
215
+ 3. Click **Download**.
216
+ 4. The model will start downloading. Once it's finished it will say "Done".
217
+ 5. In the top left, click the refresh icon next to **Model**.
218
+ 6. In the **Model** dropdown, choose the model you just downloaded: `NeuralBeagle14-7B-GPTQ`
219
+ 7. The model will automatically load, and is now ready for use!
220
+ 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.
221
+
222
+ - 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`.
223
+
224
+ 9. Once you're ready, click the **Text Generation** tab and enter a prompt to get started!
225
+
226
+ <!-- README_GPTQ.md-text-generation-webui end -->
227
+
228
+ <!-- README_GPTQ.md-use-from-tgi start -->
229
+ ## Serving this model from Text Generation Inference (TGI)
230
+
231
+ 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`
232
+
233
+ Example Docker parameters:
234
+
235
+ ```shell
236
+ --model-id TheBloke/NeuralBeagle14-7B-GPTQ --port 3000 --quantize gptq --max-input-length 3696 --max-total-tokens 4096 --max-batch-prefill-tokens 4096
237
+ ```
238
+
239
+ Example Python code for interfacing with TGI (requires huggingface-hub 0.17.0 or later):
240
+
241
+ ```shell
242
+ pip3 install huggingface-hub
243
+ ```
244
+
245
+ ```python
246
+ from huggingface_hub import InferenceClient
247
+
248
+ endpoint_url = "https://your-endpoint-url-here"
249
+
250
+ prompt = "Tell me about AI"
251
+ prompt_template=f'''<|im_start|>system
252
+ {system_message}<|im_end|>
253
+ <|im_start|>user
254
+ {prompt}<|im_end|>
255
+ <|im_start|>assistant
256
+ '''
257
+
258
+ client = InferenceClient(endpoint_url)
259
+ response = client.text_generation(
260
+ prompt_template,
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
+
269
+ print(f"Model output: {response}")
270
+ ```
271
+ <!-- README_GPTQ.md-use-from-tgi end -->
272
+ <!-- README_GPTQ.md-use-from-python start -->
273
+ ## Python code example: inference from this GPTQ model
274
+
275
+ ### Install the necessary packages
276
+
277
+ Requires: Transformers 4.33.0 or later, Optimum 1.12.0 or later, and AutoGPTQ 0.4.2 or later.
278
+
279
+ ```shell
280
+ pip3 install --upgrade transformers optimum
281
+ # If using PyTorch 2.1 + CUDA 12.x:
282
+ pip3 install --upgrade auto-gptq
283
+ # or, if using PyTorch 2.1 + CUDA 11.x:
284
+ pip3 install --upgrade auto-gptq --extra-index-url https://huggingface.github.io/autogptq-index/whl/cu118/
285
+ ```
286
+
287
+ 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:
288
+
289
+ ```shell
290
+ pip3 uninstall -y auto-gptq
291
+ git clone https://github.com/PanQiWei/AutoGPTQ
292
+ cd AutoGPTQ
293
+ git checkout v0.5.1
294
+ pip3 install .
295
+ ```
296
+
297
+ ### Example Python code
298
+
299
+ ```python
300
+ from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
301
+
302
+ model_name_or_path = "TheBloke/NeuralBeagle14-7B-GPTQ"
303
+ # To use a different branch, change revision
304
+ # For example: revision="gptq-4bit-32g-actorder_True"
305
+ model = AutoModelForCausalLM.from_pretrained(model_name_or_path,
306
+ device_map="auto",
307
+ trust_remote_code=False,
308
+ revision="main")
309
+
310
+ tokenizer = AutoTokenizer.from_pretrained(model_name_or_path, use_fast=True)
311
+
312
+ prompt = "Write a story about llamas"
313
+ system_message = "You are a story writing assistant"
314
+ prompt_template=f'''<|im_start|>system
315
+ {system_message}<|im_end|>
316
+ <|im_start|>user
317
+ {prompt}<|im_end|>
318
+ <|im_start|>assistant
319
+ '''
320
+
321
+ print("\n\n*** Generate:")
322
+
323
+ input_ids = tokenizer(prompt_template, return_tensors='pt').input_ids.cuda()
324
+ output = model.generate(inputs=input_ids, temperature=0.7, do_sample=True, top_p=0.95, top_k=40, max_new_tokens=512)
325
+ print(tokenizer.decode(output[0]))
326
+
327
+ # Inference can also be done using transformers' pipeline
328
+
329
+ print("*** Pipeline:")
330
+ pipe = pipeline(
331
+ "text-generation",
332
+ model=model,
333
+ tokenizer=tokenizer,
334
+ max_new_tokens=512,
335
+ do_sample=True,
336
+ temperature=0.7,
337
+ top_p=0.95,
338
+ top_k=40,
339
+ repetition_penalty=1.1
340
+ )
341
+
342
+ print(pipe(prompt_template)[0]['generated_text'])
343
+ ```
344
+ <!-- README_GPTQ.md-use-from-python end -->
345
+
346
+ <!-- README_GPTQ.md-compatibility start -->
347
+ ## Compatibility
348
+
349
+ The files provided are tested to work with Transformers. For non-Mistral models, AutoGPTQ can also be used directly.
350
+
351
+ [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.
352
+
353
+ For a list of clients/servers, please see "Known compatible clients / servers", above.
354
+ <!-- README_GPTQ.md-compatibility end -->
355
+
356
+ <!-- footer start -->
357
+ <!-- 200823 -->
358
+ ## Discord
359
+
360
+ For further support, and discussions on these models and AI in general, join us at:
361
+
362
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
363
+
364
+ ## Thanks, and how to contribute
365
+
366
+ Thanks to the [chirper.ai](https://chirper.ai) team!
367
+
368
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
369
+
370
+ 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.
371
+
372
+ 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.
373
+
374
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
375
+
376
+ * Patreon: https://patreon.com/TheBlokeAI
377
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
378
+
379
+ **Special thanks to**: Aemon Algiz.
380
+
381
+ **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
382
+
383
+
384
+ Thank you to all my generous patrons and donaters!
385
+
386
+ And thank you again to a16z for their generous grant.
387
+
388
+ <!-- footer end -->
389
+
390
+ # Original model card: Maxime Labonne's NeuralBeagle14 7B
391
+
392
+
393
+ ![](https://i.imgur.com/89ZAKcn.png)
394
+
395
+ # 🐢 NeuralBeagle14-7B
396
+
397
+ **Update 01/16/24: NeuralBeagle14-7B is (probably) the best 7B model you can find! πŸŽ‰**
398
+
399
+ NeuralBeagle14-7B is a DPO fine-tune of [mlabonne/Beagle14-7B](https://huggingface.co/mlabonne/Beagle14-7B) using the [argilla/distilabel-intel-orca-dpo-pairs](https://huggingface.co/datasets/argilla/distilabel-intel-orca-dpo-pairs) preference dataset and my DPO notebook from [this article](https://towardsdatascience.com/fine-tune-a-mistral-7b-model-with-direct-preference-optimization-708042745aac).
400
+
401
+ It is based on a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
402
+ * [fblgit/UNA-TheBeagle-7b-v1](https://huggingface.co/fblgit/UNA-TheBeagle-7b-v1)
403
+ * [argilla/distilabeled-Marcoro14-7B-slerp](https://huggingface.co/argilla/distilabeled-Marcoro14-7B-slerp)
404
+
405
+ Thanks [Argilla](https://huggingface.co/argilla) for providing the dataset and the training recipe [here](https://huggingface.co/argilla/distilabeled-Marcoro14-7B-slerp). πŸ’ͺ
406
+
407
+ You can try it out in this [Space](https://huggingface.co/spaces/mlabonne/NeuralBeagle14-7B-GGUF-Chat) (GGUF Q4_K_M).
408
+
409
+ ## πŸ” Applications
410
+
411
+ This model uses a context window of 8k. It is compatible with different templates, like chatml and Llama's chat template.
412
+
413
+ Compared to other 7B models, it displays good performance in instruction following and reasoning tasks. It can also be used for RP and storytelling.
414
+
415
+ ## ⚑ Quantized models
416
+
417
+ * **GGUF**: https://huggingface.co/mlabonne/NeuralBeagle14-7B-GGUF
418
+
419
+ ## πŸ† Evaluation
420
+
421
+ ### Open LLM Leaderboard
422
+
423
+ NeuralBeagle14-7B ranks first on the Open LLM Leaderboard in the ~7B category.
424
+
425
+ ![](https://i.imgur.com/4nAzJsr.png)
426
+
427
+ It has the same average score as Beagle14-7B ("Show merges"), which could be due to might be due to an unlucky run.
428
+ I think I might be overexploiting argilla/distilabel-intel-orca-dpo-pairs at this point, since this dataset or its original version are present in multiple models.
429
+ I need to find more high-quality preference data for the next DPO merge.
430
+
431
+ Note that some models like udkai/Turdus and nfaheem/Marcoroni-7b-DPO-Merge are unfortunately contaminated on purpose (see the very high Winogrande score).
432
+
433
+ ### Nous
434
+
435
+ The evaluation was performed using [LLM AutoEval](https://github.com/mlabonne/llm-autoeval) on Nous suite. It is the best 7B model to date.
436
+
437
+ | Model | Average | AGIEval | GPT4All | TruthfulQA | Bigbench |
438
+ |---|---:|---:|---:|---:|---:|
439
+ | [**mlabonne/NeuralBeagle14-7B**](https://huggingface.co/mlabonne/NeuralBeagle14-7B) [πŸ“„](https://gist.github.com/mlabonne/ad0c665bbe581c8420136c3b52b3c15c) | **60.25** | **46.06** | **76.77** | **70.32** | **47.86** |
440
+ | [mlabonne/Beagle14-7B](https://huggingface.co/mlabonne/Beagle14-7B) [πŸ“„](https://gist.github.com/mlabonne/f5a5bf8c0827bbec2f05b97cc62d642c) | 59.4 | 44.38 | 76.53 | 69.44 | 47.25 |
441
+ | [mlabonne/NeuralDaredevil-7B](https://huggingface.co/mlabonne/NeuralDaredevil-7B) [πŸ“„](https://gist.github.com/mlabonne/cbeb077d1df71cb81c78f742f19f4155) | 59.39 | 45.23 | 76.2 | 67.61 | 48.52 |
442
+ | [argilla/distilabeled-Marcoro14-7B-slerp](https://huggingface.co/argilla/distilabeled-Marcoro14-7B-slerp) [πŸ“„](https://gist.github.com/mlabonne/9082c4e59f4d3f3543c5eda3f4807040) | 58.93 | 45.38 | 76.48 | 65.68 | 48.18 |
443
+ | [mlabonne/NeuralMarcoro14-7B](https://huggingface.co/mlabonne/NeuralMarcoro14-7B) [πŸ“„](https://gist.github.com/mlabonne/b31572a4711c945a4827e7242cfc4b9d) | 58.4 | 44.59 | 76.17 | 65.94 | 46.9 |
444
+ | [openchat/openchat-3.5-0106](https://huggingface.co/openchat/openchat-3.5-0106) [πŸ“„](https://gist.github.com/mlabonne/1afab87b543b0717ec08722cf086dcc3) | 53.71 | 44.17 | 73.72 | 52.53 | 44.4 |
445
+ | [teknium/OpenHermes-2.5-Mistral-7B](https://huggingface.co/teknium/OpenHermes-2.5-Mistral-7B) [πŸ“„](https://gist.github.com/mlabonne/88b21dd9698ffed75d6163ebdc2f6cc8) | 52.42 | 42.75 | 72.99 | 52.99 | 40.94 |
446
+
447
+ You can find the complete benchmark on [YALL - Yet Another LLM Leaderboard](https://huggingface.co/spaces/mlabonne/Yet_Another_LLM_Leaderboard).
448
+
449
+ ## πŸ’» Usage
450
+
451
+ ```python
452
+ !pip install -qU transformers accelerate
453
+
454
+ from transformers import AutoTokenizer
455
+ import transformers
456
+ import torch
457
+
458
+ model = "mlabonne/NeuralBeagle14-7B"
459
+ messages = [{"role": "user", "content": "What is a large language model?"}]
460
+
461
+ tokenizer = AutoTokenizer.from_pretrained(model)
462
+ prompt = tokenizer.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)
463
+ pipeline = transformers.pipeline(
464
+ "text-generation",
465
+ model=model,
466
+ torch_dtype=torch.float16,
467
+ device_map="auto",
468
+ )
469
+
470
+ outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
471
+ print(outputs[0]["generated_text"])
472
+ ```
473
+
474
+ <p align="center">
475
+ <a href="https://github.com/argilla-io/distilabel">
476
+ <img src="https://raw.githubusercontent.com/argilla-io/distilabel/main/docs/assets/distilabel-badge-light.png" alt="Built with Distilabel" width="200" height="32"/>
477
+ </a>
478
+ </p>