TheBloke commited on
Commit
f4bc93e
1 Parent(s): b058961

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +388 -0
README.md ADDED
@@ -0,0 +1,388 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: https://huggingface.co/CalderaAI/13B-Ouroboros
3
+ datasets:
4
+ - Open-Orca/OpenOrca
5
+ - anon8231489123/ShareGPT_Vicuna_unfiltered
6
+ - jondurbin/airoboros-uncensored
7
+ inference: false
8
+ language:
9
+ - en
10
+ license: other
11
+ metrics:
12
+ - accuracy
13
+ model_creator: Caldera AI
14
+ model_name: 13B Ouroboros
15
+ model_type: llama
16
+ pipeline_tag: text-generation
17
+ prompt_template: 'Below is an instruction that describes a task. Write a response
18
+ that appropriately completes the request.
19
+
20
+
21
+ ### Instruction:
22
+
23
+ {prompt}
24
+
25
+
26
+ ### Response:
27
+
28
+ '
29
+ quantized_by: TheBloke
30
+ tags:
31
+ - llama
32
+ - alpaca
33
+ - vicuna
34
+ - uncensored
35
+ - merge
36
+ - mix
37
+ - airoboros
38
+ - openorca
39
+ - orcamini
40
+ - orca
41
+ - instruct
42
+ - mixtune
43
+ ---
44
+
45
+ <!-- header start -->
46
+ <!-- 200823 -->
47
+ <div style="width: auto; margin-left: auto; margin-right: auto">
48
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
49
+ </div>
50
+ <div style="display: flex; justify-content: space-between; width: 100%;">
51
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
52
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
53
+ </div>
54
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
55
+ <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>
56
+ </div>
57
+ </div>
58
+ <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>
59
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
60
+ <!-- header end -->
61
+
62
+ # 13B Ouroboros - GGUF
63
+ - Model creator: [Caldera AI](https://huggingface.co/CalderaAI)
64
+ - Original model: [13B Ouroboros](https://huggingface.co/CalderaAI/13B-Ouroboros)
65
+
66
+ <!-- description start -->
67
+ ## Description
68
+
69
+ This repo contains GGUF format model files for [CalderaAI's 13B Ouroboros](https://huggingface.co/CalderaAI/13B-Ouroboros).
70
+
71
+ <!-- description end -->
72
+ <!-- README_GGUF.md-about-gguf start -->
73
+ ### About GGUF
74
+
75
+ 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. GGUF offers numerous advantages over GGML, such as better tokenisation, and support for special tokens. It is also supports metadata, and is designed to be extensible.
76
+
77
+ Here is an incomplate list of clients and libraries that are known to support GGUF:
78
+
79
+ * [llama.cpp](https://github.com/ggerganov/llama.cpp). The source project for GGUF. Offers a CLI and a server option.
80
+ * [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.
81
+ * [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.
82
+ * [LM Studio](https://lmstudio.ai/), an easy-to-use and powerful local GUI for Windows and macOS (Silicon), with GPU acceleration.
83
+ * [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.
84
+ * [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.
85
+ * [ctransformers](https://github.com/marella/ctransformers), a Python library with GPU accel, LangChain support, and OpenAI-compatible AI server.
86
+ * [llama-cpp-python](https://github.com/abetlen/llama-cpp-python), a Python library with GPU accel, LangChain support, and OpenAI-compatible API server.
87
+ * [candle](https://github.com/huggingface/candle), a Rust ML framework with a focus on performance, including GPU support, and ease of use.
88
+
89
+ <!-- README_GGUF.md-about-gguf end -->
90
+ <!-- repositories-available start -->
91
+ ## Repositories available
92
+
93
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/13B-Ouroboros-AWQ)
94
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/13B-Ouroboros-GPTQ)
95
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/13B-Ouroboros-GGUF)
96
+ * [Caldera AI's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/CalderaAI/13B-Ouroboros)
97
+ <!-- repositories-available end -->
98
+
99
+ <!-- prompt-template start -->
100
+ ## Prompt template: Alpaca
101
+
102
+ ```
103
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
104
+
105
+ ### Instruction:
106
+ {prompt}
107
+
108
+ ### Response:
109
+
110
+ ```
111
+
112
+ <!-- prompt-template end -->
113
+
114
+
115
+ <!-- compatibility_gguf start -->
116
+ ## Compatibility
117
+
118
+ These quantised GGUFv2 files are compatible with llama.cpp from August 27th onwards, as of commit [d0cee0d36d5be95a0d9088b674dbb27354107221](https://github.com/ggerganov/llama.cpp/commit/d0cee0d36d5be95a0d9088b674dbb27354107221)
119
+
120
+ They are also compatible with many third party UIs and libraries - please see the list at the top of this README.
121
+
122
+ ## Explanation of quantisation methods
123
+ <details>
124
+ <summary>Click to see details</summary>
125
+
126
+ The new methods available are:
127
+ * 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)
128
+ * 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.
129
+ * 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.
130
+ * GGML_TYPE_Q5_K - "type-1" 5-bit quantization. Same super-block structure as GGML_TYPE_Q4_K resulting in 5.5 bpw
131
+ * 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
132
+
133
+ Refer to the Provided Files table below to see what files use which methods, and how.
134
+ </details>
135
+ <!-- compatibility_gguf end -->
136
+
137
+ <!-- README_GGUF.md-provided-files start -->
138
+ ## Provided files
139
+
140
+ | Name | Quant method | Bits | Size | Max RAM required | Use case |
141
+ | ---- | ---- | ---- | ---- | ---- | ----- |
142
+ | [13b-ouroboros.Q2_K.gguf](https://huggingface.co/TheBloke/13B-Ouroboros-GGUF/blob/main/13b-ouroboros.Q2_K.gguf) | Q2_K | 2 | 5.43 GB| 7.93 GB | smallest, significant quality loss - not recommended for most purposes |
143
+ | [13b-ouroboros.Q3_K_S.gguf](https://huggingface.co/TheBloke/13B-Ouroboros-GGUF/blob/main/13b-ouroboros.Q3_K_S.gguf) | Q3_K_S | 3 | 5.66 GB| 8.16 GB | very small, high quality loss |
144
+ | [13b-ouroboros.Q3_K_M.gguf](https://huggingface.co/TheBloke/13B-Ouroboros-GGUF/blob/main/13b-ouroboros.Q3_K_M.gguf) | Q3_K_M | 3 | 6.34 GB| 8.84 GB | very small, high quality loss |
145
+ | [13b-ouroboros.Q3_K_L.gguf](https://huggingface.co/TheBloke/13B-Ouroboros-GGUF/blob/main/13b-ouroboros.Q3_K_L.gguf) | Q3_K_L | 3 | 6.93 GB| 9.43 GB | small, substantial quality loss |
146
+ | [13b-ouroboros.Q4_0.gguf](https://huggingface.co/TheBloke/13B-Ouroboros-GGUF/blob/main/13b-ouroboros.Q4_0.gguf) | Q4_0 | 4 | 7.37 GB| 9.87 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
147
+ | [13b-ouroboros.Q4_K_S.gguf](https://huggingface.co/TheBloke/13B-Ouroboros-GGUF/blob/main/13b-ouroboros.Q4_K_S.gguf) | Q4_K_S | 4 | 7.41 GB| 9.91 GB | small, greater quality loss |
148
+ | [13b-ouroboros.Q4_K_M.gguf](https://huggingface.co/TheBloke/13B-Ouroboros-GGUF/blob/main/13b-ouroboros.Q4_K_M.gguf) | Q4_K_M | 4 | 7.87 GB| 10.37 GB | medium, balanced quality - recommended |
149
+ | [13b-ouroboros.Q5_0.gguf](https://huggingface.co/TheBloke/13B-Ouroboros-GGUF/blob/main/13b-ouroboros.Q5_0.gguf) | Q5_0 | 5 | 8.97 GB| 11.47 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
150
+ | [13b-ouroboros.Q5_K_S.gguf](https://huggingface.co/TheBloke/13B-Ouroboros-GGUF/blob/main/13b-ouroboros.Q5_K_S.gguf) | Q5_K_S | 5 | 8.97 GB| 11.47 GB | large, low quality loss - recommended |
151
+ | [13b-ouroboros.Q5_K_M.gguf](https://huggingface.co/TheBloke/13B-Ouroboros-GGUF/blob/main/13b-ouroboros.Q5_K_M.gguf) | Q5_K_M | 5 | 9.23 GB| 11.73 GB | large, very low quality loss - recommended |
152
+ | [13b-ouroboros.Q6_K.gguf](https://huggingface.co/TheBloke/13B-Ouroboros-GGUF/blob/main/13b-ouroboros.Q6_K.gguf) | Q6_K | 6 | 10.68 GB| 13.18 GB | very large, extremely low quality loss |
153
+ | [13b-ouroboros.Q8_0.gguf](https://huggingface.co/TheBloke/13B-Ouroboros-GGUF/blob/main/13b-ouroboros.Q8_0.gguf) | Q8_0 | 8 | 13.83 GB| 16.33 GB | very large, extremely low quality loss - not recommended |
154
+
155
+ **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.
156
+
157
+
158
+
159
+ <!-- README_GGUF.md-provided-files end -->
160
+
161
+ <!-- README_GGUF.md-how-to-download start -->
162
+ ## How to download GGUF files
163
+
164
+ **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.
165
+
166
+ The following clients/libraries will automatically download models for you, providing a list of available models to choose from:
167
+ - LM Studio
168
+ - LoLLMS Web UI
169
+ - Faraday.dev
170
+
171
+ ### In `text-generation-webui`
172
+
173
+ Under Download Model, you can enter the model repo: TheBloke/13B-Ouroboros-GGUF and below it, a specific filename to download, such as: 13b-ouroboros.q4_K_M.gguf.
174
+
175
+ Then click Download.
176
+
177
+ ### On the command line, including multiple files at once
178
+
179
+ I recommend using the `huggingface-hub` Python library:
180
+
181
+ ```shell
182
+ pip3 install huggingface-hub>=0.17.1
183
+ ```
184
+
185
+ Then you can download any individual model file to the current directory, at high speed, with a command like this:
186
+
187
+ ```shell
188
+ huggingface-cli download TheBloke/13B-Ouroboros-GGUF 13b-ouroboros.q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
189
+ ```
190
+
191
+ <details>
192
+ <summary>More advanced huggingface-cli download usage</summary>
193
+
194
+ You can also download multiple files at once with a pattern:
195
+
196
+ ```shell
197
+ huggingface-cli download TheBloke/13B-Ouroboros-GGUF --local-dir . --local-dir-use-symlinks False --include='*Q4_K*gguf'
198
+ ```
199
+
200
+ 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).
201
+
202
+ To accelerate downloads on fast connections (1Gbit/s or higher), install `hf_transfer`:
203
+
204
+ ```shell
205
+ pip3 install hf_transfer
206
+ ```
207
+
208
+ And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
209
+
210
+ ```shell
211
+ HUGGINGFACE_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download TheBloke/13B-Ouroboros-GGUF 13b-ouroboros.q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
212
+ ```
213
+
214
+ Windows CLI users: Use `set HUGGINGFACE_HUB_ENABLE_HF_TRANSFER=1` before running the download command.
215
+ </details>
216
+ <!-- README_GGUF.md-how-to-download end -->
217
+
218
+ <!-- README_GGUF.md-how-to-run start -->
219
+ ## Example `llama.cpp` command
220
+
221
+ Make sure you are using `llama.cpp` from commit [d0cee0d36d5be95a0d9088b674dbb27354107221](https://github.com/ggerganov/llama.cpp/commit/d0cee0d36d5be95a0d9088b674dbb27354107221) or later.
222
+
223
+ ```shell
224
+ ./main -ngl 32 -m 13b-ouroboros.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:"
225
+ ```
226
+
227
+ Change `-ngl 32` to the number of layers to offload to GPU. Remove it if you don't have GPU acceleration.
228
+
229
+ 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.
230
+
231
+ If you want to have a chat-style conversation, replace the `-p <PROMPT>` argument with `-i -ins`
232
+
233
+ 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)
234
+
235
+ ## How to run in `text-generation-webui`
236
+
237
+ Further instructions here: [text-generation-webui/docs/llama.cpp.md](https://github.com/oobabooga/text-generation-webui/blob/main/docs/llama.cpp.md).
238
+
239
+ ## How to run from Python code
240
+
241
+ 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.
242
+
243
+ ### How to load this model from Python using ctransformers
244
+
245
+ #### First install the package
246
+
247
+ ```bash
248
+ # Base ctransformers with no GPU acceleration
249
+ pip install ctransformers>=0.2.24
250
+ # Or with CUDA GPU acceleration
251
+ pip install ctransformers[cuda]>=0.2.24
252
+ # Or with ROCm GPU acceleration
253
+ CT_HIPBLAS=1 pip install ctransformers>=0.2.24 --no-binary ctransformers
254
+ # Or with Metal GPU acceleration for macOS systems
255
+ CT_METAL=1 pip install ctransformers>=0.2.24 --no-binary ctransformers
256
+ ```
257
+
258
+ #### Simple example code to load one of these GGUF models
259
+
260
+ ```python
261
+ from ctransformers import AutoModelForCausalLM
262
+
263
+ # Set gpu_layers to the number of layers to offload to GPU. Set to 0 if no GPU acceleration is available on your system.
264
+ llm = AutoModelForCausalLM.from_pretrained("TheBloke/13B-Ouroboros-GGUF", model_file="13b-ouroboros.q4_K_M.gguf", model_type="llama", gpu_layers=50)
265
+
266
+ print(llm("AI is going to"))
267
+ ```
268
+
269
+ ## How to use with LangChain
270
+
271
+ Here's guides on using llama-cpp-python or ctransformers with LangChain:
272
+
273
+ * [LangChain + llama-cpp-python](https://python.langchain.com/docs/integrations/llms/llamacpp)
274
+ * [LangChain + ctransformers](https://python.langchain.com/docs/integrations/providers/ctransformers)
275
+
276
+ <!-- README_GGUF.md-how-to-run end -->
277
+
278
+ <!-- footer start -->
279
+ <!-- 200823 -->
280
+ ## Discord
281
+
282
+ For further support, and discussions on these models and AI in general, join us at:
283
+
284
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
285
+
286
+ ## Thanks, and how to contribute
287
+
288
+ Thanks to the [chirper.ai](https://chirper.ai) team!
289
+
290
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
291
+
292
+ 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.
293
+
294
+ 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.
295
+
296
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
297
+
298
+ * Patreon: https://patreon.com/TheBlokeAI
299
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
300
+
301
+ **Special thanks to**: Aemon Algiz.
302
+
303
+ **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
304
+
305
+
306
+ Thank you to all my generous patrons and donaters!
307
+
308
+ And thank you again to a16z for their generous grant.
309
+
310
+ <!-- footer end -->
311
+
312
+ <!-- original-model-card start -->
313
+ # Original model card: CalderaAI's 13B Ouroboros
314
+
315
+
316
+ ## 13B-Ouroboros
317
+ Ouroboros is an experimental model based on Meta's LLaMA [v1] 13B base model using a custom merging technique, tweaking
318
+ each layer's merge % based on internal tests against the PTB dataset, scoring ~26.31 according to internal evaluation
319
+ (6 samples, sequence length 1024; this testing is not empirical, it's a quick way to find near-optimum values). Testing,
320
+ evaluating, and remixing this model is absolutely permissible and even encouraged (within the bounds of Meta's LLaMAv1
321
+ license agreement); the more feedback the better we can tune our process! 😊
322
+
323
+ ## Composition:
324
+ Ouroboros is comprised of 40 layers [LLaMAv1 13B standard] mixed at optimized
325
+ ratios VS the PTB dataset for lowest perplexity score. Listed below are the
326
+ paired models and ratios merged per layer.
327
+
328
+ Tier One Merge:
329
+
330
+ 13B-airoboros-gpt4-1.4 > 13B-orca_mini_v2
331
+
332
+ [0.22, 0.85, 0.89, 0.98, 0.3, 0.41, 0.71, 0.83, 0.32, 0.1, 0.44, 0.6, 0.53, 0.15, 0.86, 0.79, 0.93, 0.02, 0.19, 0.82, 0.01, 0.52, 0.07, 0.27, 0.73, 0.86, 0.08, 0.67, 0.42, 0.28, 0.37, 0.08, 0.95, 0.68, 0.45, 0.08, 0.7, 0.93, 0.96, 0.43]
333
+
334
+ 13B-gpt4-x-alpaca > 13B-Vicuna-cocktail
335
+
336
+ [0.65, 0.94, 0.98, 0.87, 0.28, 0.64, 0.73, 0.7, 0.95, 0.89, 0.84, 0.9, 0.59, 0.92, 0.28, 0.61, 0.88, 0.73, 0.34, 0.85, 0.98, 0.05, 0.74, 0.92, 0.5, 0.78, 0.26, 0.4, 0.27, 0.65, 0.71, 0.7, 0.8, 0.93, 0.36, 0.03, 0.45, 0.39, 0.77, 0.06]
337
+
338
+ Tier Two Merge:
339
+
340
+ [13B-airoboros-gpt4-1.4 + 13B-orca_mini_v2] offspring > [13B-gpt4-x-alpaca + 13B-Vicuna-cocktail] offspring
341
+
342
+ [0.2, 0.83, 0.24, 0.03, 0.37, 0.62, 0.02, 0.82, 0.65, 0.63, 0.45, 0.65, 0.48, 0.45, 0.24, 0.76, 0.06, 0.31, 0.45, 0.86, 0.23, 0.99, 0.93, 0.84, 0.96, 0.53, 0.95, 0.32, 0.19, 0.06, 0.4, 0.08, 0.62, 0.4, 0.26, 0.12, 0.16, 0.91, 0.14, 0.0]
343
+
344
+ Result:
345
+
346
+ 13B-Ouroboros, a model that seems uncensored and highly competent. So far only Alpaca instruction prompting has been tested and seems to work solidly well.
347
+
348
+ ## Use:
349
+
350
+ Alpaca's instruct format can be used to do many things, including control of the terms of behavior
351
+ between a user and a response from an agent in chat. Below is an example of a command injected into
352
+ memory.
353
+
354
+ ```
355
+ ### Instruction:
356
+ Make Narrator function as a text based adventure game that responds with verbose, detailed, and creative descriptions of what happens next after Player's response.
357
+ Make Player function as the player input for Narrator's text based adventure game, controlling a character named (insert character name here, their short bio, and
358
+ whatever quest or other information to keep consistent in the interaction).
359
+
360
+ ### Response:
361
+ {an empty new line here}
362
+ ```
363
+
364
+ ## Language Models Used Credits:
365
+
366
+ 13B-airoboros-gpt4-1.4 by jondurbin
367
+
368
+ https://huggingface.co/jondurbin/airoboros-13b-gpt4-1.4
369
+
370
+ 13B-orca_mini_v2 by psmathur
371
+
372
+ https://huggingface.co/psmathur/orca_mini_v2_13b
373
+
374
+ 13B-gpt4-x-alpaca by chavinlo
375
+
376
+ https://huggingface.co/chavinlo/gpt4-x-alpaca
377
+
378
+ 13B-Vicuna-cocktail by reeducator
379
+
380
+ https://huggingface.co/reeducator/vicuna-13b-cocktail
381
+
382
+ Also thanks to Meta for LLaMA.
383
+
384
+ Each model was hand picked and considered for what it could contribute to this ensemble.
385
+ Thanks to each and every one of you for your incredible work developing some of the best things
386
+ to come out of this community.
387
+
388
+ <!-- original-model-card end -->