TheBloke commited on
Commit
9a8aeb3
1 Parent(s): e2779e8

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +379 -0
README.md ADDED
@@ -0,0 +1,379 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: https://huggingface.co/garage-bAInd/Stable-Platypus2-13B
3
+ datasets:
4
+ - garage-bAInd/Open-Platypus
5
+ inference: false
6
+ language:
7
+ - en
8
+ license: cc-by-nc-sa-4.0
9
+ model_creator: garage-bAInd
10
+ model_name: Stable-Platypus2 13B
11
+ model_type: llama
12
+ prompt_template: 'Below is an instruction that describes a task. Write a response
13
+ that appropriately completes the request.
14
+
15
+
16
+ ### Instruction:
17
+
18
+ {prompt}
19
+
20
+
21
+ ### Response:
22
+
23
+ '
24
+ quantized_by: TheBloke
25
+ ---
26
+
27
+ <!-- header start -->
28
+ <!-- 200823 -->
29
+ <div style="width: auto; margin-left: auto; margin-right: auto">
30
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
31
+ </div>
32
+ <div style="display: flex; justify-content: space-between; width: 100%;">
33
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
34
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
35
+ </div>
36
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
37
+ <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>
38
+ </div>
39
+ </div>
40
+ <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>
41
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
42
+ <!-- header end -->
43
+
44
+ # Stable-Platypus2 13B - AWQ
45
+ - Model creator: [garage-bAInd](https://huggingface.co/garage-bAInd)
46
+ - Original model: [Stable-Platypus2 13B](https://huggingface.co/garage-bAInd/Stable-Platypus2-13B)
47
+
48
+ <!-- description start -->
49
+ ## Description
50
+
51
+ This repo contains AWQ model files for [garage-bAInd's Stable-Platypus2 13B](https://huggingface.co/garage-bAInd/Stable-Platypus2-13B).
52
+
53
+
54
+ ### About AWQ
55
+
56
+ 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.
57
+
58
+ It is also now supported by continuous batching server [vLLM](https://github.com/vllm-project/vllm), allowing use of AWQ models for high-throughput concurrent inference in multi-user server scenarios. Note that, at the time of writing, overall throughput is still lower than running vLLM with unquantised models, however using AWQ enables using much smaller GPUs which can lead to easier deployment and overall cost savings. For example, a 70B model can be run on 1 x 48GB GPU instead of 2 x 80GB.
59
+ <!-- description end -->
60
+ <!-- repositories-available start -->
61
+ ## Repositories available
62
+
63
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/Stable-Platypus2-13B-AWQ)
64
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Stable-Platypus2-13B-GPTQ)
65
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGUF)
66
+ * [garage-bAInd's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/garage-bAInd/Stable-Platypus2-13B)
67
+ <!-- repositories-available end -->
68
+
69
+ <!-- prompt-template start -->
70
+ ## Prompt template: Alpaca
71
+
72
+ ```
73
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
74
+
75
+ ### Instruction:
76
+ {prompt}
77
+
78
+ ### Response:
79
+
80
+ ```
81
+
82
+ <!-- prompt-template end -->
83
+ <!-- licensing start -->
84
+ ## Licensing
85
+
86
+ The creator of the source model has listed its license as `cc-by-nc-sa-4.0`, and this quantization has therefore used that same license.
87
+
88
+ As this model is based on Llama 2, it is also subject to the Meta Llama 2 license terms, and the license files for that are additionally included. It should therefore be considered as being claimed to be licensed under both licenses. I contacted Hugging Face for clarification on dual licensing but they do not yet have an official position. Should this change, or should Meta provide any feedback on this situation, I will update this section accordingly.
89
+
90
+ In the meantime, any questions regarding licensing, and in particular how these two licenses might interact, should be directed to the original model repository: [garage-bAInd's Stable-Platypus2 13B](https://huggingface.co/garage-bAInd/Stable-Platypus2-13B).
91
+ <!-- licensing end -->
92
+ <!-- README_AWQ.md-provided-files start -->
93
+ ## Provided files and AWQ parameters
94
+
95
+ For my first release of AWQ models, I am releasing 128g models only. I will consider adding 32g as well if there is interest, and once I have done perplexity and evaluation comparisons, but at this time 32g models are still not fully tested with AutoAWQ and vLLM.
96
+
97
+ Models are released as sharded safetensors files.
98
+
99
+ | Branch | Bits | GS | AWQ Dataset | Seq Len | Size |
100
+ | ------ | ---- | -- | ----------- | ------- | ---- |
101
+ | [main](https://huggingface.co/TheBloke/Stable-Platypus2-13B-AWQ/tree/main) | 4 | 128 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 4096 | 7.25 GB
102
+
103
+ <!-- README_AWQ.md-provided-files end -->
104
+
105
+ <!-- README_AWQ.md-use-from-vllm start -->
106
+ ## Serving this model from vLLM
107
+
108
+ Documentation on installing and using vLLM [can be found here](https://vllm.readthedocs.io/en/latest/).
109
+
110
+ - When using vLLM as a server, pass the `--quantization awq` parameter, for example:
111
+
112
+ ```shell
113
+ python3 python -m vllm.entrypoints.api_server --model TheBloke/Stable-Platypus2-13B-AWQ --quantization awq
114
+ ```
115
+
116
+ When using vLLM from Python code, pass the `quantization=awq` parameter, for example:
117
+
118
+ ```python
119
+ from vllm import LLM, SamplingParams
120
+
121
+ prompts = [
122
+ "Hello, my name is",
123
+ "The president of the United States is",
124
+ "The capital of France is",
125
+ "The future of AI is",
126
+ ]
127
+ sampling_params = SamplingParams(temperature=0.8, top_p=0.95)
128
+
129
+ llm = LLM(model="TheBloke/Stable-Platypus2-13B-AWQ", quantization="awq")
130
+
131
+ outputs = llm.generate(prompts, sampling_params)
132
+
133
+ # Print the outputs.
134
+ for output in outputs:
135
+ prompt = output.prompt
136
+ generated_text = output.outputs[0].text
137
+ print(f"Prompt: {prompt!r}, Generated text: {generated_text!r}")
138
+ ```
139
+ <!-- README_AWQ.md-use-from-vllm start -->
140
+
141
+ <!-- README_AWQ.md-use-from-python start -->
142
+ ## How to use this AWQ model from Python code
143
+
144
+ ### Install the necessary packages
145
+
146
+ Requires: [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) 0.0.2 or later
147
+
148
+ ```shell
149
+ pip3 install autoawq
150
+ ```
151
+
152
+ If you have problems installing [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) using the pre-built wheels, install it from source instead:
153
+
154
+ ```shell
155
+ pip3 uninstall -y autoawq
156
+ git clone https://github.com/casper-hansen/AutoAWQ
157
+ cd AutoAWQ
158
+ pip3 install .
159
+ ```
160
+
161
+ ### You can then try the following example code
162
+
163
+ ```python
164
+ from awq import AutoAWQForCausalLM
165
+ from transformers import AutoTokenizer
166
+
167
+ model_name_or_path = "TheBloke/Stable-Platypus2-13B-AWQ"
168
+
169
+ # Load model
170
+ model = AutoAWQForCausalLM.from_quantized(model_name_or_path, fuse_layers=True,
171
+ trust_remote_code=False, safetensors=True)
172
+ tokenizer = AutoTokenizer.from_pretrained(model_name_or_path, trust_remote_code=False)
173
+
174
+ prompt = "Tell me about AI"
175
+ prompt_template=f'''Below is an instruction that describes a task. Write a response that appropriately completes the request.
176
+
177
+ ### Instruction:
178
+ {prompt}
179
+
180
+ ### Response:
181
+
182
+ '''
183
+
184
+ print("\n\n*** Generate:")
185
+
186
+ tokens = tokenizer(
187
+ prompt_template,
188
+ return_tensors='pt'
189
+ ).input_ids.cuda()
190
+
191
+ # Generate output
192
+ generation_output = model.generate(
193
+ tokens,
194
+ do_sample=True,
195
+ temperature=0.7,
196
+ top_p=0.95,
197
+ top_k=40,
198
+ max_new_tokens=512
199
+ )
200
+
201
+ print("Output: ", tokenizer.decode(generation_output[0]))
202
+
203
+ # Inference can also be done using transformers' pipeline
204
+ from transformers import pipeline
205
+
206
+ print("*** Pipeline:")
207
+ pipe = pipeline(
208
+ "text-generation",
209
+ model=model,
210
+ tokenizer=tokenizer,
211
+ max_new_tokens=512,
212
+ do_sample=True,
213
+ temperature=0.7,
214
+ top_p=0.95,
215
+ top_k=40,
216
+ repetition_penalty=1.1
217
+ )
218
+
219
+ print(pipe(prompt_template)[0]['generated_text'])
220
+ ```
221
+ <!-- README_AWQ.md-use-from-python end -->
222
+
223
+ <!-- README_AWQ.md-compatibility start -->
224
+ ## Compatibility
225
+
226
+ The files provided are tested to work with [AutoAWQ](https://github.com/casper-hansen/AutoAWQ), and [vLLM](https://github.com/vllm-project/vllm).
227
+
228
+ [Huggingface Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference) is not yet compatible with AWQ, but a PR is open which should bring support soon: [TGI PR #781](https://github.com/huggingface/text-generation-inference/issues/781).
229
+ <!-- README_AWQ.md-compatibility end -->
230
+
231
+ <!-- footer start -->
232
+ <!-- 200823 -->
233
+ ## Discord
234
+
235
+ For further support, and discussions on these models and AI in general, join us at:
236
+
237
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
238
+
239
+ ## Thanks, and how to contribute
240
+
241
+ Thanks to the [chirper.ai](https://chirper.ai) team!
242
+
243
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
244
+
245
+ 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.
246
+
247
+ 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.
248
+
249
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
250
+
251
+ * Patreon: https://patreon.com/TheBlokeAI
252
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
253
+
254
+ **Special thanks to**: Aemon Algiz.
255
+
256
+ **Patreon special mentions**: Alicia Loh, Stephen Murray, K, Ajan Kanaga, RoA, Magnesian, Deo Leter, Olakabola, Eugene Pentland, zynix, Deep Realms, Raymond Fosdick, Elijah Stavena, Iucharbius, Erik Bjäreholt, Luis Javier Navarrete Lozano, Nicholas, theTransient, John Detwiler, alfie_i, knownsqashed, Mano Prime, Willem Michiel, Enrico Ros, LangChain4j, OG, Michael Dempsey, Pierre Kircher, Pedro Madruga, James Bentley, Thomas Belote, Luke @flexchar, Leonard Tan, Johann-Peter Hartmann, Illia Dulskyi, Fen Risland, Chadd, S_X, Jeff Scroggin, Ken Nordquist, Sean Connelly, Artur Olbinski, Swaroop Kallakuri, Jack West, Ai Maven, David Ziegler, Russ Johnson, transmissions 11, John Villwock, Alps Aficionado, Clay Pascal, Viktor Bowallius, Subspace Studios, Rainer Wilmers, Trenton Dambrowitz, vamX, Michael Levine, 준교 김, Brandon Frisco, Kalila, Trailburnt, Randy H, Talal Aujan, Nathan Dryer, Vadim, 阿明, ReadyPlayerEmma, Tiffany J. Kim, George Stoitzev, Spencer Kim, Jerry Meng, Gabriel Tamborski, Cory Kujawski, Jeffrey Morgan, Spiking Neurons AB, Edmond Seymore, Alexandros Triantafyllidis, Lone Striker, Cap'n Zoog, Nikolai Manek, danny, ya boyyy, Derek Yates, usrbinkat, Mandus, TL, Nathan LeClaire, subjectnull, Imad Khwaja, webtim, Raven Klaugh, Asp the Wyvern, Gabriel Puliatti, Caitlyn Gatomon, Joseph William Delisle, Jonathan Leane, Luke Pendergrass, SuperWojo, Sebastain Graf, Will Dee, Fred von Graf, Andrey, Dan Guido, Daniel P. Andersen, Nitin Borwankar, Elle, Vitor Caleffi, biorpg, jjj, NimbleBox.ai, Pieter, Matthew Berman, terasurfer, Michael Davis, Alex, Stanislav Ovsiannikov
257
+
258
+
259
+ Thank you to all my generous patrons and donaters!
260
+
261
+ And thank you again to a16z for their generous grant.
262
+
263
+ <!-- footer end -->
264
+
265
+ # Original model card: garage-bAInd's Stable-Platypus2 13B
266
+
267
+
268
+ # Stable-Platypus2-13B
269
+
270
+ Stable-Platypus-13B is a merge of [`garage-bAInd/Platypus2-13B`](https://huggingface.co/garage-bAInd/Platypus2-13B) and [`stabilityai/StableBeluga-13B`](https://huggingface.co/stabilityai/StableBeluga-13B).
271
+
272
+ ![Platty](./Best_Platty_small.jpeg)
273
+
274
+ ### Benchmark Metrics
275
+
276
+ | Metric | Value |
277
+ |-----------------------|-------|
278
+ | MMLU (5-shot) | 58.30 |
279
+ | ARC (25-shot) | 62.71 |
280
+ | HellaSwag (10-shot) | 82.29 |
281
+ | TruthfulQA (0-shot) | 52.52 |
282
+ | Avg. | 63.96 |
283
+
284
+ We use state-of-the-art [Language Model Evaluation Harness](https://github.com/EleutherAI/lm-evaluation-harness) to run the benchmark tests above, using the same version as the HuggingFace LLM Leaderboard. Please see below for detailed instructions on reproducing benchmark results.
285
+
286
+ ### Model Details
287
+
288
+ * **Trained by**: **Platypus2-13B** trained by Cole Hunter & Ariel Lee; **StableBeluga-13B** trained by StabilityAI
289
+ * **Model type:** **Stable-Platypus2-13B** is an auto-regressive language model based on the LLaMA 2 transformer architecture.
290
+ * **Language(s)**: English
291
+ * **License for Platypus2-13B base weights**: Non-Commercial Creative Commons license ([CC BY-NC-4.0](https://creativecommons.org/licenses/by-nc/4.0/))
292
+ * **License for StableBeluga-13B base weights**: See Notice.txt
293
+
294
+ ### Prompt Template
295
+ ```
296
+ ### Instruction:
297
+
298
+ <prompt> (without the <>)
299
+
300
+ ### Response:
301
+ ```
302
+
303
+ ### Training Dataset
304
+
305
+ `garage-bAInd/Platypus2-70B` trained using STEM and logic based dataset [`garage-bAInd/Open-Platypus`](https://huggingface.co/datasets/garage-bAInd/Open-Platypus).
306
+
307
+ Please see our [paper](https://arxiv.org/abs/2308.07317) and [project webpage](https://platypus-llm.github.io) for additional information.
308
+
309
+ ### Training Procedure
310
+
311
+ `garage-bAInd/Platypus2-13B` was instruction fine-tuned using LoRA on 1 A100 80GB. For training details and inference instructions please see the [Platypus](https://github.com/arielnlee/Platypus) GitHub repo.
312
+
313
+ ### Reproducing Evaluation Results
314
+
315
+ Install LM Evaluation Harness:
316
+ ```
317
+ # clone repository
318
+ git clone https://github.com/EleutherAI/lm-evaluation-harness.git
319
+ # change to repo directory
320
+ cd lm-evaluation-harness
321
+ # check out the correct commit
322
+ git checkout b281b0921b636bc36ad05c0b0b0763bd6dd43463
323
+ # install
324
+ pip install -e .
325
+ ```
326
+ Each task was evaluated on a single A100 80GB GPU.
327
+
328
+ ARC:
329
+ ```
330
+ python main.py --model hf-causal-experimental --model_args pretrained=garage-bAInd/Stable-Platypus2-13B --tasks arc_challenge --batch_size 1 --no_cache --write_out --output_path results/Stable-Platypus2-13B/arc_challenge_25shot.json --device cuda --num_fewshot 25
331
+ ```
332
+
333
+ HellaSwag:
334
+ ```
335
+ python main.py --model hf-causal-experimental --model_args pretrained=garage-bAInd/Stable-Platypus2-13B --tasks hellaswag --batch_size 1 --no_cache --write_out --output_path results/Stable-Platypus2-13B/hellaswag_10shot.json --device cuda --num_fewshot 10
336
+ ```
337
+
338
+ MMLU:
339
+ ```
340
+ python main.py --model hf-causal-experimental --model_args pretrained=garage-bAInd/Stable-Platypus2-13B --tasks hendrycksTest-* --batch_size 1 --no_cache --write_out --output_path results/Stable-Platypus2-13B/mmlu_5shot.json --device cuda --num_fewshot 5
341
+ ```
342
+
343
+ TruthfulQA:
344
+ ```
345
+ python main.py --model hf-causal-experimental --model_args pretrained=garage-bAInd/Stable-Platypus2-13B --tasks truthfulqa_mc --batch_size 1 --no_cache --write_out --output_path results/Stable-Platypus2-13B/truthfulqa_0shot.json --device cuda
346
+ ```
347
+ ### Limitations and bias
348
+
349
+ Llama 2 and fine-tuned variants are a new technology that carries risks with use. Testing conducted to date has been in English, and has not covered, nor could it cover all scenarios. For these reasons, as with all LLMs, Llama 2 and any fine-tuned varient's potential outputs cannot be predicted in advance, and the model may in some instances produce inaccurate, biased or other objectionable responses to user prompts. Therefore, before deploying any applications of Llama 2 variants, developers should perform safety testing and tuning tailored to their specific applications of the model.
350
+
351
+ Please see the Responsible Use Guide available at https://ai.meta.com/llama/responsible-use-guide/
352
+
353
+ ### Citations
354
+ ```bibtex
355
+ @article{platypus2023,
356
+ title={Platypus: Quick, Cheap, and Powerful Refinement of LLMs},
357
+ author={Ariel N. Lee and Cole J. Hunter and Nataniel Ruiz},
358
+ booktitle={arXiv preprint arxiv:2308.07317},
359
+ year={2023}
360
+ }
361
+ ```
362
+ ```bibtex
363
+ @misc{touvron2023llama,
364
+ title={Llama 2: Open Foundation and Fine-Tuned Chat Models},
365
+ author={Hugo Touvron and Louis Martin and Kevin Stone and Peter Albert and Amjad Almahairi and Yasmine Babaei and Nikolay Bashlykov year={2023},
366
+ eprint={2307.09288},
367
+ archivePrefix={arXiv},
368
+ }
369
+ ```
370
+ ```bibtex
371
+ @inproceedings{
372
+ hu2022lora,
373
+ title={Lo{RA}: Low-Rank Adaptation of Large Language Models},
374
+ author={Edward J Hu and Yelong Shen and Phillip Wallis and Zeyuan Allen-Zhu and Yuanzhi Li and Shean Wang and Lu Wang and Weizhu Chen},
375
+ booktitle={International Conference on Learning Representations},
376
+ year={2022},
377
+ url={https://openreview.net/forum?id=nZeVKeeFYf9}
378
+ }
379
+ ```