TheBloke commited on
Commit
703ba32
1 Parent(s): 15f4d4c

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +331 -0
README.md ADDED
@@ -0,0 +1,331 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: https://huggingface.co/Undi95/MXLewdMini-L2-13B
3
+ inference: false
4
+ license: cc-by-nc-4.0
5
+ model_creator: Undi
6
+ model_name: Mxlewdmini L2 13B
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
+ # Mxlewdmini L2 13B - GGUF
41
+ - Model creator: [Undi](https://huggingface.co/Undi95)
42
+ - Original model: [Mxlewdmini L2 13B](https://huggingface.co/Undi95/MXLewdMini-L2-13B)
43
+
44
+ <!-- description start -->
45
+ ## Description
46
+
47
+ This repo contains GGUF format model files for [Undi's Mxlewdmini L2 13B](https://huggingface.co/Undi95/MXLewdMini-L2-13B).
48
+
49
+ <!-- description end -->
50
+ <!-- README_GGUF.md-about-gguf start -->
51
+ ### About GGUF
52
+
53
+ 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.
54
+
55
+ Here is an incomplate list of clients and libraries that are known to support GGUF:
56
+
57
+ * [llama.cpp](https://github.com/ggerganov/llama.cpp). The source project for GGUF. Offers a CLI and a server option.
58
+ * [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.
59
+ * [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.
60
+ * [LM Studio](https://lmstudio.ai/), an easy-to-use and powerful local GUI for Windows and macOS (Silicon), with GPU acceleration.
61
+ * [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.
62
+ * [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.
63
+ * [ctransformers](https://github.com/marella/ctransformers), a Python library with GPU accel, LangChain support, and OpenAI-compatible AI server.
64
+ * [llama-cpp-python](https://github.com/abetlen/llama-cpp-python), a Python library with GPU accel, LangChain support, and OpenAI-compatible API server.
65
+ * [candle](https://github.com/huggingface/candle), a Rust ML framework with a focus on performance, including GPU support, and ease of use.
66
+
67
+ <!-- README_GGUF.md-about-gguf end -->
68
+ <!-- repositories-available start -->
69
+ ## Repositories available
70
+
71
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/MXLewdMini-L2-13B-AWQ)
72
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/MXLewdMini-L2-13B-GPTQ)
73
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/MXLewdMini-L2-13B-GGUF)
74
+ * [Undi's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/Undi95/MXLewdMini-L2-13B)
75
+ <!-- repositories-available end -->
76
+
77
+ <!-- prompt-template start -->
78
+ ## Prompt template: Alpaca
79
+
80
+ ```
81
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
82
+
83
+ ### Instruction:
84
+ {prompt}
85
+
86
+ ### Response:
87
+
88
+ ```
89
+
90
+ <!-- prompt-template end -->
91
+ <!-- licensing start -->
92
+ ## Licensing
93
+
94
+ 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.
95
+
96
+ 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.
97
+
98
+ In the meantime, any questions regarding licensing, and in particular how these two licenses might interact, should be directed to the original model repository: [Undi's Mxlewdmini L2 13B](https://huggingface.co/Undi95/MXLewdMini-L2-13B).
99
+ <!-- licensing end -->
100
+ <!-- compatibility_gguf start -->
101
+ ## Compatibility
102
+
103
+ 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)
104
+
105
+ They are also compatible with many third party UIs and libraries - please see the list at the top of this README.
106
+
107
+ ## Explanation of quantisation methods
108
+ <details>
109
+ <summary>Click to see details</summary>
110
+
111
+ The new methods available are:
112
+ * 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)
113
+ * 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.
114
+ * 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.
115
+ * GGML_TYPE_Q5_K - "type-1" 5-bit quantization. Same super-block structure as GGML_TYPE_Q4_K resulting in 5.5 bpw
116
+ * 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
117
+
118
+ Refer to the Provided Files table below to see what files use which methods, and how.
119
+ </details>
120
+ <!-- compatibility_gguf end -->
121
+
122
+ <!-- README_GGUF.md-provided-files start -->
123
+ ## Provided files
124
+
125
+ | Name | Quant method | Bits | Size | Max RAM required | Use case |
126
+ | ---- | ---- | ---- | ---- | ---- | ----- |
127
+ | [mxlewdmini-l2-13b.Q2_K.gguf](https://huggingface.co/TheBloke/MXLewdMini-L2-13B-GGUF/blob/main/mxlewdmini-l2-13b.Q2_K.gguf) | Q2_K | 2 | 5.43 GB| 7.93 GB | smallest, significant quality loss - not recommended for most purposes |
128
+ | [mxlewdmini-l2-13b.Q3_K_S.gguf](https://huggingface.co/TheBloke/MXLewdMini-L2-13B-GGUF/blob/main/mxlewdmini-l2-13b.Q3_K_S.gguf) | Q3_K_S | 3 | 5.66 GB| 8.16 GB | very small, high quality loss |
129
+ | [mxlewdmini-l2-13b.Q3_K_M.gguf](https://huggingface.co/TheBloke/MXLewdMini-L2-13B-GGUF/blob/main/mxlewdmini-l2-13b.Q3_K_M.gguf) | Q3_K_M | 3 | 6.34 GB| 8.84 GB | very small, high quality loss |
130
+ | [mxlewdmini-l2-13b.Q3_K_L.gguf](https://huggingface.co/TheBloke/MXLewdMini-L2-13B-GGUF/blob/main/mxlewdmini-l2-13b.Q3_K_L.gguf) | Q3_K_L | 3 | 6.93 GB| 9.43 GB | small, substantial quality loss |
131
+ | [mxlewdmini-l2-13b.Q4_0.gguf](https://huggingface.co/TheBloke/MXLewdMini-L2-13B-GGUF/blob/main/mxlewdmini-l2-13b.Q4_0.gguf) | Q4_0 | 4 | 7.37 GB| 9.87 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
132
+ | [mxlewdmini-l2-13b.Q4_K_S.gguf](https://huggingface.co/TheBloke/MXLewdMini-L2-13B-GGUF/blob/main/mxlewdmini-l2-13b.Q4_K_S.gguf) | Q4_K_S | 4 | 7.41 GB| 9.91 GB | small, greater quality loss |
133
+ | [mxlewdmini-l2-13b.Q4_K_M.gguf](https://huggingface.co/TheBloke/MXLewdMini-L2-13B-GGUF/blob/main/mxlewdmini-l2-13b.Q4_K_M.gguf) | Q4_K_M | 4 | 7.87 GB| 10.37 GB | medium, balanced quality - recommended |
134
+ | [mxlewdmini-l2-13b.Q5_0.gguf](https://huggingface.co/TheBloke/MXLewdMini-L2-13B-GGUF/blob/main/mxlewdmini-l2-13b.Q5_0.gguf) | Q5_0 | 5 | 8.97 GB| 11.47 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
135
+ | [mxlewdmini-l2-13b.Q5_K_S.gguf](https://huggingface.co/TheBloke/MXLewdMini-L2-13B-GGUF/blob/main/mxlewdmini-l2-13b.Q5_K_S.gguf) | Q5_K_S | 5 | 8.97 GB| 11.47 GB | large, low quality loss - recommended |
136
+ | [mxlewdmini-l2-13b.Q5_K_M.gguf](https://huggingface.co/TheBloke/MXLewdMini-L2-13B-GGUF/blob/main/mxlewdmini-l2-13b.Q5_K_M.gguf) | Q5_K_M | 5 | 9.23 GB| 11.73 GB | large, very low quality loss - recommended |
137
+ | [mxlewdmini-l2-13b.Q6_K.gguf](https://huggingface.co/TheBloke/MXLewdMini-L2-13B-GGUF/blob/main/mxlewdmini-l2-13b.Q6_K.gguf) | Q6_K | 6 | 10.68 GB| 13.18 GB | very large, extremely low quality loss |
138
+ | [mxlewdmini-l2-13b.Q8_0.gguf](https://huggingface.co/TheBloke/MXLewdMini-L2-13B-GGUF/blob/main/mxlewdmini-l2-13b.Q8_0.gguf) | Q8_0 | 8 | 13.83 GB| 16.33 GB | very large, extremely low quality loss - not recommended |
139
+
140
+ **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.
141
+
142
+
143
+
144
+ <!-- README_GGUF.md-provided-files end -->
145
+
146
+ <!-- README_GGUF.md-how-to-download start -->
147
+ ## How to download GGUF files
148
+
149
+ **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.
150
+
151
+ The following clients/libraries will automatically download models for you, providing a list of available models to choose from:
152
+ - LM Studio
153
+ - LoLLMS Web UI
154
+ - Faraday.dev
155
+
156
+ ### In `text-generation-webui`
157
+
158
+ Under Download Model, you can enter the model repo: TheBloke/MXLewdMini-L2-13B-GGUF and below it, a specific filename to download, such as: mxlewdmini-l2-13b.Q4_K_M.gguf.
159
+
160
+ Then click Download.
161
+
162
+ ### On the command line, including multiple files at once
163
+
164
+ I recommend using the `huggingface-hub` Python library:
165
+
166
+ ```shell
167
+ pip3 install huggingface-hub
168
+ ```
169
+
170
+ Then you can download any individual model file to the current directory, at high speed, with a command like this:
171
+
172
+ ```shell
173
+ huggingface-cli download TheBloke/MXLewdMini-L2-13B-GGUF mxlewdmini-l2-13b.Q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
174
+ ```
175
+
176
+ <details>
177
+ <summary>More advanced huggingface-cli download usage</summary>
178
+
179
+ You can also download multiple files at once with a pattern:
180
+
181
+ ```shell
182
+ huggingface-cli download TheBloke/MXLewdMini-L2-13B-GGUF --local-dir . --local-dir-use-symlinks False --include='*Q4_K*gguf'
183
+ ```
184
+
185
+ 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).
186
+
187
+ To accelerate downloads on fast connections (1Gbit/s or higher), install `hf_transfer`:
188
+
189
+ ```shell
190
+ pip3 install hf_transfer
191
+ ```
192
+
193
+ And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
194
+
195
+ ```shell
196
+ HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download TheBloke/MXLewdMini-L2-13B-GGUF mxlewdmini-l2-13b.Q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
197
+ ```
198
+
199
+ Windows Command Line users: You can set the environment variable by running `set HF_HUB_ENABLE_HF_TRANSFER=1` before the download command.
200
+ </details>
201
+ <!-- README_GGUF.md-how-to-download end -->
202
+
203
+ <!-- README_GGUF.md-how-to-run start -->
204
+ ## Example `llama.cpp` command
205
+
206
+ Make sure you are using `llama.cpp` from commit [d0cee0d](https://github.com/ggerganov/llama.cpp/commit/d0cee0d36d5be95a0d9088b674dbb27354107221) or later.
207
+
208
+ ```shell
209
+ ./main -ngl 32 -m mxlewdmini-l2-13b.Q4_K_M.gguf --color -c 4096 --temp 0.7 --repeat_penalty 1.1 -n -1 -p "Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\n{prompt}\n\n### Response:"
210
+ ```
211
+
212
+ Change `-ngl 32` to the number of layers to offload to GPU. Remove it if you don't have GPU acceleration.
213
+
214
+ 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.
215
+
216
+ If you want to have a chat-style conversation, replace the `-p <PROMPT>` argument with `-i -ins`
217
+
218
+ 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)
219
+
220
+ ## How to run in `text-generation-webui`
221
+
222
+ Further instructions here: [text-generation-webui/docs/llama.cpp.md](https://github.com/oobabooga/text-generation-webui/blob/main/docs/llama.cpp.md).
223
+
224
+ ## How to run from Python code
225
+
226
+ 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.
227
+
228
+ ### How to load this model in Python code, using ctransformers
229
+
230
+ #### First install the package
231
+
232
+ Run one of the following commands, according to your system:
233
+
234
+ ```shell
235
+ # Base ctransformers with no GPU acceleration
236
+ pip install ctransformers
237
+ # Or with CUDA GPU acceleration
238
+ pip install ctransformers[cuda]
239
+ # Or with AMD ROCm GPU acceleration (Linux only)
240
+ CT_HIPBLAS=1 pip install ctransformers --no-binary ctransformers
241
+ # Or with Metal GPU acceleration for macOS systems only
242
+ CT_METAL=1 pip install ctransformers --no-binary ctransformers
243
+ ```
244
+
245
+ #### Simple ctransformers example code
246
+
247
+ ```python
248
+ from ctransformers import AutoModelForCausalLM
249
+
250
+ # Set gpu_layers to the number of layers to offload to GPU. Set to 0 if no GPU acceleration is available on your system.
251
+ llm = AutoModelForCausalLM.from_pretrained("TheBloke/MXLewdMini-L2-13B-GGUF", model_file="mxlewdmini-l2-13b.Q4_K_M.gguf", model_type="llama", gpu_layers=50)
252
+
253
+ print(llm("AI is going to"))
254
+ ```
255
+
256
+ ## How to use with LangChain
257
+
258
+ Here are guides on using llama-cpp-python and ctransformers with LangChain:
259
+
260
+ * [LangChain + llama-cpp-python](https://python.langchain.com/docs/integrations/llms/llamacpp)
261
+ * [LangChain + ctransformers](https://python.langchain.com/docs/integrations/providers/ctransformers)
262
+
263
+ <!-- README_GGUF.md-how-to-run end -->
264
+
265
+ <!-- footer start -->
266
+ <!-- 200823 -->
267
+ ## Discord
268
+
269
+ For further support, and discussions on these models and AI in general, join us at:
270
+
271
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
272
+
273
+ ## Thanks, and how to contribute
274
+
275
+ Thanks to the [chirper.ai](https://chirper.ai) team!
276
+
277
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
278
+
279
+ 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.
280
+
281
+ 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.
282
+
283
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
284
+
285
+ * Patreon: https://patreon.com/TheBlokeAI
286
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
287
+
288
+ **Special thanks to**: Aemon Algiz.
289
+
290
+ **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
291
+
292
+
293
+ Thank you to all my generous patrons and donaters!
294
+
295
+ And thank you again to a16z for their generous grant.
296
+
297
+ <!-- footer end -->
298
+
299
+ <!-- original-model-card start -->
300
+ # Original model card: Undi's Mxlewdmini L2 13B
301
+
302
+
303
+ Merge:
304
+ ```shell
305
+ [Xwin (0.66) + ReMM (0.33)] x [Xwin (0.33) + MLewd (0.66)]
306
+ ```
307
+
308
+ The goal was to recreate https://huggingface.co/Undi95/MXLewd-L2-20B in 13B without using merge interlacing (will probably be a little less good).
309
+ <!-- description start -->
310
+ ## Models used
311
+
312
+ - Undi95/MLewd-L2-13B-v2-3
313
+ - Undi95/ReMM-v2.1-L2-13B
314
+ - Xwin-LM/Xwin-LM-13B-V0.1
315
+ <!-- description end -->
316
+
317
+ One part is ReMM (0.33) and Xwin (0.66)
318
+
319
+ One part is Xwin (0.33) and MLewd (0.66)
320
+ ## Prompt template: Alpaca
321
+
322
+ ```
323
+ Below is an instruction that describes a task. Write a response that completes the request.
324
+
325
+ ### Instruction:
326
+ {prompt}
327
+
328
+ ### Response:
329
+ ```
330
+
331
+ <!-- original-model-card end -->