TheBloke commited on
Commit
17b5f54
1 Parent(s): f56e6ca

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +270 -0
README.md ADDED
@@ -0,0 +1,270 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: https://huggingface.co/chargoddard/storytime-13b
3
+ inference: false
4
+ language:
5
+ - en
6
+ license: llama2
7
+ model_creator: Charles Goddard
8
+ model_name: Storytime 13B
9
+ model_type: llama
10
+ prompt_template: 'Below is an instruction that describes a task. Write a response
11
+ that appropriately completes the request.
12
+
13
+
14
+ ### Instruction:
15
+
16
+ {prompt}
17
+
18
+
19
+ ### Response:
20
+
21
+ '
22
+ quantized_by: TheBloke
23
+ tags:
24
+ - llama
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
+ # Storytime 13B - AWQ
45
+ - Model creator: [Charles Goddard](https://huggingface.co/chargoddard)
46
+ - Original model: [Storytime 13B](https://huggingface.co/chargoddard/storytime-13b)
47
+
48
+ <!-- description start -->
49
+ ## Description
50
+
51
+ This repo contains AWQ model files for [Charles Goddard's Storytime 13B](https://huggingface.co/chargoddard/storytime-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/storytime-13B-AWQ)
64
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/storytime-13B-GPTQ)
65
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/storytime-13B-GGUF)
66
+ * [Charles Goddard's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/chargoddard/storytime-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
+
84
+
85
+ <!-- README_AWQ.md-provided-files start -->
86
+ ## Provided files and AWQ parameters
87
+
88
+ 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.
89
+
90
+ Models are released as sharded safetensors files.
91
+
92
+ | Branch | Bits | GS | AWQ Dataset | Seq Len | Size |
93
+ | ------ | ---- | -- | ----------- | ------- | ---- |
94
+ | [main](https://huggingface.co/TheBloke/storytime-13B-AWQ/tree/main) | 4 | 128 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 4096 | 7.25 GB
95
+
96
+ <!-- README_AWQ.md-provided-files end -->
97
+
98
+ <!-- README_AWQ.md-use-from-vllm start -->
99
+ ## Serving this model from vLLM
100
+
101
+ Documentation on installing and using vLLM [can be found here](https://vllm.readthedocs.io/en/latest/).
102
+
103
+ - When using vLLM as a server, pass the `--quantization awq` parameter, for example:
104
+
105
+ ```shell
106
+ python3 python -m vllm.entrypoints.api_server --model TheBloke/storytime-13B-AWQ --quantization awq --dtype half
107
+ ```
108
+
109
+ When using vLLM from Python code, pass the `quantization=awq` parameter, for example:
110
+
111
+ ```python
112
+ from vllm import LLM, SamplingParams
113
+
114
+ prompts = [
115
+ "Hello, my name is",
116
+ "The president of the United States is",
117
+ "The capital of France is",
118
+ "The future of AI is",
119
+ ]
120
+ sampling_params = SamplingParams(temperature=0.8, top_p=0.95)
121
+
122
+ llm = LLM(model="TheBloke/storytime-13B-AWQ", quantization="awq", dtype="half")
123
+
124
+ outputs = llm.generate(prompts, sampling_params)
125
+
126
+ # Print the outputs.
127
+ for output in outputs:
128
+ prompt = output.prompt
129
+ generated_text = output.outputs[0].text
130
+ print(f"Prompt: {prompt!r}, Generated text: {generated_text!r}")
131
+ ```
132
+ <!-- README_AWQ.md-use-from-vllm start -->
133
+
134
+ <!-- README_AWQ.md-use-from-python start -->
135
+ ## How to use this AWQ model from Python code
136
+
137
+ ### Install the necessary packages
138
+
139
+ Requires: [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) 0.0.2 or later
140
+
141
+ ```shell
142
+ pip3 install autoawq
143
+ ```
144
+
145
+ If you have problems installing [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) using the pre-built wheels, install it from source instead:
146
+
147
+ ```shell
148
+ pip3 uninstall -y autoawq
149
+ git clone https://github.com/casper-hansen/AutoAWQ
150
+ cd AutoAWQ
151
+ pip3 install .
152
+ ```
153
+
154
+ ### You can then try the following example code
155
+
156
+ ```python
157
+ from awq import AutoAWQForCausalLM
158
+ from transformers import AutoTokenizer
159
+
160
+ model_name_or_path = "TheBloke/storytime-13B-AWQ"
161
+
162
+ # Load model
163
+ model = AutoAWQForCausalLM.from_quantized(model_name_or_path, fuse_layers=True,
164
+ trust_remote_code=False, safetensors=True)
165
+ tokenizer = AutoTokenizer.from_pretrained(model_name_or_path, trust_remote_code=False)
166
+
167
+ prompt = "Tell me about AI"
168
+ prompt_template=f'''Below is an instruction that describes a task. Write a response that appropriately completes the request.
169
+
170
+ ### Instruction:
171
+ {prompt}
172
+
173
+ ### Response:
174
+
175
+ '''
176
+
177
+ print("\n\n*** Generate:")
178
+
179
+ tokens = tokenizer(
180
+ prompt_template,
181
+ return_tensors='pt'
182
+ ).input_ids.cuda()
183
+
184
+ # Generate output
185
+ generation_output = model.generate(
186
+ tokens,
187
+ do_sample=True,
188
+ temperature=0.7,
189
+ top_p=0.95,
190
+ top_k=40,
191
+ max_new_tokens=512
192
+ )
193
+
194
+ print("Output: ", tokenizer.decode(generation_output[0]))
195
+
196
+ # Inference can also be done using transformers' pipeline
197
+ from transformers import pipeline
198
+
199
+ print("*** Pipeline:")
200
+ pipe = pipeline(
201
+ "text-generation",
202
+ model=model,
203
+ tokenizer=tokenizer,
204
+ max_new_tokens=512,
205
+ do_sample=True,
206
+ temperature=0.7,
207
+ top_p=0.95,
208
+ top_k=40,
209
+ repetition_penalty=1.1
210
+ )
211
+
212
+ print(pipe(prompt_template)[0]['generated_text'])
213
+ ```
214
+ <!-- README_AWQ.md-use-from-python end -->
215
+
216
+ <!-- README_AWQ.md-compatibility start -->
217
+ ## Compatibility
218
+
219
+ The files provided are tested to work with [AutoAWQ](https://github.com/casper-hansen/AutoAWQ), and [vLLM](https://github.com/vllm-project/vllm).
220
+
221
+ [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).
222
+ <!-- README_AWQ.md-compatibility end -->
223
+
224
+ <!-- footer start -->
225
+ <!-- 200823 -->
226
+ ## Discord
227
+
228
+ For further support, and discussions on these models and AI in general, join us at:
229
+
230
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
231
+
232
+ ## Thanks, and how to contribute
233
+
234
+ Thanks to the [chirper.ai](https://chirper.ai) team!
235
+
236
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
237
+
238
+ 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.
239
+
240
+ 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.
241
+
242
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
243
+
244
+ * Patreon: https://patreon.com/TheBlokeAI
245
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
246
+
247
+ **Special thanks to**: Aemon Algiz.
248
+
249
+ **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
250
+
251
+
252
+ Thank you to all my generous patrons and donaters!
253
+
254
+ And thank you again to a16z for their generous grant.
255
+
256
+ <!-- footer end -->
257
+
258
+ # Original model card: Charles Goddard's Storytime 13B
259
+
260
+
261
+ Chat model with a storytelling bent.
262
+
263
+ Recipe:
264
+ * [Chronorctypus-Limarobormes](https://huggingface.co/chargoddard/Chronorctypus-Limarobormes-13b) base
265
+ * a healthy SLERPing of [ReMM-v2.2-L2-13B](https://huggingface.co/Undi95/ReMM-v2.2-L2-13B)
266
+ * [Llama-2-13B-Storywriter](https://huggingface.co/Blackroot/Llama-2-13B-Storywriter-LORA) x 0.5
267
+ * WIP storytelling LORA
268
+
269
+
270
+ Responds well to the Alpaca prompt format.