TheBloke commited on
Commit
2d376fc
1 Parent(s): 2e7863e

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +439 -0
README.md ADDED
@@ -0,0 +1,439 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Xwin-LM/Xwin-LM-13B-V0.2
3
+ inference: false
4
+ license: llama2
5
+ model_creator: Xwin-LM
6
+ model_name: Xwin LM 13B v0.2
7
+ model_type: llama
8
+ prompt_template: 'A chat between a curious user and an artificial intelligence assistant.
9
+ The assistant gives helpful, detailed, and polite answers to the user''s questions.
10
+ USER: {prompt} ASSISTANT:
11
+
12
+ '
13
+ quantized_by: TheBloke
14
+ ---
15
+
16
+ <!-- header start -->
17
+ <!-- 200823 -->
18
+ <div style="width: auto; margin-left: auto; margin-right: auto">
19
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
20
+ </div>
21
+ <div style="display: flex; justify-content: space-between; width: 100%;">
22
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
23
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
24
+ </div>
25
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
26
+ <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>
27
+ </div>
28
+ </div>
29
+ <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>
30
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
31
+ <!-- header end -->
32
+
33
+ # Xwin LM 13B v0.2 - GGUF
34
+ - Model creator: [Xwin-LM](https://huggingface.co/Xwin-LM)
35
+ - Original model: [Xwin LM 13B v0.2](https://huggingface.co/Xwin-LM/Xwin-LM-13B-V0.2)
36
+
37
+ <!-- description start -->
38
+ ## Description
39
+
40
+ This repo contains GGUF format model files for [Xwin-LM's Xwin LM 13B v0.2](https://huggingface.co/Xwin-LM/Xwin-LM-13B-V0.2).
41
+
42
+ <!-- description end -->
43
+ <!-- README_GGUF.md-about-gguf start -->
44
+ ### About GGUF
45
+
46
+ GGUF is a new format introduced by the llama.cpp team on August 21st 2023. It is a replacement for GGML, which is no longer supported by llama.cpp.
47
+
48
+ Here is an incomplate list of clients and libraries that are known to support GGUF:
49
+
50
+ * [llama.cpp](https://github.com/ggerganov/llama.cpp). The source project for GGUF. Offers a CLI and a server option.
51
+ * [text-generation-webui](https://github.com/oobabooga/text-generation-webui), the most widely used web UI, with many features and powerful extensions. Supports GPU acceleration.
52
+ * [KoboldCpp](https://github.com/LostRuins/koboldcpp), a fully featured web UI, with GPU accel across all platforms and GPU architectures. Especially good for story telling.
53
+ * [LM Studio](https://lmstudio.ai/), an easy-to-use and powerful local GUI for Windows and macOS (Silicon), with GPU acceleration.
54
+ * [LoLLMS Web UI](https://github.com/ParisNeo/lollms-webui), a great web UI with many interesting and unique features, including a full model library for easy model selection.
55
+ * [Faraday.dev](https://faraday.dev/), an attractive and easy to use character-based chat GUI for Windows and macOS (both Silicon and Intel), with GPU acceleration.
56
+ * [ctransformers](https://github.com/marella/ctransformers), a Python library with GPU accel, LangChain support, and OpenAI-compatible AI server.
57
+ * [llama-cpp-python](https://github.com/abetlen/llama-cpp-python), a Python library with GPU accel, LangChain support, and OpenAI-compatible API server.
58
+ * [candle](https://github.com/huggingface/candle), a Rust ML framework with a focus on performance, including GPU support, and ease of use.
59
+
60
+ <!-- README_GGUF.md-about-gguf end -->
61
+ <!-- repositories-available start -->
62
+ ## Repositories available
63
+
64
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/Xwin-LM-13B-v0.2-AWQ)
65
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Xwin-LM-13B-v0.2-GPTQ)
66
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/Xwin-LM-13B-v0.2-GGUF)
67
+ * [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.2)
68
+ <!-- repositories-available end -->
69
+
70
+ <!-- prompt-template start -->
71
+ ## Prompt template: Vicuna
72
+
73
+ ```
74
+ A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions. USER: {prompt} ASSISTANT:
75
+
76
+ ```
77
+
78
+ <!-- prompt-template end -->
79
+
80
+
81
+ <!-- compatibility_gguf start -->
82
+ ## Compatibility
83
+
84
+ These quantised GGUFv2 files are compatible with llama.cpp from August 27th onwards, as of commit [d0cee0d](https://github.com/ggerganov/llama.cpp/commit/d0cee0d36d5be95a0d9088b674dbb27354107221)
85
+
86
+ They are also compatible with many third party UIs and libraries - please see the list at the top of this README.
87
+
88
+ ## Explanation of quantisation methods
89
+ <details>
90
+ <summary>Click to see details</summary>
91
+
92
+ The new methods available are:
93
+ * GGML_TYPE_Q2_K - "type-1" 2-bit quantization in super-blocks containing 16 blocks, each block having 16 weight. Block scales and mins are quantized with 4 bits. This ends up effectively using 2.5625 bits per weight (bpw)
94
+ * GGML_TYPE_Q3_K - "type-0" 3-bit quantization in super-blocks containing 16 blocks, each block having 16 weights. Scales are quantized with 6 bits. This end up using 3.4375 bpw.
95
+ * GGML_TYPE_Q4_K - "type-1" 4-bit quantization in super-blocks containing 8 blocks, each block having 32 weights. Scales and mins are quantized with 6 bits. This ends up using 4.5 bpw.
96
+ * GGML_TYPE_Q5_K - "type-1" 5-bit quantization. Same super-block structure as GGML_TYPE_Q4_K resulting in 5.5 bpw
97
+ * GGML_TYPE_Q6_K - "type-0" 6-bit quantization. Super-blocks with 16 blocks, each block having 16 weights. Scales are quantized with 8 bits. This ends up using 6.5625 bpw
98
+
99
+ Refer to the Provided Files table below to see what files use which methods, and how.
100
+ </details>
101
+ <!-- compatibility_gguf end -->
102
+
103
+ <!-- README_GGUF.md-provided-files start -->
104
+ ## Provided files
105
+
106
+ | Name | Quant method | Bits | Size | Max RAM required | Use case |
107
+ | ---- | ---- | ---- | ---- | ---- | ----- |
108
+ | [xwin-lm-13b-v0.2.Q2_K.gguf](https://huggingface.co/TheBloke/Xwin-LM-13B-v0.2-GGUF/blob/main/xwin-lm-13b-v0.2.Q2_K.gguf) | Q2_K | 2 | 5.43 GB| 7.93 GB | smallest, significant quality loss - not recommended for most purposes |
109
+ | [xwin-lm-13b-v0.2.Q3_K_S.gguf](https://huggingface.co/TheBloke/Xwin-LM-13B-v0.2-GGUF/blob/main/xwin-lm-13b-v0.2.Q3_K_S.gguf) | Q3_K_S | 3 | 5.66 GB| 8.16 GB | very small, high quality loss |
110
+ | [xwin-lm-13b-v0.2.Q3_K_M.gguf](https://huggingface.co/TheBloke/Xwin-LM-13B-v0.2-GGUF/blob/main/xwin-lm-13b-v0.2.Q3_K_M.gguf) | Q3_K_M | 3 | 6.34 GB| 8.84 GB | very small, high quality loss |
111
+ | [xwin-lm-13b-v0.2.Q3_K_L.gguf](https://huggingface.co/TheBloke/Xwin-LM-13B-v0.2-GGUF/blob/main/xwin-lm-13b-v0.2.Q3_K_L.gguf) | Q3_K_L | 3 | 6.93 GB| 9.43 GB | small, substantial quality loss |
112
+ | [xwin-lm-13b-v0.2.Q4_0.gguf](https://huggingface.co/TheBloke/Xwin-LM-13B-v0.2-GGUF/blob/main/xwin-lm-13b-v0.2.Q4_0.gguf) | Q4_0 | 4 | 7.37 GB| 9.87 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
113
+ | [xwin-lm-13b-v0.2.Q4_K_S.gguf](https://huggingface.co/TheBloke/Xwin-LM-13B-v0.2-GGUF/blob/main/xwin-lm-13b-v0.2.Q4_K_S.gguf) | Q4_K_S | 4 | 7.41 GB| 9.91 GB | small, greater quality loss |
114
+ | [xwin-lm-13b-v0.2.Q4_K_M.gguf](https://huggingface.co/TheBloke/Xwin-LM-13B-v0.2-GGUF/blob/main/xwin-lm-13b-v0.2.Q4_K_M.gguf) | Q4_K_M | 4 | 7.87 GB| 10.37 GB | medium, balanced quality - recommended |
115
+ | [xwin-lm-13b-v0.2.Q5_0.gguf](https://huggingface.co/TheBloke/Xwin-LM-13B-v0.2-GGUF/blob/main/xwin-lm-13b-v0.2.Q5_0.gguf) | Q5_0 | 5 | 8.97 GB| 11.47 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
116
+ | [xwin-lm-13b-v0.2.Q5_K_S.gguf](https://huggingface.co/TheBloke/Xwin-LM-13B-v0.2-GGUF/blob/main/xwin-lm-13b-v0.2.Q5_K_S.gguf) | Q5_K_S | 5 | 8.97 GB| 11.47 GB | large, low quality loss - recommended |
117
+ | [xwin-lm-13b-v0.2.Q5_K_M.gguf](https://huggingface.co/TheBloke/Xwin-LM-13B-v0.2-GGUF/blob/main/xwin-lm-13b-v0.2.Q5_K_M.gguf) | Q5_K_M | 5 | 9.23 GB| 11.73 GB | large, very low quality loss - recommended |
118
+ | [xwin-lm-13b-v0.2.Q6_K.gguf](https://huggingface.co/TheBloke/Xwin-LM-13B-v0.2-GGUF/blob/main/xwin-lm-13b-v0.2.Q6_K.gguf) | Q6_K | 6 | 10.68 GB| 13.18 GB | very large, extremely low quality loss |
119
+ | [xwin-lm-13b-v0.2.Q8_0.gguf](https://huggingface.co/TheBloke/Xwin-LM-13B-v0.2-GGUF/blob/main/xwin-lm-13b-v0.2.Q8_0.gguf) | Q8_0 | 8 | 13.83 GB| 16.33 GB | very large, extremely low quality loss - not recommended |
120
+
121
+ **Note**: the above RAM figures assume no GPU offloading. If layers are offloaded to the GPU, this will reduce RAM usage and use VRAM instead.
122
+
123
+
124
+
125
+ <!-- README_GGUF.md-provided-files end -->
126
+
127
+ <!-- README_GGUF.md-how-to-download start -->
128
+ ## How to download GGUF files
129
+
130
+ **Note for manual downloaders:** You almost never want to clone the entire repo! Multiple different quantisation formats are provided, and most users only want to pick and download a single file.
131
+
132
+ The following clients/libraries will automatically download models for you, providing a list of available models to choose from:
133
+ - LM Studio
134
+ - LoLLMS Web UI
135
+ - Faraday.dev
136
+
137
+ ### In `text-generation-webui`
138
+
139
+ Under Download Model, you can enter the model repo: TheBloke/Xwin-LM-13B-v0.2-GGUF and below it, a specific filename to download, such as: xwin-lm-13b-v0.2.Q4_K_M.gguf.
140
+
141
+ Then click Download.
142
+
143
+ ### On the command line, including multiple files at once
144
+
145
+ I recommend using the `huggingface-hub` Python library:
146
+
147
+ ```shell
148
+ pip3 install huggingface-hub
149
+ ```
150
+
151
+ Then you can download any individual model file to the current directory, at high speed, with a command like this:
152
+
153
+ ```shell
154
+ huggingface-cli download TheBloke/Xwin-LM-13B-v0.2-GGUF xwin-lm-13b-v0.2.Q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
155
+ ```
156
+
157
+ <details>
158
+ <summary>More advanced huggingface-cli download usage</summary>
159
+
160
+ You can also download multiple files at once with a pattern:
161
+
162
+ ```shell
163
+ huggingface-cli download TheBloke/Xwin-LM-13B-v0.2-GGUF --local-dir . --local-dir-use-symlinks False --include='*Q4_K*gguf'
164
+ ```
165
+
166
+ For more documentation on downloading with `huggingface-cli`, please see: [HF -> Hub Python Library -> Download files -> Download from the CLI](https://huggingface.co/docs/huggingface_hub/guides/download#download-from-the-cli).
167
+
168
+ To accelerate downloads on fast connections (1Gbit/s or higher), install `hf_transfer`:
169
+
170
+ ```shell
171
+ pip3 install hf_transfer
172
+ ```
173
+
174
+ And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
175
+
176
+ ```shell
177
+ HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download TheBloke/Xwin-LM-13B-v0.2-GGUF xwin-lm-13b-v0.2.Q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
178
+ ```
179
+
180
+ Windows Command Line users: You can set the environment variable by running `set HF_HUB_ENABLE_HF_TRANSFER=1` before the download command.
181
+ </details>
182
+ <!-- README_GGUF.md-how-to-download end -->
183
+
184
+ <!-- README_GGUF.md-how-to-run start -->
185
+ ## Example `llama.cpp` command
186
+
187
+ Make sure you are using `llama.cpp` from commit [d0cee0d](https://github.com/ggerganov/llama.cpp/commit/d0cee0d36d5be95a0d9088b674dbb27354107221) or later.
188
+
189
+ ```shell
190
+ ./main -ngl 32 -m xwin-lm-13b-v0.2.Q4_K_M.gguf --color -c 4096 --temp 0.7 --repeat_penalty 1.1 -n -1 -p "A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions. USER: {prompt} ASSISTANT:"
191
+ ```
192
+
193
+ Change `-ngl 32` to the number of layers to offload to GPU. Remove it if you don't have GPU acceleration.
194
+
195
+ Change `-c 4096` to the desired sequence length. For extended sequence models - eg 8K, 16K, 32K - the necessary RoPE scaling parameters are read from the GGUF file and set by llama.cpp automatically.
196
+
197
+ If you want to have a chat-style conversation, replace the `-p <PROMPT>` argument with `-i -ins`
198
+
199
+ For other parameters and how to use them, please refer to [the llama.cpp documentation](https://github.com/ggerganov/llama.cpp/blob/master/examples/main/README.md)
200
+
201
+ ## How to run in `text-generation-webui`
202
+
203
+ Further instructions here: [text-generation-webui/docs/llama.cpp.md](https://github.com/oobabooga/text-generation-webui/blob/main/docs/llama.cpp.md).
204
+
205
+ ## How to run from Python code
206
+
207
+ You can use GGUF models from Python using the [llama-cpp-python](https://github.com/abetlen/llama-cpp-python) or [ctransformers](https://github.com/marella/ctransformers) libraries.
208
+
209
+ ### How to load this model in Python code, using ctransformers
210
+
211
+ #### First install the package
212
+
213
+ Run one of the following commands, according to your system:
214
+
215
+ ```shell
216
+ # Base ctransformers with no GPU acceleration
217
+ pip install ctransformers
218
+ # Or with CUDA GPU acceleration
219
+ pip install ctransformers[cuda]
220
+ # Or with AMD ROCm GPU acceleration (Linux only)
221
+ CT_HIPBLAS=1 pip install ctransformers --no-binary ctransformers
222
+ # Or with Metal GPU acceleration for macOS systems only
223
+ CT_METAL=1 pip install ctransformers --no-binary ctransformers
224
+ ```
225
+
226
+ #### Simple ctransformers example code
227
+
228
+ ```python
229
+ from ctransformers import AutoModelForCausalLM
230
+
231
+ # Set gpu_layers to the number of layers to offload to GPU. Set to 0 if no GPU acceleration is available on your system.
232
+ llm = AutoModelForCausalLM.from_pretrained("TheBloke/Xwin-LM-13B-v0.2-GGUF", model_file="xwin-lm-13b-v0.2.Q4_K_M.gguf", model_type="llama", gpu_layers=50)
233
+
234
+ print(llm("AI is going to"))
235
+ ```
236
+
237
+ ## How to use with LangChain
238
+
239
+ Here are guides on using llama-cpp-python and ctransformers with LangChain:
240
+
241
+ * [LangChain + llama-cpp-python](https://python.langchain.com/docs/integrations/llms/llamacpp)
242
+ * [LangChain + ctransformers](https://python.langchain.com/docs/integrations/providers/ctransformers)
243
+
244
+ <!-- README_GGUF.md-how-to-run end -->
245
+
246
+ <!-- footer start -->
247
+ <!-- 200823 -->
248
+ ## Discord
249
+
250
+ For further support, and discussions on these models and AI in general, join us at:
251
+
252
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
253
+
254
+ ## Thanks, and how to contribute
255
+
256
+ Thanks to the [chirper.ai](https://chirper.ai) team!
257
+
258
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
259
+
260
+ 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.
261
+
262
+ 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.
263
+
264
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
265
+
266
+ * Patreon: https://patreon.com/TheBlokeAI
267
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
268
+
269
+ **Special thanks to**: Aemon Algiz.
270
+
271
+ **Patreon special mentions**: Pierre Kircher, Stanislav Ovsiannikov, Michael Levine, Eugene Pentland, Andrey, 준교 김, Randy H, Fred von Graf, Artur Olbinski, Caitlyn Gatomon, terasurfer, Jeff Scroggin, James Bentley, Vadim, Gabriel Puliatti, Harry Royden McLaughlin, Sean Connelly, Dan Guido, Edmond Seymore, Alicia Loh, subjectnull, AzureBlack, Manuel Alberto Morcote, Thomas Belote, Lone Striker, Chris Smitley, Vitor Caleffi, Johann-Peter Hartmann, Clay Pascal, biorpg, Brandon Frisco, sidney chen, transmissions 11, Pedro Madruga, jinyuan sun, Ajan Kanaga, Emad Mostaque, Trenton Dambrowitz, Jonathan Leane, Iucharbius, usrbinkat, vamX, George Stoitzev, Luke Pendergrass, theTransient, Olakabola, Swaroop Kallakuri, Cap'n Zoog, Brandon Phillips, Michael Dempsey, Nikolai Manek, danny, Matthew Berman, Gabriel Tamborski, alfie_i, Raymond Fosdick, Tom X Nguyen, Raven Klaugh, LangChain4j, Magnesian, Illia Dulskyi, David Ziegler, Mano Prime, Luis Javier Navarrete Lozano, Erik Bjäreholt, 阿明, Nathan Dryer, Alex, Rainer Wilmers, zynix, TL, Joseph William Delisle, John Villwock, Nathan LeClaire, Willem Michiel, Joguhyik, GodLy, OG, Alps Aficionado, Jeffrey Morgan, ReadyPlayerEmma, Tiffany J. Kim, Sebastain Graf, Spencer Kim, Michael Davis, webtim, Talal Aujan, knownsqashed, John Detwiler, Imad Khwaja, Deo Leter, Jerry Meng, Elijah Stavena, Rooh Singh, Pieter, SuperWojo, Alexandros Triantafyllidis, Stephen Murray, Ai Maven, ya boyyy, Enrico Ros, Ken Nordquist, Deep Realms, Nicholas, Spiking Neurons AB, Elle, Will Dee, Jack West, RoA, Luke @flexchar, Viktor Bowallius, Derek Yates, Subspace Studios, jjj, Toran Billups, Asp the Wyvern, Fen Risland, Ilya, NimbleBox.ai, Chadd, Nitin Borwankar, Emre, Mandus, Leonard Tan, Kalila, K, Trailburnt, S_X, Cory Kujawski
272
+
273
+
274
+ Thank you to all my generous patrons and donaters!
275
+
276
+ And thank you again to a16z for their generous grant.
277
+
278
+ <!-- footer end -->
279
+
280
+ <!-- original-model-card start -->
281
+ # Original model card: Xwin-LM's Xwin LM 13B v0.2
282
+
283
+
284
+ <h3 align="center">
285
+ Xwin-LM: Powerful, Stable, and Reproducible LLM Alignment
286
+ </h3>
287
+
288
+ <p align="center">
289
+ <a href="https://github.com/Xwin-LM/Xwin-LM"><img src="https://img.shields.io/badge/GitHub-yellow.svg?style=social&logo=github"></a><a href="https://huggingface.co/Xwin-LM"><img src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Models-blue"></a>
290
+ </p>
291
+
292
+
293
+
294
+
295
+ **Step up your LLM alignment with Xwin-LM!**
296
+
297
+ Xwin-LM aims to develop and open-source alignment technologies for large language models, including supervised fine-tuning (SFT), reward models (RM), reject sampling, reinforcement learning from human feedback (RLHF), 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.
298
+
299
+ ## News
300
+
301
+ - 💥 [Oct 12, 2023] [Xwin-LM-7B-V0.2](https://huggingface.co/Xwin-LM/Xwin-LM-7B-V0.2) and [Xwin-LM-13B-V0.2](https://huggingface.co/Xwin-LM/Xwin-LM-13B-V0.2) have been released, with improved comparison data and RL training (i.e., PPO). Their winrates v.s. GPT-4 have increased significantly, reaching **59.83%** (7B model) and **70.36%** (13B model) respectively. The 70B model will be released soon.
302
+ - 💥 [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**.
303
+ - 🔍 [Sep, 2023] RLHF plays crucial role in the strong performance of Xwin-LM-V0.1 release!
304
+ - 💥 [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.
305
+ - 💥 [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.
306
+
307
+
308
+ ## Model Card
309
+ | Model | Checkpoint | Report | License |
310
+ |------------|------------|-------------|------------------|
311
+ |Xwin-LM-7B-V0.2| 🤗 <a href="https://huggingface.co/Xwin-LM/Xwin-LM-7B-V0.2" 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|
312
+ |Xwin-LM-13B-V0.2| 🤗 <a href="https://huggingface.co/Xwin-LM/Xwin-LM-13B-V0.2" target="_blank">HF Link</a> | | <a href="https://ai.meta.com/resources/models-and-libraries/llama-downloads/" target="_blank">Llama 2 License|
313
+ |Xwin-LM-7B-V0.1| 🤗 <a href="https://huggingface.co/Xwin-LM/Xwin-LM-7B-V0.1" target="_blank">HF Link</a> | | <a href="https://ai.meta.com/resources/models-and-libraries/llama-downloads/" target="_blank">Llama 2 License|
314
+ |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|
315
+ |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|
316
+ ## Benchmarks
317
+
318
+ ### Xwin-LM performance on [AlpacaEval](https://tatsu-lab.github.io/alpaca_eval/).
319
+
320
+ 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.
321
+
322
+ | **Model** | **AlpacaEval (winrate %)** | **AlpacaEval (winrate %)** |**AlpacaEval (winrate %)** |
323
+ |----------------------------------|------------|----------|-------------|
324
+ | | **v.s. Text-Davinci-003** | **v.s. ChatGPT** | **v.s. GPT4**|
325
+ | **Xwin-LM-70B-V0.1** | **95.57** | **87.50** | **60.61** |
326
+ | GPT-4 | 95.28 | 84.66 | 50.00 |
327
+ | **Xwin-LM-13B-V0.2** | **93.22** | **87.14** | **70.36** |
328
+ | WizardLM-70B-V1.0 | 92.91 | 80.19 | 46.70 |
329
+ | Llama-2-70B-Chat | 92.66 | 81.97 | 51.19 |
330
+ | **Xwin-LM-13B-V0.1** | **91.76** | **81.79** | **55.30** |
331
+ | ChatGPT | 89.37 | 50.00 | 16.60 |
332
+ | **Xwin-LM-7B-V0.2** | **89.31** | **79.60** | **59.83** |
333
+ | WizardLM-13B-V1.2 | 89.17 | 75.75 | 41.91 |
334
+ | **Xwin-LM-7B-V0.1** | **87.35** | **76.40** | **47.57** |
335
+ | Llama-2-13B-Chat | 81.09 | 64.22 | 30.92 |
336
+
337
+
338
+ ### Case study on [AlpacaEval](https://tatsu-lab.github.io/alpaca_eval/)
339
+
340
+ | Prompts | GPT4 response | Xwin-LM response |
341
+ |----------------|------------|--------|
342
+ |I've put a plate on top of an apple, and take the plate from kitchen to dinning room. Where is the apple now|The apple is now in the dining room, as it was underneath the plate when you moved the plate from the kitchen to the dining room.|The apple is still in the kitchen, as you have only moved the plate. The apple is under the plate, so if you want to bring the apple to the dining room, you should either move the apple directly or put the apple on the plate and then move the plate to the dining room.|
343
+ | Answer the following question.<br> How do you say "good evening" in French. | In French, "good evening" is said as "bonsoir." | In French, "good evening" is translated to "bonsoir." This greeting is used in the evening and nighttime hours, typically after 6 p.m. It is a combination of "bon," which means "good," and "soir," which means "evening." To pronounce it, say "bone-swahr." |
344
+
345
+
346
+ ### Xwin-LM performance on NLP foundation tasks.
347
+
348
+ The following table provides a comparison of Xwin-LMs with other LLMs on NLP foundation tasks in [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).
349
+
350
+ | Model | MMLU 5-shot | ARC 25-shot | TruthfulQA 0-shot | HellaSwag 10-shot | Average |
351
+ |------------------|-------------|-------------|-------------------|-------------------|------------|
352
+ | Text-davinci-003 | 56.9 | **85.2** | 59.3 | 82.2 | 70.9 |
353
+ |Vicuna-13b 1.1 | 51.3 | 53.0 | 51.8 | 80.1 | 59.1 |
354
+ |Guanaco 30B | 57.6 | 63.7 | 50.7 | 85.1 | 64.3 |
355
+ | WizardLM-7B 1.0 | 42.7 | 51.6 | 44.7 | 77.7 | 54.2 |
356
+ | WizardLM-13B 1.0 | 52.3 | 57.2 | 50.5 | 81.0 | 60.2 |
357
+ | WizardLM-30B 1.0 | 58.8 | 62.5 | 52.4 | 83.3 | 64.2|
358
+ | Llama-2-7B-Chat | 48.3 | 52.9 | 45.6 | 78.6 | 56.4 |
359
+ | Llama-2-13B-Chat | 54.6 | 59.0 | 44.1 | 81.9 | 59.9 |
360
+ | Llama-2-70B-Chat | 63.9 | 64.6 | 52.8 | 85.9 | 66.8 |
361
+ | **Xwin-LM-7B-V0.1** | 49.7 | 56.2 | 48.1 | 79.5 | 58.4 |
362
+ | **Xwin-LM-13B-V0.1** | 56.6 | 62.4 | 45.5 | 83.0 | 61.9 |
363
+ | **Xwin-LM-70B-V0.1** | **69.6** | 70.5 | **60.1** | **87.1** | **71.8** |
364
+ | **Xwin-LM-7B-V0.2** | 50.0 | 56.4 | 49.5 | 78.9 | 58.7 |
365
+ | **Xwin-LM-13B-V0.2** | 56.6 | 61.5 | 43.8 | 82.9 | 61.2 |
366
+
367
+
368
+ ## Inference
369
+
370
+ ### Conversation Template
371
+ To obtain desired results, please strictly follow the conversation templates when utilizing our model for inference. Our model adopts the prompt format established by [Vicuna](https://github.com/lm-sys/FastChat) and is equipped to support **multi-turn** conversations.
372
+ ```
373
+ A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions. USER: Hi! ASSISTANT: Hello.</s>USER: Who are you? ASSISTANT: I am Xwin-LM.</s>......
374
+ ```
375
+
376
+ ### HuggingFace Example
377
+
378
+ ```python
379
+ from transformers import AutoTokenizer, AutoModelForCausalLM
380
+
381
+ model = AutoModelForCausalLM.from_pretrained("Xwin-LM/Xwin-LM-7B-V0.1")
382
+ tokenizer = AutoTokenizer.from_pretrained("Xwin-LM/Xwin-LM-7B-V0.1")
383
+ (
384
+ prompt := "A chat between a curious user and an artificial intelligence assistant. "
385
+ "The assistant gives helpful, detailed, and polite answers to the user's questions. "
386
+ "USER: Hello, can you help me? "
387
+ "ASSISTANT:"
388
+ )
389
+ inputs = tokenizer(prompt, return_tensors="pt")
390
+ samples = model.generate(**inputs, max_new_tokens=4096, temperature=0.7)
391
+ output = tokenizer.decode(samples[0][inputs["input_ids"].shape[1]:], skip_special_tokens=True)
392
+ print(output)
393
+ # Of course! I'm here to help. Please feel free to ask your question or describe the issue you're having, and I'll do my best to assist you.
394
+ ```
395
+
396
+
397
+ ### vLLM Example
398
+ Because Xwin-LM is based on Llama2, it also offers support for rapid inference using [vLLM](https://github.com/vllm-project/vllm). Please refer to [vLLM](https://github.com/vllm-project/vllm) for detailed installation instructions.
399
+ ```python
400
+ from vllm import LLM, SamplingParams
401
+ (
402
+ prompt := "A chat between a curious user and an artificial intelligence assistant. "
403
+ "The assistant gives helpful, detailed, and polite answers to the user's questions. "
404
+ "USER: Hello, can you help me? "
405
+ "ASSISTANT:"
406
+ )
407
+ sampling_params = SamplingParams(temperature=0.7, max_tokens=4096)
408
+ llm = LLM(model="Xwin-LM/Xwin-LM-7B-V0.1")
409
+ outputs = llm.generate([prompt,], sampling_params)
410
+
411
+ for output in outputs:
412
+ prompt = output.prompt
413
+ generated_text = output.outputs[0].text
414
+ print(generated_text)
415
+ ```
416
+
417
+ ## TODO
418
+
419
+ - [ ] Release the source code
420
+ - [ ] Release more capabilities, such as math, reasoning, and etc.
421
+
422
+ ## Citation
423
+ Please consider citing our work if you use the data or code in this repo.
424
+ ```
425
+ @software{xwin-lm,
426
+ title = {Xwin-LM},
427
+ author = {Xwin-LM Team},
428
+ url = {https://github.com/Xwin-LM/Xwin-LM},
429
+ version = {pre-release},
430
+ year = {2023},
431
+ month = {9},
432
+ }
433
+ ```
434
+
435
+ ## Acknowledgements
436
+
437
+ Thanks to [Llama 2](https://ai.meta.com/llama/), [FastChat](https://github.com/lm-sys/FastChat), [AlpacaFarm](https://github.com/tatsu-lab/alpaca_farm), and [vLLM](https://github.com/vllm-project/vllm).
438
+
439
+ <!-- original-model-card end -->