TheBloke commited on
Commit
f87aba9
1 Parent(s): ad0f1a0

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +422 -0
README.md ADDED
@@ -0,0 +1,422 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: mlinmg/SG-Raccoon-Yi-55B
3
+ inference: false
4
+ language:
5
+ - en,
6
+ license: other
7
+ license_link: https://huggingface.co/01-ai/Yi-34B/blob/main/LICENSE
8
+ license_name: yi-license
9
+ model_creator: Marco Lironi
10
+ model_name: SG Raccoon Yi 55B
11
+ model_type: yi
12
+ pipeline_tag: conversational
13
+ prompt_template: '<|startoftext|>Human: {prompt}
14
+
15
+
16
+ Assistant: <|endoftext|>
17
+
18
+ '
19
+ quantized_by: TheBloke
20
+ ---
21
+ <!-- markdownlint-disable MD041 -->
22
+
23
+ <!-- header start -->
24
+ <!-- 200823 -->
25
+ <div style="width: auto; margin-left: auto; margin-right: auto">
26
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
27
+ </div>
28
+ <div style="display: flex; justify-content: space-between; width: 100%;">
29
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
30
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
31
+ </div>
32
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
33
+ <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>
34
+ </div>
35
+ </div>
36
+ <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>
37
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
38
+ <!-- header end -->
39
+
40
+ # SG Raccoon Yi 55B - AWQ
41
+ - Model creator: [Marco Lironi](https://huggingface.co/mlinmg)
42
+ - Original model: [SG Raccoon Yi 55B](https://huggingface.co/mlinmg/SG-Raccoon-Yi-55B)
43
+
44
+ <!-- description start -->
45
+ ## Description
46
+
47
+ This repo contains AWQ model files for [Marco Lironi's SG Raccoon Yi 55B](https://huggingface.co/mlinmg/SG-Raccoon-Yi-55B).
48
+
49
+ These files were quantised using hardware kindly provided by [Massed Compute](https://massedcompute.com/).
50
+
51
+
52
+ ### About AWQ
53
+
54
+ AWQ is an efficient, accurate and blazing-fast low-bit weight quantization method, currently supporting 4-bit quantization. Compared to GPTQ, it offers faster Transformers-based inference with equivalent or better quality compared to the most commonly used GPTQ settings.
55
+
56
+ It is supported by:
57
+
58
+ - [Text Generation Webui](https://github.com/oobabooga/text-generation-webui) - using Loader: AutoAWQ
59
+ - [vLLM](https://github.com/vllm-project/vllm) - Llama and Mistral models only
60
+ - [Hugging Face Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference)
61
+ - [Transformers](https://huggingface.co/docs/transformers) version 4.35.0 and later, from any code or client that supports Transformers
62
+ - [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) - for use from Python code
63
+
64
+ <!-- description end -->
65
+ <!-- repositories-available start -->
66
+ ## Repositories available
67
+
68
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/SG-Raccoon-Yi-55B-AWQ)
69
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/SG-Raccoon-Yi-55B-GPTQ)
70
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/SG-Raccoon-Yi-55B-GGUF)
71
+ * [Marco Lironi's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/mlinmg/SG-Raccoon-Yi-55B)
72
+ <!-- repositories-available end -->
73
+
74
+ <!-- prompt-template start -->
75
+ ## Prompt template: Raccoon
76
+
77
+ ```
78
+ <|startoftext|>Human: {prompt}
79
+
80
+ Assistant: <|endoftext|>
81
+
82
+ ```
83
+
84
+ <!-- prompt-template end -->
85
+
86
+
87
+ <!-- README_AWQ.md-provided-files start -->
88
+ ## Provided files, and AWQ parameters
89
+
90
+ I currently release 128g GEMM models only. The addition of group_size 32 models, and GEMV kernel models, is being actively considered.
91
+
92
+ Models are released as sharded safetensors files.
93
+
94
+ | Branch | Bits | GS | AWQ Dataset | Seq Len | Size |
95
+ | ------ | ---- | -- | ----------- | ------- | ---- |
96
+ | [main](https://huggingface.co/TheBloke/SG-Raccoon-Yi-55B-AWQ/tree/main) | 4 | 128 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 4096 | 30.24 GB
97
+
98
+ <!-- README_AWQ.md-provided-files end -->
99
+
100
+ <!-- README_AWQ.md-text-generation-webui start -->
101
+ ## How to easily download and use this model in [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
102
+
103
+ Please make sure you're using the latest version of [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
104
+
105
+ 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.
106
+
107
+ 1. Click the **Model tab**.
108
+ 2. Under **Download custom model or LoRA**, enter `TheBloke/SG-Raccoon-Yi-55B-AWQ`.
109
+ 3. Click **Download**.
110
+ 4. The model will start downloading. Once it's finished it will say "Done".
111
+ 5. In the top left, click the refresh icon next to **Model**.
112
+ 6. In the **Model** dropdown, choose the model you just downloaded: `SG-Raccoon-Yi-55B-AWQ`
113
+ 7. Select **Loader: AutoAWQ**.
114
+ 8. Click Load, and the model will load and is now ready for use.
115
+ 9. 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.
116
+ 10. Once you're ready, click the **Text Generation** tab and enter a prompt to get started!
117
+ <!-- README_AWQ.md-text-generation-webui end -->
118
+
119
+ <!-- README_AWQ.md-use-from-vllm start -->
120
+ ## Multi-user inference server: vLLM
121
+
122
+ Documentation on installing and using vLLM [can be found here](https://vllm.readthedocs.io/en/latest/).
123
+
124
+ - Please ensure you are using vLLM version 0.2 or later.
125
+ - When using vLLM as a server, pass the `--quantization awq` parameter.
126
+
127
+ For example:
128
+
129
+ ```shell
130
+ python3 -m vllm.entrypoints.api_server --model TheBloke/SG-Raccoon-Yi-55B-AWQ --quantization awq --dtype auto
131
+ ```
132
+
133
+ - When using vLLM from Python code, again set `quantization=awq`.
134
+
135
+ For example:
136
+
137
+ ```python
138
+ from vllm import LLM, SamplingParams
139
+
140
+ prompts = [
141
+ "Tell me about AI",
142
+ "Write a story about llamas",
143
+ "What is 291 - 150?",
144
+ "How much wood would a woodchuck chuck if a woodchuck could chuck wood?",
145
+ ]
146
+ prompt_template=f'''<|startoftext|>Human: {prompt}
147
+
148
+ Assistant: <|endoftext|>
149
+ '''
150
+
151
+ prompts = [prompt_template.format(prompt=prompt) for prompt in prompts]
152
+
153
+ sampling_params = SamplingParams(temperature=0.8, top_p=0.95)
154
+
155
+ llm = LLM(model="TheBloke/SG-Raccoon-Yi-55B-AWQ", quantization="awq", dtype="auto")
156
+
157
+ outputs = llm.generate(prompts, sampling_params)
158
+
159
+ # Print the outputs.
160
+ for output in outputs:
161
+ prompt = output.prompt
162
+ generated_text = output.outputs[0].text
163
+ print(f"Prompt: {prompt!r}, Generated text: {generated_text!r}")
164
+ ```
165
+ <!-- README_AWQ.md-use-from-vllm start -->
166
+
167
+ <!-- README_AWQ.md-use-from-tgi start -->
168
+ ## Multi-user inference server: Hugging Face Text Generation Inference (TGI)
169
+
170
+ Use TGI version 1.1.0 or later. The official Docker container is: `ghcr.io/huggingface/text-generation-inference:1.1.0`
171
+
172
+ Example Docker parameters:
173
+
174
+ ```shell
175
+ --model-id TheBloke/SG-Raccoon-Yi-55B-AWQ --port 3000 --quantize awq --max-input-length 3696 --max-total-tokens 4096 --max-batch-prefill-tokens 4096
176
+ ```
177
+
178
+ Example Python code for interfacing with TGI (requires [huggingface-hub](https://github.com/huggingface/huggingface_hub) 0.17.0 or later):
179
+
180
+ ```shell
181
+ pip3 install huggingface-hub
182
+ ```
183
+
184
+ ```python
185
+ from huggingface_hub import InferenceClient
186
+
187
+ endpoint_url = "https://your-endpoint-url-here"
188
+
189
+ prompt = "Tell me about AI"
190
+ prompt_template=f'''<|startoftext|>Human: {prompt}
191
+
192
+ Assistant: <|endoftext|>
193
+ '''
194
+
195
+ client = InferenceClient(endpoint_url)
196
+ response = client.text_generation(prompt,
197
+ max_new_tokens=128,
198
+ do_sample=True,
199
+ temperature=0.7,
200
+ top_p=0.95,
201
+ top_k=40,
202
+ repetition_penalty=1.1)
203
+
204
+ print(f"Model output: ", response)
205
+ ```
206
+ <!-- README_AWQ.md-use-from-tgi end -->
207
+
208
+ <!-- README_AWQ.md-use-from-python start -->
209
+ ## Inference from Python code using Transformers
210
+
211
+ ### Install the necessary packages
212
+
213
+ - Requires: [Transformers](https://huggingface.co/docs/transformers) 4.35.0 or later.
214
+ - Requires: [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) 0.1.6 or later.
215
+
216
+ ```shell
217
+ pip3 install --upgrade "autoawq>=0.1.6" "transformers>=4.35.0"
218
+ ```
219
+
220
+ Note that if you are using PyTorch 2.0.1, the above AutoAWQ command will automatically upgrade you to PyTorch 2.1.0.
221
+
222
+ If you are using CUDA 11.8 and wish to continue using PyTorch 2.0.1, instead run this command:
223
+
224
+ ```shell
225
+ pip3 install https://github.com/casper-hansen/AutoAWQ/releases/download/v0.1.6/autoawq-0.1.6+cu118-cp310-cp310-linux_x86_64.whl
226
+ ```
227
+
228
+ If you have problems installing [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) using the pre-built wheels, install it from source instead:
229
+
230
+ ```shell
231
+ pip3 uninstall -y autoawq
232
+ git clone https://github.com/casper-hansen/AutoAWQ
233
+ cd AutoAWQ
234
+ pip3 install .
235
+ ```
236
+
237
+ ### Transformers example code (requires Transformers 4.35.0 and later)
238
+
239
+ ```python
240
+ from transformers import AutoModelForCausalLM, AutoTokenizer, TextStreamer
241
+
242
+ model_name_or_path = "TheBloke/SG-Raccoon-Yi-55B-AWQ"
243
+
244
+ tokenizer = AutoTokenizer.from_pretrained(model_name_or_path)
245
+ model = AutoModelForCausalLM.from_pretrained(
246
+ model_name_or_path,
247
+ low_cpu_mem_usage=True,
248
+ device_map="cuda:0"
249
+ )
250
+
251
+ # Using the text streamer to stream output one token at a time
252
+ streamer = TextStreamer(tokenizer, skip_prompt=True, skip_special_tokens=True)
253
+
254
+ prompt = "Tell me about AI"
255
+ prompt_template=f'''<|startoftext|>Human: {prompt}
256
+
257
+ Assistant: <|endoftext|>
258
+ '''
259
+
260
+ # Convert prompt to tokens
261
+ tokens = tokenizer(
262
+ prompt_template,
263
+ return_tensors='pt'
264
+ ).input_ids.cuda()
265
+
266
+ generation_params = {
267
+ "do_sample": True,
268
+ "temperature": 0.7,
269
+ "top_p": 0.95,
270
+ "top_k": 40,
271
+ "max_new_tokens": 512,
272
+ "repetition_penalty": 1.1
273
+ }
274
+
275
+ # Generate streamed output, visible one token at a time
276
+ generation_output = model.generate(
277
+ tokens,
278
+ streamer=streamer,
279
+ **generation_params
280
+ )
281
+
282
+ # Generation without a streamer, which will include the prompt in the output
283
+ generation_output = model.generate(
284
+ tokens,
285
+ **generation_params
286
+ )
287
+
288
+ # Get the tokens from the output, decode them, print them
289
+ token_output = generation_output[0]
290
+ text_output = tokenizer.decode(token_output)
291
+ print("model.generate output: ", text_output)
292
+
293
+ # Inference is also possible via Transformers' pipeline
294
+ from transformers import pipeline
295
+
296
+ pipe = pipeline(
297
+ "text-generation",
298
+ model=model,
299
+ tokenizer=tokenizer,
300
+ **generation_params
301
+ )
302
+
303
+ pipe_output = pipe(prompt_template)[0]['generated_text']
304
+ print("pipeline output: ", pipe_output)
305
+
306
+ ```
307
+ <!-- README_AWQ.md-use-from-python end -->
308
+
309
+ <!-- README_AWQ.md-compatibility start -->
310
+ ## Compatibility
311
+
312
+ The files provided are tested to work with:
313
+
314
+ - [text-generation-webui](https://github.com/oobabooga/text-generation-webui) using `Loader: AutoAWQ`.
315
+ - [vLLM](https://github.com/vllm-project/vllm) version 0.2.0 and later.
316
+ - [Hugging Face Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference) version 1.1.0 and later.
317
+ - [Transformers](https://huggingface.co/docs/transformers) version 4.35.0 and later.
318
+ - [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) version 0.1.1 and later.
319
+
320
+ <!-- README_AWQ.md-compatibility end -->
321
+
322
+ <!-- footer start -->
323
+ <!-- 200823 -->
324
+ ## Discord
325
+
326
+ For further support, and discussions on these models and AI in general, join us at:
327
+
328
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
329
+
330
+ ## Thanks, and how to contribute
331
+
332
+ Thanks to the [chirper.ai](https://chirper.ai) team!
333
+
334
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
335
+
336
+ 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.
337
+
338
+ 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.
339
+
340
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
341
+
342
+ * Patreon: https://patreon.com/TheBlokeAI
343
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
344
+
345
+ **Special thanks to**: Aemon Algiz.
346
+
347
+ **Patreon special mentions**: Brandon Frisco, LangChain4j, Spiking Neurons AB, transmissions 11, Joseph William Delisle, Nitin Borwankar, Willem Michiel, Michael Dempsey, vamX, Jeffrey Morgan, zynix, jjj, Omer Bin Jawed, Sean Connelly, jinyuan sun, Jeromy Smith, Shadi, Pawan Osman, Chadd, Elijah Stavena, Illia Dulskyi, Sebastain Graf, Stephen Murray, terasurfer, Edmond Seymore, Celu Ramasamy, Mandus, Alex, biorpg, Ajan Kanaga, Clay Pascal, Raven Klaugh, 阿明, K, ya boyyy, usrbinkat, Alicia Loh, John Villwock, ReadyPlayerEmma, Chris Smitley, Cap'n Zoog, fincy, GodLy, S_X, sidney chen, Cory Kujawski, OG, Mano Prime, AzureBlack, Pieter, Kalila, Spencer Kim, Tom X Nguyen, Stanislav Ovsiannikov, Michael Levine, Andrey, Trailburnt, Vadim, Enrico Ros, Talal Aujan, Brandon Phillips, Jack West, Eugene Pentland, Michael Davis, Will Dee, webtim, Jonathan Leane, Alps Aficionado, Rooh Singh, Tiffany J. Kim, theTransient, Luke @flexchar, Elle, Caitlyn Gatomon, Ari Malik, subjectnull, Johann-Peter Hartmann, Trenton Dambrowitz, Imad Khwaja, Asp the Wyvern, Emad Mostaque, Rainer Wilmers, Alexandros Triantafyllidis, Nicholas, Pedro Madruga, SuperWojo, Harry Royden McLaughlin, James Bentley, Olakabola, David Ziegler, Ai Maven, Jeff Scroggin, Nikolai Manek, Deo Leter, Matthew Berman, Fen Risland, Ken Nordquist, Manuel Alberto Morcote, Luke Pendergrass, TL, Fred von Graf, Randy H, Dan Guido, NimbleBox.ai, Vitor Caleffi, Gabriel Tamborski, knownsqashed, Lone Striker, Erik Bjäreholt, John Detwiler, Leonard Tan, Iucharbius
348
+
349
+
350
+ Thank you to all my generous patrons and donaters!
351
+
352
+ And thank you again to a16z for their generous grant.
353
+
354
+ <!-- footer end -->
355
+
356
+ # Original model card: Marco Lironi's SG Raccoon Yi 55B
357
+
358
+
359
+ <p align="center">
360
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/644ba0c76ebb3ebf7264dbe9/PWn9I-0XH7kSP_YXcyxIg.png" width="400"/>
361
+ </p>
362
+
363
+ ---
364
+
365
+ # SG Raccoon Yi 55B
366
+
367
+ The first 55B auto-regressive causal LM created by combining 2x finetuned [Yi 34b](https://huggingface.co/01-ai/Yi-34B) into one.
368
+
369
+
370
+ # Prompting Format
371
+
372
+ ```
373
+ single-turn: <|startoftext|>Human: Hello!\n\nAssistant: <|endoftext|>
374
+
375
+ multi-turn: <|startoftext|>Human: Hello!\n\nAssistant: <|endoftext|>Hi!<|endoftext|>Human: How are you?\n\nAssistant: <|endoftext|>target2<|endoftext|>
376
+ ```
377
+
378
+ # Merge process
379
+
380
+ The models used in the merge are [dolphin-2_2-yi-34b](https://huggingface.co/ehartford/dolphin-2_2-yi-34b) and [OrionStar-Yi-34B-Chat-Llama](https://huggingface.co/OrionStarAI/OrionStar-Yi-34B-Chat-Llama).
381
+
382
+ The layer ranges used are as follows:
383
+
384
+ ```yaml
385
+ - range 0, 16
386
+ OrionStar-Yi-34B-Chat
387
+ - range 8, 24
388
+ dolphin-2_2-yi-34b
389
+ - range 17, 32
390
+ OrionStar-Yi-34B-Chat
391
+ - range 25, 40
392
+ dolphin-2_2-yi-34b
393
+ - range 33, 48
394
+ OrionStar-Yi-34B-Chat
395
+ - range 41, 56
396
+ dolphin-2_2-yi-34b
397
+ - range 49, 64
398
+ OrionStar-Yi-34B-Chat
399
+ - range 57, 72
400
+ dolphin-2_2-yi-34b
401
+ - range 65, 80
402
+ OrionStar-Yi-34B-Chat
403
+ ```
404
+ # Tips
405
+
406
+ Being a Yi model, try disabling the BOS token and/or running a lower temperature with MinP (and no other samplers) if output doesn't seem right. Yi tends to run "hot" by default.
407
+
408
+ Sometimes the model "spells out" the stop token as </s> like Capybara, so you may need to add </s> as an additional stopping condition.
409
+
410
+ # Benchmarks
411
+ Coming soon.
412
+
413
+ # Acknowledgements
414
+ - Special thanks to [MSS](https://milanosamplesale.com/) for sponsoring this project
415
+
416
+ - [@chargoddard](https://huggingface.co/chargoddard) for developing the framework used to merge the model - [mergekit](https://github.com/cg123/mergekit).
417
+
418
+ - Great thanks to [@Undi95](https://huggingface.co/Undi95) for helping figuring out model merge options
419
+
420
+ - Also credits to the [01-ai](https://huggingface.co/01-ai) team for their amazing models
421
+
422
+ - This merged model is inspired by [Goliath 120B](https://huggingface.co/alpindale/goliath-120b)