TheBloke commited on
Commit
58d8c8e
1 Parent(s): e176634

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +439 -0
README.md ADDED
@@ -0,0 +1,439 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: rwitz/go-bruins-v2
3
+ datasets:
4
+ - Intel/orca_dpo_pairs
5
+ - athirdpath/DPO_Pairs-Roleplay-Alpaca-NSFW
6
+ inference: false
7
+ language:
8
+ - en
9
+ license: mit
10
+ model_creator: Ryan Witzman
11
+ model_name: Go Bruins v2
12
+ model_type: mistral
13
+ pipeline_tag: text-generation
14
+ prompt_template: '{prompt}
15
+
16
+ '
17
+ quantized_by: TheBloke
18
+ ---
19
+ <!-- markdownlint-disable MD041 -->
20
+
21
+ <!-- header start -->
22
+ <!-- 200823 -->
23
+ <div style="width: auto; margin-left: auto; margin-right: auto">
24
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
25
+ </div>
26
+ <div style="display: flex; justify-content: space-between; width: 100%;">
27
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
28
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
29
+ </div>
30
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
31
+ <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>
32
+ </div>
33
+ </div>
34
+ <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>
35
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
36
+ <!-- header end -->
37
+
38
+ # Go Bruins v2 - GPTQ
39
+ - Model creator: [Ryan Witzman](https://huggingface.co/rwitz)
40
+ - Original model: [Go Bruins v2](https://huggingface.co/rwitz/go-bruins-v2)
41
+
42
+ <!-- description start -->
43
+ # Description
44
+
45
+ This repo contains GPTQ model files for [Ryan Witzman's Go Bruins v2](https://huggingface.co/rwitz/go-bruins-v2).
46
+
47
+ 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.
48
+
49
+ These files were quantised using hardware kindly provided by [Massed Compute](https://massedcompute.com/).
50
+
51
+ <!-- description end -->
52
+ <!-- repositories-available start -->
53
+ ## Repositories available
54
+
55
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/go-bruins-v2-AWQ)
56
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/go-bruins-v2-GPTQ)
57
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/go-bruins-v2-GGUF)
58
+ * [Ryan Witzman's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/rwitz/go-bruins-v2)
59
+ <!-- repositories-available end -->
60
+
61
+ <!-- prompt-template start -->
62
+ ## Prompt template: None
63
+
64
+ ```
65
+ {prompt}
66
+
67
+ ```
68
+
69
+ <!-- prompt-template end -->
70
+
71
+
72
+
73
+ <!-- README_GPTQ.md-compatible clients start -->
74
+ ## Known compatible clients / servers
75
+
76
+ GPTQ models are currently supported on Linux (NVidia/AMD) and Windows (NVidia only). macOS users: please use GGUF models.
77
+
78
+ These GPTQ models are known to work in the following inference servers/webuis.
79
+
80
+ - [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
81
+ - [KoboldAI United](https://github.com/henk717/koboldai)
82
+ - [LoLLMS Web UI](https://github.com/ParisNeo/lollms-webui)
83
+ - [Hugging Face Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference)
84
+
85
+ This may not be a complete list; if you know of others, please let me know!
86
+ <!-- README_GPTQ.md-compatible clients end -->
87
+
88
+ <!-- README_GPTQ.md-provided-files start -->
89
+ ## Provided files, and GPTQ parameters
90
+
91
+ Multiple quantisation parameters are provided, to allow you to choose the best one for your hardware and requirements.
92
+
93
+ Each separate quant is in a different branch. See below for instructions on fetching from different branches.
94
+
95
+ Most GPTQ files are made with AutoGPTQ. Mistral models are currently made with Transformers.
96
+
97
+ <details>
98
+ <summary>Explanation of GPTQ parameters</summary>
99
+
100
+ - Bits: The bit size of the quantised model.
101
+ - GS: GPTQ group size. Higher numbers use less VRAM, but have lower quantisation accuracy. "None" is the lowest possible value.
102
+ - 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.
103
+ - Damp %: A GPTQ parameter that affects how samples are processed for quantisation. 0.01 is default, but 0.1 results in slightly better accuracy.
104
+ - 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).
105
+ - 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.
106
+ - ExLlama Compatibility: Whether this file can be loaded with ExLlama, which currently only supports Llama and Mistral models in 4-bit.
107
+
108
+ </details>
109
+
110
+ | Branch | Bits | GS | Act Order | Damp % | GPTQ Dataset | Seq Len | Size | ExLlama | Desc |
111
+ | ------ | ---- | -- | --------- | ------ | ------------ | ------- | ---- | ------- | ---- |
112
+ | [main](https://huggingface.co/TheBloke/go-bruins-v2-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. |
113
+ | [gptq-4bit-32g-actorder_True](https://huggingface.co/TheBloke/go-bruins-v2-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. |
114
+ | [gptq-8bit--1g-actorder_True](https://huggingface.co/TheBloke/go-bruins-v2-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. |
115
+ | [gptq-8bit-128g-actorder_True](https://huggingface.co/TheBloke/go-bruins-v2-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. |
116
+ | [gptq-8bit-32g-actorder_True](https://huggingface.co/TheBloke/go-bruins-v2-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. |
117
+ | [gptq-4bit-64g-actorder_True](https://huggingface.co/TheBloke/go-bruins-v2-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. |
118
+
119
+ <!-- README_GPTQ.md-provided-files end -->
120
+
121
+ <!-- README_GPTQ.md-download-from-branches start -->
122
+ ## How to download, including from branches
123
+
124
+ ### In text-generation-webui
125
+
126
+ To download from the `main` branch, enter `TheBloke/go-bruins-v2-GPTQ` in the "Download model" box.
127
+
128
+ To download from another branch, add `:branchname` to the end of the download name, eg `TheBloke/go-bruins-v2-GPTQ:gptq-4bit-32g-actorder_True`
129
+
130
+ ### From the command line
131
+
132
+ I recommend using the `huggingface-hub` Python library:
133
+
134
+ ```shell
135
+ pip3 install huggingface-hub
136
+ ```
137
+
138
+ To download the `main` branch to a folder called `go-bruins-v2-GPTQ`:
139
+
140
+ ```shell
141
+ mkdir go-bruins-v2-GPTQ
142
+ huggingface-cli download TheBloke/go-bruins-v2-GPTQ --local-dir go-bruins-v2-GPTQ --local-dir-use-symlinks False
143
+ ```
144
+
145
+ To download from a different branch, add the `--revision` parameter:
146
+
147
+ ```shell
148
+ mkdir go-bruins-v2-GPTQ
149
+ huggingface-cli download TheBloke/go-bruins-v2-GPTQ --revision gptq-4bit-32g-actorder_True --local-dir go-bruins-v2-GPTQ --local-dir-use-symlinks False
150
+ ```
151
+
152
+ <details>
153
+ <summary>More advanced huggingface-cli download usage</summary>
154
+
155
+ 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.
156
+
157
+ The cache location can be changed with the `HF_HOME` environment variable, and/or the `--cache-dir` parameter to `huggingface-cli`.
158
+
159
+ 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).
160
+
161
+ To accelerate downloads on fast connections (1Gbit/s or higher), install `hf_transfer`:
162
+
163
+ ```shell
164
+ pip3 install hf_transfer
165
+ ```
166
+
167
+ And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
168
+
169
+ ```shell
170
+ mkdir go-bruins-v2-GPTQ
171
+ HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download TheBloke/go-bruins-v2-GPTQ --local-dir go-bruins-v2-GPTQ --local-dir-use-symlinks False
172
+ ```
173
+
174
+ Windows Command Line users: You can set the environment variable by running `set HF_HUB_ENABLE_HF_TRANSFER=1` before the download command.
175
+ </details>
176
+
177
+ ### With `git` (**not** recommended)
178
+
179
+ To clone a specific branch with `git`, use a command like this:
180
+
181
+ ```shell
182
+ git clone --single-branch --branch gptq-4bit-32g-actorder_True https://huggingface.co/TheBloke/go-bruins-v2-GPTQ
183
+ ```
184
+
185
+ 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.)
186
+
187
+ <!-- README_GPTQ.md-download-from-branches end -->
188
+ <!-- README_GPTQ.md-text-generation-webui start -->
189
+ ## How to easily download and use this model in [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
190
+
191
+ Please make sure you're using the latest version of [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
192
+
193
+ 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.
194
+
195
+ 1. Click the **Model tab**.
196
+ 2. Under **Download custom model or LoRA**, enter `TheBloke/go-bruins-v2-GPTQ`.
197
+
198
+ - To download from a specific branch, enter for example `TheBloke/go-bruins-v2-GPTQ:gptq-4bit-32g-actorder_True`
199
+ - see Provided Files above for the list of branches for each option.
200
+
201
+ 3. Click **Download**.
202
+ 4. The model will start downloading. Once it's finished it will say "Done".
203
+ 5. In the top left, click the refresh icon next to **Model**.
204
+ 6. In the **Model** dropdown, choose the model you just downloaded: `go-bruins-v2-GPTQ`
205
+ 7. The model will automatically load, and is now ready for use!
206
+ 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.
207
+
208
+ - 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`.
209
+
210
+ 9. Once you're ready, click the **Text Generation** tab and enter a prompt to get started!
211
+
212
+ <!-- README_GPTQ.md-text-generation-webui end -->
213
+
214
+ <!-- README_GPTQ.md-use-from-tgi start -->
215
+ ## Serving this model from Text Generation Inference (TGI)
216
+
217
+ 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`
218
+
219
+ Example Docker parameters:
220
+
221
+ ```shell
222
+ --model-id TheBloke/go-bruins-v2-GPTQ --port 3000 --quantize gptq --max-input-length 3696 --max-total-tokens 4096 --max-batch-prefill-tokens 4096
223
+ ```
224
+
225
+ Example Python code for interfacing with TGI (requires huggingface-hub 0.17.0 or later):
226
+
227
+ ```shell
228
+ pip3 install huggingface-hub
229
+ ```
230
+
231
+ ```python
232
+ from huggingface_hub import InferenceClient
233
+
234
+ endpoint_url = "https://your-endpoint-url-here"
235
+
236
+ prompt = "Tell me about AI"
237
+ prompt_template=f'''{prompt}
238
+ '''
239
+
240
+ client = InferenceClient(endpoint_url)
241
+ response = client.text_generation(prompt,
242
+ max_new_tokens=128,
243
+ do_sample=True,
244
+ temperature=0.7,
245
+ top_p=0.95,
246
+ top_k=40,
247
+ repetition_penalty=1.1)
248
+
249
+ print(f"Model output: {response}")
250
+ ```
251
+ <!-- README_GPTQ.md-use-from-tgi end -->
252
+ <!-- README_GPTQ.md-use-from-python start -->
253
+ ## Python code example: inference from this GPTQ model
254
+
255
+ ### Install the necessary packages
256
+
257
+ Requires: Transformers 4.33.0 or later, Optimum 1.12.0 or later, and AutoGPTQ 0.4.2 or later.
258
+
259
+ ```shell
260
+ pip3 install --upgrade transformers optimum
261
+ # If using PyTorch 2.1 + CUDA 12.x:
262
+ pip3 install --upgrade auto-gptq
263
+ # or, if using PyTorch 2.1 + CUDA 11.x:
264
+ pip3 install --upgrade auto-gptq --extra-index-url https://huggingface.github.io/autogptq-index/whl/cu118/
265
+ ```
266
+
267
+ 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:
268
+
269
+ ```shell
270
+ pip3 uninstall -y auto-gptq
271
+ git clone https://github.com/PanQiWei/AutoGPTQ
272
+ cd AutoGPTQ
273
+ git checkout v0.5.1
274
+ pip3 install .
275
+ ```
276
+
277
+ ### Example Python code
278
+
279
+ ```python
280
+ from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
281
+
282
+ model_name_or_path = "TheBloke/go-bruins-v2-GPTQ"
283
+ # To use a different branch, change revision
284
+ # For example: revision="gptq-4bit-32g-actorder_True"
285
+ model = AutoModelForCausalLM.from_pretrained(model_name_or_path,
286
+ device_map="auto",
287
+ trust_remote_code=False,
288
+ revision="main")
289
+
290
+ tokenizer = AutoTokenizer.from_pretrained(model_name_or_path, use_fast=True)
291
+
292
+ prompt = "Tell me about AI"
293
+ prompt_template=f'''{prompt}
294
+ '''
295
+
296
+ print("\n\n*** Generate:")
297
+
298
+ input_ids = tokenizer(prompt_template, return_tensors='pt').input_ids.cuda()
299
+ output = model.generate(inputs=input_ids, temperature=0.7, do_sample=True, top_p=0.95, top_k=40, max_new_tokens=512)
300
+ print(tokenizer.decode(output[0]))
301
+
302
+ # Inference can also be done using transformers' pipeline
303
+
304
+ print("*** Pipeline:")
305
+ pipe = pipeline(
306
+ "text-generation",
307
+ model=model,
308
+ tokenizer=tokenizer,
309
+ max_new_tokens=512,
310
+ do_sample=True,
311
+ temperature=0.7,
312
+ top_p=0.95,
313
+ top_k=40,
314
+ repetition_penalty=1.1
315
+ )
316
+
317
+ print(pipe(prompt_template)[0]['generated_text'])
318
+ ```
319
+ <!-- README_GPTQ.md-use-from-python end -->
320
+
321
+ <!-- README_GPTQ.md-compatibility start -->
322
+ ## Compatibility
323
+
324
+ The files provided are tested to work with Transformers. For non-Mistral models, AutoGPTQ can also be used directly.
325
+
326
+ [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.
327
+
328
+ For a list of clients/servers, please see "Known compatible clients / servers", above.
329
+ <!-- README_GPTQ.md-compatibility end -->
330
+
331
+ <!-- footer start -->
332
+ <!-- 200823 -->
333
+ ## Discord
334
+
335
+ For further support, and discussions on these models and AI in general, join us at:
336
+
337
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
338
+
339
+ ## Thanks, and how to contribute
340
+
341
+ Thanks to the [chirper.ai](https://chirper.ai) team!
342
+
343
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
344
+
345
+ 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.
346
+
347
+ 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.
348
+
349
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
350
+
351
+ * Patreon: https://patreon.com/TheBlokeAI
352
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
353
+
354
+ **Special thanks to**: Aemon Algiz.
355
+
356
+ **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
357
+
358
+
359
+ Thank you to all my generous patrons and donaters!
360
+
361
+ And thank you again to a16z for their generous grant.
362
+
363
+ <!-- footer end -->
364
+
365
+ # Original model card: Ryan Witzman's Go Bruins v2
366
+
367
+
368
+
369
+
370
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63a259d0f30c46422789d38d/tmdM1fjNAmzV125zWd3_J.png)
371
+
372
+ # Go Bruins V2 - A Fine-tuned Language Model
373
+
374
+ ## Updates
375
+
376
+ ## Overview
377
+
378
+ **Go Bruins-V2** is a language model fine-tuned on the rwitz/go-bruins architecture. It's designed to push the boundaries of NLP applications, offering unparalleled performance in generating human-like text.
379
+
380
+ ## Model Details
381
+
382
+ - **Developer:** Ryan Witzman
383
+ - **Base Model:** [rwitz/go-bruins](https://huggingface.co/rwitz/go-bruins)
384
+ - **Fine-tuning Method:** Direct Preference Optimization (DPO)
385
+ - **Training Steps:** 642
386
+ - **Language:** English
387
+ - **License:** MIT
388
+
389
+ ## Capabilities
390
+
391
+ Go Bruins excels in a variety of NLP tasks, including but not limited to:
392
+ - Text generation
393
+ - Language understanding
394
+ - Sentiment analysis
395
+
396
+ ## Usage
397
+
398
+ **Warning:** This model may output NSFW or illegal content. Use with caution and at your own risk.
399
+
400
+ ### For Direct Use:
401
+
402
+ ```python
403
+ from transformers import pipeline
404
+
405
+ model_name = "rwitz/go-bruins-v2"
406
+ inference_pipeline = pipeline('text-generation', model=model_name)
407
+
408
+ input_text = "Your input text goes here"
409
+ output = inference_pipeline(input_text)
410
+
411
+ print(output)
412
+ ```
413
+
414
+
415
+ ### Not Recommended For:
416
+
417
+ - Illegal activities
418
+ - Harassment
419
+ - Professional advice or crisis situations
420
+
421
+ ## Training and Evaluation
422
+
423
+ Trained on a dataset from [athirdpath/DPO_Pairs-Roleplay-Alpaca-NSFW](https://huggingface.co/datasets/athirdpath/DPO_Pairs-Roleplay-Alpaca-NSFW), Go Bruins V2 has shown promising improvements over its predecessor, Go Bruins.
424
+
425
+ # Evaluations
426
+
427
+ | Metric | Average | Arc Challenge | Hella Swag | MMLU | Truthful Q&A | Winogrande | GSM8k |
428
+ |---------------|---------|---------------|------------|------|--------------|------------|-------|
429
+ | **Score** | 72.07 | 69.8 | 87.05| 64.75 | 59.7 | 81.45 | 69.67 |
430
+
431
+ Note: The original MMLU evaluation has been corrected to include 5-shot data rather than 1-shot data.
432
+ ## Contact
433
+
434
+ For any inquiries or feedback, reach out to Ryan Witzman on Discord: `rwitz_`.
435
+
436
+ ---
437
+
438
+ *This model card was created with care by Ryan Witzman.*
439
+ rewrite this model card for new version called go-bruins-v2 that is finetuned on dpo on the original go-bruins model on athirdpath/DPO_Pairs-Roleplay-Alpaca-NSFW