TheBloke commited on
Commit
1025073
1 Parent(s): 7b01493

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +310 -0
README.md ADDED
@@ -0,0 +1,310 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: https://huggingface.co/elinas/chronos-70b-v2
3
+ inference: false
4
+ license: cc-by-nc-4.0
5
+ model_creator: Elinas
6
+ model_name: Chronos 70B v2
7
+ model_type: llama
8
+ prompt_template: 'Below is an instruction that describes a task. Write a response
9
+ that appropriately completes the request.
10
+
11
+
12
+ ### Instruction:
13
+
14
+ {prompt}
15
+
16
+
17
+ ### Response:
18
+
19
+ '
20
+ quantized_by: TheBloke
21
+ tags:
22
+ - chat
23
+ - roleplay
24
+ - storywriting
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
+ # Chronos 70B v2 - AWQ
45
+ - Model creator: [Elinas](https://huggingface.co/elinas)
46
+ - Original model: [Chronos 70B v2](https://huggingface.co/elinas/chronos-70b-v2)
47
+
48
+ <!-- description start -->
49
+ ## Description
50
+
51
+ This repo contains AWQ model files for [Elinas's Chronos 70B v2](https://huggingface.co/elinas/chronos-70b-v2).
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/Chronos-70B-v2-AWQ)
64
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Chronos-70B-v2-GPTQ)
65
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/Chronos-70B-v2-GGUF)
66
+ * [Elinas's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/elinas/chronos-70b-v2)
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-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: [Elinas's Chronos 70B v2](https://huggingface.co/elinas/chronos-70b-v2).
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/Chronos-70B-v2-AWQ/tree/main) | 4 | 128 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 4096 | 36.61 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/Chronos-70B-v2-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/Chronos-70B-v2-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/Chronos-70B-v2-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: Elinas's Chronos 70B v2
266
+
267
+
268
+ # chronos-70b-v2
269
+
270
+ This is the FP16 PyTorch / HF version of **chronos-70b-v2** based on the **Llama v2 Base** model. This version will **not fit on a consumer GPU**, use a quantized type of model from those linked below!
271
+
272
+ Big thank you to the Pygmalion team for providing compute. Reach out to me if you would like individual credit.
273
+
274
+ This model is primarily focused on chat, roleplay, storywriting, with significantly improved reasoning and logic. It does not have any form of censorship, please use responsibly.
275
+
276
+ Chronos can generate very long outputs with coherent text, largely due to the human inputs it was trained on, and it supports context length up to 4096 tokens.
277
+
278
+ ## License
279
+
280
+ This model is strictly [*non-commercial*](https://creativecommons.org/licenses/by-nc/4.0/) (**cc-by-nc-4.0**) use only which takes priority over the **LLAMA 2 COMMUNITY LICENSE AGREEMENT**. If you'd like to discuss using it for your business, contact Elinas through Discord **elinas**, or X (Twitter) **@officialelinas**.
281
+
282
+ The "Model" is completely free (ie. base model, derivates, merges/mixes) to use for non-commercial purposes as long as the the included **cc-by-nc-4.0** license in any parent repository, and the non-commercial use statute remains, regardless of other models' licences.
283
+ At the moment, only 70b models released will be under this license and the terms may change at any time (ie. a more permissive license allowing commercial use).
284
+
285
+ ## Model Usage
286
+
287
+ This model uses Alpaca formatting, so for optimal model performance, use it to start the dialogue or story, and if you use a frontend like SillyTavern ENABLE Alpaca instruction mode:
288
+
289
+ ```
290
+ ### Instruction:
291
+ Your instruction or question here.
292
+ ### Response:
293
+ ```
294
+ Not using the format will make the model perform significantly worse than intended.
295
+
296
+ ## Tips
297
+
298
+ Sampling and settings can make a significant difference for this model, so play around with them. I was also informed by a user that if you are using **KoboldCPP** that using the flag
299
+ `--unbantokens` may improve model performance **significantly**. This has not been tested by myself, but that is something to keep in mind.
300
+
301
+ ## Quantized Versions for Consumer GPU Usage
302
+
303
+ [LlamaCPP Versions provided by @TheBloke](https://huggingface.co/TheBloke/Chronos-70B-v2-GGUF)
304
+
305
+ [GPTQ Quantized Versions provided by @TheBloke](https://huggingface.co/TheBloke/Chronos-70B-v2-GPTQ)
306
+
307
+
308
+ **Support Development of New Models**
309
+ <a href='https://ko-fi.com/Q5Q6MB734' target='_blank'><img height='36' style='border:0px;height:36px;'
310
+ src='https://storage.ko-fi.com/cdn/kofi1.png?v=3' border='0' alt='Support Development' /></a>