TheBloke commited on
Commit
2849ec3
1 Parent(s): 611b33f

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +305 -0
README.md ADDED
@@ -0,0 +1,305 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: https://huggingface.co/Xwin-LM/Xwin-LM-13B-V0.1
3
+ inference: false
4
+ license: llama2
5
+ model_creator: Xwin-LM
6
+ model_name: Xwin-LM 13B V0.1
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
+ ---
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
+ # Xwin-LM 13B V0.1 - AWQ
41
+ - Model creator: [Xwin-LM](https://huggingface.co/Xwin-LM)
42
+ - Original model: [Xwin-LM 13B V0.1](https://huggingface.co/Xwin-LM/Xwin-LM-13B-V0.1)
43
+
44
+ <!-- description start -->
45
+ ## Description
46
+
47
+ This repo contains AWQ model files for [Xwin-LM's Xwin-LM 13B V0.1](https://huggingface.co/Xwin-LM/Xwin-LM-13B-V0.1).
48
+
49
+
50
+ ### About AWQ
51
+
52
+ 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.
53
+
54
+ 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.
55
+ <!-- description end -->
56
+ <!-- repositories-available start -->
57
+ ## Repositories available
58
+
59
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/Xwin-LM-13B-V0.1-AWQ)
60
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Xwin-LM-13B-V0.1-GPTQ)
61
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/Xwin-LM-13B-V0.1-GGUF)
62
+ * [Xwin-LM's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/Xwin-LM/Xwin-LM-13B-V0.1)
63
+ <!-- repositories-available end -->
64
+
65
+ <!-- prompt-template start -->
66
+ ## Prompt template: Alpaca
67
+
68
+ ```
69
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
70
+
71
+ ### Instruction:
72
+ {prompt}
73
+
74
+ ### Response:
75
+
76
+ ```
77
+
78
+ <!-- prompt-template end -->
79
+
80
+
81
+ <!-- README_AWQ.md-provided-files start -->
82
+ ## Provided files and AWQ parameters
83
+
84
+ 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.
85
+
86
+ Models are released as sharded safetensors files.
87
+
88
+ | Branch | Bits | GS | AWQ Dataset | Seq Len | Size |
89
+ | ------ | ---- | -- | ----------- | ------- | ---- |
90
+ | [main](https://huggingface.co/TheBloke/Xwin-LM-13B-V0.1-AWQ/tree/main) | 4 | 128 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 4096 | 7.25 GB
91
+
92
+ <!-- README_AWQ.md-provided-files end -->
93
+
94
+ <!-- README_AWQ.md-use-from-vllm start -->
95
+ ## Serving this model from vLLM
96
+
97
+ Documentation on installing and using vLLM [can be found here](https://vllm.readthedocs.io/en/latest/).
98
+
99
+ - When using vLLM as a server, pass the `--quantization awq` parameter, for example:
100
+
101
+ ```shell
102
+ python3 python -m vllm.entrypoints.api_server --model TheBloke/Xwin-LM-13B-V0.1-AWQ --quantization awq
103
+ ```
104
+
105
+ When using vLLM from Python code, pass the `quantization=awq` parameter, for example:
106
+
107
+ ```python
108
+ from vllm import LLM, SamplingParams
109
+
110
+ prompts = [
111
+ "Hello, my name is",
112
+ "The president of the United States is",
113
+ "The capital of France is",
114
+ "The future of AI is",
115
+ ]
116
+ sampling_params = SamplingParams(temperature=0.8, top_p=0.95)
117
+
118
+ llm = LLM(model="TheBloke/Xwin-LM-13B-V0.1-AWQ", quantization="awq")
119
+
120
+ outputs = llm.generate(prompts, sampling_params)
121
+
122
+ # Print the outputs.
123
+ for output in outputs:
124
+ prompt = output.prompt
125
+ generated_text = output.outputs[0].text
126
+ print(f"Prompt: {prompt!r}, Generated text: {generated_text!r}")
127
+ ```
128
+ <!-- README_AWQ.md-use-from-vllm start -->
129
+
130
+ <!-- README_AWQ.md-use-from-python start -->
131
+ ## How to use this AWQ model from Python code
132
+
133
+ ### Install the necessary packages
134
+
135
+ Requires: [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) 0.0.2 or later
136
+
137
+ ```shell
138
+ pip3 install autoawq
139
+ ```
140
+
141
+ If you have problems installing [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) using the pre-built wheels, install it from source instead:
142
+
143
+ ```shell
144
+ pip3 uninstall -y autoawq
145
+ git clone https://github.com/casper-hansen/AutoAWQ
146
+ cd AutoAWQ
147
+ pip3 install .
148
+ ```
149
+
150
+ ### You can then try the following example code
151
+
152
+ ```python
153
+ from awq import AutoAWQForCausalLM
154
+ from transformers import AutoTokenizer
155
+
156
+ model_name_or_path = "TheBloke/Xwin-LM-13B-V0.1-AWQ"
157
+
158
+ # Load model
159
+ model = AutoAWQForCausalLM.from_quantized(model_name_or_path, fuse_layers=True,
160
+ trust_remote_code=False, safetensors=True)
161
+ tokenizer = AutoTokenizer.from_pretrained(model_name_or_path, trust_remote_code=False)
162
+
163
+ prompt = "Tell me about AI"
164
+ prompt_template=f'''Below is an instruction that describes a task. Write a response that appropriately completes the request.
165
+
166
+ ### Instruction:
167
+ {prompt}
168
+
169
+ ### Response:
170
+
171
+ '''
172
+
173
+ print("\n\n*** Generate:")
174
+
175
+ tokens = tokenizer(
176
+ prompt_template,
177
+ return_tensors='pt'
178
+ ).input_ids.cuda()
179
+
180
+ # Generate output
181
+ generation_output = model.generate(
182
+ tokens,
183
+ do_sample=True,
184
+ temperature=0.7,
185
+ top_p=0.95,
186
+ top_k=40,
187
+ max_new_tokens=512
188
+ )
189
+
190
+ print("Output: ", tokenizer.decode(generation_output[0]))
191
+
192
+ # Inference can also be done using transformers' pipeline
193
+ from transformers import pipeline
194
+
195
+ print("*** Pipeline:")
196
+ pipe = pipeline(
197
+ "text-generation",
198
+ model=model,
199
+ tokenizer=tokenizer,
200
+ max_new_tokens=512,
201
+ do_sample=True,
202
+ temperature=0.7,
203
+ top_p=0.95,
204
+ top_k=40,
205
+ repetition_penalty=1.1
206
+ )
207
+
208
+ print(pipe(prompt_template)[0]['generated_text'])
209
+ ```
210
+ <!-- README_AWQ.md-use-from-python end -->
211
+
212
+ <!-- README_AWQ.md-compatibility start -->
213
+ ## Compatibility
214
+
215
+ The files provided are tested to work with [AutoAWQ](https://github.com/casper-hansen/AutoAWQ), and [vLLM](https://github.com/vllm-project/vllm).
216
+
217
+ [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).
218
+ <!-- README_AWQ.md-compatibility end -->
219
+
220
+ <!-- footer start -->
221
+ <!-- 200823 -->
222
+ ## Discord
223
+
224
+ For further support, and discussions on these models and AI in general, join us at:
225
+
226
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
227
+
228
+ ## Thanks, and how to contribute
229
+
230
+ Thanks to the [chirper.ai](https://chirper.ai) team!
231
+
232
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
233
+
234
+ 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.
235
+
236
+ 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.
237
+
238
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
239
+
240
+ * Patreon: https://patreon.com/TheBlokeAI
241
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
242
+
243
+ **Special thanks to**: Aemon Algiz.
244
+
245
+ **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
246
+
247
+
248
+ Thank you to all my generous patrons and donaters!
249
+
250
+ And thank you again to a16z for their generous grant.
251
+
252
+ <!-- footer end -->
253
+
254
+ # Original model card: Xwin-LM's Xwin-LM 13B V0.1
255
+
256
+
257
+ <h3 align="center">
258
+ Xwin-LM: Powerful, Stable, and Reproducible LLM Alignment
259
+ </h3>
260
+
261
+ <p align="center">
262
+ <a href="https://huggingface.co/Xwin-LM">
263
+ <img src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Models-blue">
264
+ </a>
265
+ </p>
266
+
267
+
268
+
269
+ **Step up your LLM alignment with Xwin-LM!**
270
+
271
+ Xwin-LM aims to develop and open-source alignment technologies for large language models, including supervised fine-tuning (SFT), reward models, reject sampling, reinforcement learning, etc. Our first release, built-upon on the Llama2 base models, ranked **TOP-1** on [AlpacaEval](https://tatsu-lab.github.io/alpaca_eval/). Notably, it's **the first to surpass GPT-4** on this benchmark. The project will be continuously updated.
272
+
273
+ ## News
274
+
275
+ - :boom: [Sep, 2023] We released [Xwin-LM-70B-V0.1](https://huggingface.co/Xwin-LM/Xwin-LM-70B-V0.1), which has achieved a win-rate against Davinci-003 of **95.57%** on [AlpacaEval](https://tatsu-lab.github.io/alpaca_eval/) benchmark, ranking as **TOP-1** on AlpacaEval. **It was the FIRST model surpassing GPT-4** on [AlpacaEval](https://tatsu-lab.github.io/alpaca_eval/). Also note its winrate v.s. GPT-4 is **60.61**.
276
+ - :boom: [Sep, 2023] We released [Xwin-LM-13B-V0.1](https://huggingface.co/Xwin-LM/Xwin-LM-13B-V0.1), which has achieved **91.76%** win-rate on [AlpacaEval](https://tatsu-lab.github.io/alpaca_eval/), ranking as **top-1** among all 13B models.
277
+ - :boom: [Sep, 2023] We released [Xwin-LM-7B-V0.1](https://huggingface.co/Xwin-LM/Xwin-LM-7B-V0.1), which has achieved **87.82%** win-rate on [AlpacaEval](https://tatsu-lab.github.io/alpaca_eval/), ranking as **top-1** among all 7B models.
278
+
279
+
280
+ ## Model Card
281
+ | Model | Checkpoint | Report | License |
282
+ |------------|------------|-------------|------------------|
283
+ |Xwin-LM-7B-V0.1| 🤗 <a href="https://huggingface.co/Xwin-LM/Xwin-LM-7B-V0.1" target="_blank">HF Link</a> | 📃**Coming soon (Stay tuned)** | <a href="https://ai.meta.com/resources/models-and-libraries/llama-downloads/" target="_blank">Llama 2 License|
284
+ |Xwin-LM-13B-V0.1| 🤗 <a href="https://huggingface.co/Xwin-LM/Xwin-LM-13B-V0.1" target="_blank">HF Link</a> | | <a href="https://ai.meta.com/resources/models-and-libraries/llama-downloads/" target="_blank">Llama 2 License|
285
+ |Xwin-LM-70B-V0.1| 🤗 <a href="https://huggingface.co/Xwin-LM/Xwin-LM-70B-V0.1" target="_blank">HF Link</a> | | <a href="https://ai.meta.com/resources/models-and-libraries/llama-downloads/" target="_blank">Llama 2 License|
286
+ ## Benchmarks
287
+
288
+ ### Xwin-LM performance on [AlpacaEval](https://tatsu-lab.github.io/alpaca_eval/).
289
+
290
+ The table below displays the performance of Xwin-LM on [AlpacaEval](https://tatsu-lab.github.io/alpaca_eval/), where evaluates its win-rate against Text-Davinci-003 across 805 questions. To provide a comprehensive evaluation, we present, for the first time, the win-rate against ChatGPT and GPT-4 as well. Our Xwin-LM model family establish a new state-of-the-art performance across all metrics. Notably, Xwin-LM-70B-V0.1 has eclipsed GPT-4 for the first time, achieving an impressive win-rate of **95.57%** to Text-Davinci-003 and **60.61%** to GPT-4.
291
+
292
+ | **Model** | **AlpacaEval (winrate %)** | **AlpacaEval (winrate %)** |**AlpacaEval (winrate %)** |
293
+ |----------------------------------|------------|----------|-------------|
294
+ | | **v.s. Text-Davinci-003** | **v.s. ChatGPT** | **v.s. GPT4**|
295
+ | **Xwin-LM-70B-V0.1** | **95.57** | **87.50** | **60.61** |
296
+ | GPT-4 | 95.28 | 84.66 | 50.00 |
297
+ | WizardLM-70B-V1.0 | 92.91 | 80.19 | 46.70 |
298
+ | Llama-2-70B-Chat | 92.66 | 81.97 | 51.19 |
299
+ | **Xwin-LM-13B-V0.1** | **91.76** | **81.79** | **55.30** |
300
+ | ChatGPT | 89.37 | 50.00 | 16.60 |
301
+ | WizardLM-13B-V1.2 | 89.17 | 75.75 | 41.91 |
302
+ | **Xwin-LM-7B-V0.1** | **87.35** | **76.40** | **47.57** |
303
+ | Llama-2-13B-Chat | 81.09 | 64.22 | 30.92 |
304
+
305
+ ##