TheBloke commited on
Commit
770e8cf
1 Parent(s): b92217e

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +369 -0
README.md ADDED
@@ -0,0 +1,369 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: brucethemoose/Capybara-Tess-Yi-34B-200K-DARE-Ties
3
+ inference: false
4
+ language:
5
+ - en
6
+ library_name: transformers
7
+ license: other
8
+ license_link: https://huggingface.co/01-ai/Yi-34B/blob/main/LICENSE
9
+ license_name: yi-license
10
+ model_creator: brucethemoose
11
+ model_name: Capybara Tess Yi 34B 200K Dare Ties
12
+ model_type: yi
13
+ pipeline_tag: text-generation
14
+ prompt_template: 'SYSTEM: {system_message}
15
+
16
+ USER: {prompt}
17
+
18
+ ASSISTANT:
19
+
20
+ '
21
+ quantized_by: TheBloke
22
+ ---
23
+ <!-- markdownlint-disable MD041 -->
24
+
25
+ <!-- header start -->
26
+ <!-- 200823 -->
27
+ <div style="width: auto; margin-left: auto; margin-right: auto">
28
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
29
+ </div>
30
+ <div style="display: flex; justify-content: space-between; width: 100%;">
31
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
32
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
33
+ </div>
34
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
35
+ <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>
36
+ </div>
37
+ </div>
38
+ <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>
39
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
40
+ <!-- header end -->
41
+
42
+ # Capybara Tess Yi 34B 200K Dare Ties - GGUF
43
+ - Model creator: [brucethemoose](https://huggingface.co/brucethemoose)
44
+ - Original model: [Capybara Tess Yi 34B 200K Dare Ties](https://huggingface.co/brucethemoose/Capybara-Tess-Yi-34B-200K-DARE-Ties)
45
+
46
+ <!-- description start -->
47
+ ## Description
48
+
49
+ This repo contains GGUF format model files for [brucethemoose's Capybara Tess Yi 34B 200K Dare Ties](https://huggingface.co/brucethemoose/Capybara-Tess-Yi-34B-200K-DARE-Ties).
50
+
51
+ These files were quantised using hardware kindly provided by [Massed Compute](https://massedcompute.com/).
52
+
53
+ <!-- description end -->
54
+ <!-- README_GGUF.md-about-gguf start -->
55
+ ### About GGUF
56
+
57
+ 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.
58
+
59
+ Here is an incomplete list of clients and libraries that are known to support GGUF:
60
+
61
+ * [llama.cpp](https://github.com/ggerganov/llama.cpp). The source project for GGUF. Offers a CLI and a server option.
62
+ * [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.
63
+ * [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.
64
+ * [LM Studio](https://lmstudio.ai/), an easy-to-use and powerful local GUI for Windows and macOS (Silicon), with GPU acceleration.
65
+ * [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.
66
+ * [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.
67
+ * [ctransformers](https://github.com/marella/ctransformers), a Python library with GPU accel, LangChain support, and OpenAI-compatible AI server.
68
+ * [llama-cpp-python](https://github.com/abetlen/llama-cpp-python), a Python library with GPU accel, LangChain support, and OpenAI-compatible API server.
69
+ * [candle](https://github.com/huggingface/candle), a Rust ML framework with a focus on performance, including GPU support, and ease of use.
70
+
71
+ <!-- README_GGUF.md-about-gguf end -->
72
+ <!-- repositories-available start -->
73
+ ## Repositories available
74
+
75
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/Capybara-Tess-Yi-34B-200K-DARE-Ties-AWQ)
76
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Capybara-Tess-Yi-34B-200K-DARE-Ties-GPTQ)
77
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/Capybara-Tess-Yi-34B-200K-DARE-Ties-GGUF)
78
+ * [brucethemoose's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/brucethemoose/Capybara-Tess-Yi-34B-200K-DARE-Ties)
79
+ <!-- repositories-available end -->
80
+
81
+ <!-- prompt-template start -->
82
+ ## Prompt template: Orca-Vicuna
83
+
84
+ ```
85
+ SYSTEM: {system_message}
86
+ USER: {prompt}
87
+ ASSISTANT:
88
+
89
+ ```
90
+
91
+ <!-- prompt-template end -->
92
+
93
+
94
+ <!-- compatibility_gguf start -->
95
+ ## Compatibility
96
+
97
+ 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)
98
+
99
+ They are also compatible with many third party UIs and libraries - please see the list at the top of this README.
100
+
101
+ ## Explanation of quantisation methods
102
+
103
+ <details>
104
+ <summary>Click to see details</summary>
105
+
106
+ The new methods available are:
107
+
108
+ * 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)
109
+ * 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.
110
+ * 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.
111
+ * GGML_TYPE_Q5_K - "type-1" 5-bit quantization. Same super-block structure as GGML_TYPE_Q4_K resulting in 5.5 bpw
112
+ * 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
113
+
114
+ Refer to the Provided Files table below to see what files use which methods, and how.
115
+ </details>
116
+ <!-- compatibility_gguf end -->
117
+
118
+ <!-- README_GGUF.md-provided-files start -->
119
+ ## Provided files
120
+
121
+ | Name | Quant method | Bits | Size | Max RAM required | Use case |
122
+ | ---- | ---- | ---- | ---- | ---- | ----- |
123
+ | [capybara-tess-yi-34b-200k-dare-ties.Q2_K.gguf](https://huggingface.co/TheBloke/Capybara-Tess-Yi-34B-200K-DARE-Ties-GGUF/blob/main/capybara-tess-yi-34b-200k-dare-ties.Q2_K.gguf) | Q2_K | 2 | 14.56 GB| 17.06 GB | smallest, significant quality loss - not recommended for most purposes |
124
+ | [capybara-tess-yi-34b-200k-dare-ties.Q3_K_S.gguf](https://huggingface.co/TheBloke/Capybara-Tess-Yi-34B-200K-DARE-Ties-GGUF/blob/main/capybara-tess-yi-34b-200k-dare-ties.Q3_K_S.gguf) | Q3_K_S | 3 | 14.96 GB| 17.46 GB | very small, high quality loss |
125
+ | [capybara-tess-yi-34b-200k-dare-ties.Q3_K_M.gguf](https://huggingface.co/TheBloke/Capybara-Tess-Yi-34B-200K-DARE-Ties-GGUF/blob/main/capybara-tess-yi-34b-200k-dare-ties.Q3_K_M.gguf) | Q3_K_M | 3 | 16.64 GB| 19.14 GB | very small, high quality loss |
126
+ | [capybara-tess-yi-34b-200k-dare-ties.Q3_K_L.gguf](https://huggingface.co/TheBloke/Capybara-Tess-Yi-34B-200K-DARE-Ties-GGUF/blob/main/capybara-tess-yi-34b-200k-dare-ties.Q3_K_L.gguf) | Q3_K_L | 3 | 18.14 GB| 20.64 GB | small, substantial quality loss |
127
+ | [capybara-tess-yi-34b-200k-dare-ties.Q4_0.gguf](https://huggingface.co/TheBloke/Capybara-Tess-Yi-34B-200K-DARE-Ties-GGUF/blob/main/capybara-tess-yi-34b-200k-dare-ties.Q4_0.gguf) | Q4_0 | 4 | 19.47 GB| 21.97 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
128
+ | [capybara-tess-yi-34b-200k-dare-ties.Q4_K_S.gguf](https://huggingface.co/TheBloke/Capybara-Tess-Yi-34B-200K-DARE-Ties-GGUF/blob/main/capybara-tess-yi-34b-200k-dare-ties.Q4_K_S.gguf) | Q4_K_S | 4 | 19.54 GB| 22.04 GB | small, greater quality loss |
129
+ | [capybara-tess-yi-34b-200k-dare-ties.Q4_K_M.gguf](https://huggingface.co/TheBloke/Capybara-Tess-Yi-34B-200K-DARE-Ties-GGUF/blob/main/capybara-tess-yi-34b-200k-dare-ties.Q4_K_M.gguf) | Q4_K_M | 4 | 20.66 GB| 23.16 GB | medium, balanced quality - recommended |
130
+ | [capybara-tess-yi-34b-200k-dare-ties.Q5_0.gguf](https://huggingface.co/TheBloke/Capybara-Tess-Yi-34B-200K-DARE-Ties-GGUF/blob/main/capybara-tess-yi-34b-200k-dare-ties.Q5_0.gguf) | Q5_0 | 5 | 23.71 GB| 26.21 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
131
+ | [capybara-tess-yi-34b-200k-dare-ties.Q5_K_S.gguf](https://huggingface.co/TheBloke/Capybara-Tess-Yi-34B-200K-DARE-Ties-GGUF/blob/main/capybara-tess-yi-34b-200k-dare-ties.Q5_K_S.gguf) | Q5_K_S | 5 | 23.71 GB| 26.21 GB | large, low quality loss - recommended |
132
+ | [capybara-tess-yi-34b-200k-dare-ties.Q5_K_M.gguf](https://huggingface.co/TheBloke/Capybara-Tess-Yi-34B-200K-DARE-Ties-GGUF/blob/main/capybara-tess-yi-34b-200k-dare-ties.Q5_K_M.gguf) | Q5_K_M | 5 | 24.32 GB| 26.82 GB | large, very low quality loss - recommended |
133
+ | [capybara-tess-yi-34b-200k-dare-ties.Q6_K.gguf](https://huggingface.co/TheBloke/Capybara-Tess-Yi-34B-200K-DARE-Ties-GGUF/blob/main/capybara-tess-yi-34b-200k-dare-ties.Q6_K.gguf) | Q6_K | 6 | 28.21 GB| 30.71 GB | very large, extremely low quality loss |
134
+ | [capybara-tess-yi-34b-200k-dare-ties.Q8_0.gguf](https://huggingface.co/TheBloke/Capybara-Tess-Yi-34B-200K-DARE-Ties-GGUF/blob/main/capybara-tess-yi-34b-200k-dare-ties.Q8_0.gguf) | Q8_0 | 8 | 36.54 GB| 39.04 GB | very large, extremely low quality loss - not recommended |
135
+
136
+ **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.
137
+
138
+
139
+
140
+ <!-- README_GGUF.md-provided-files end -->
141
+
142
+ <!-- README_GGUF.md-how-to-download start -->
143
+ ## How to download GGUF files
144
+
145
+ **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.
146
+
147
+ The following clients/libraries will automatically download models for you, providing a list of available models to choose from:
148
+
149
+ * LM Studio
150
+ * LoLLMS Web UI
151
+ * Faraday.dev
152
+
153
+ ### In `text-generation-webui`
154
+
155
+ Under Download Model, you can enter the model repo: TheBloke/Capybara-Tess-Yi-34B-200K-DARE-Ties-GGUF and below it, a specific filename to download, such as: capybara-tess-yi-34b-200k-dare-ties.Q4_K_M.gguf.
156
+
157
+ Then click Download.
158
+
159
+ ### On the command line, including multiple files at once
160
+
161
+ I recommend using the `huggingface-hub` Python library:
162
+
163
+ ```shell
164
+ pip3 install huggingface-hub
165
+ ```
166
+
167
+ Then you can download any individual model file to the current directory, at high speed, with a command like this:
168
+
169
+ ```shell
170
+ huggingface-cli download TheBloke/Capybara-Tess-Yi-34B-200K-DARE-Ties-GGUF capybara-tess-yi-34b-200k-dare-ties.Q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
171
+ ```
172
+
173
+ <details>
174
+ <summary>More advanced huggingface-cli download usage</summary>
175
+
176
+ You can also download multiple files at once with a pattern:
177
+
178
+ ```shell
179
+ huggingface-cli download TheBloke/Capybara-Tess-Yi-34B-200K-DARE-Ties-GGUF --local-dir . --local-dir-use-symlinks False --include='*Q4_K*gguf'
180
+ ```
181
+
182
+ 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).
183
+
184
+ To accelerate downloads on fast connections (1Gbit/s or higher), install `hf_transfer`:
185
+
186
+ ```shell
187
+ pip3 install hf_transfer
188
+ ```
189
+
190
+ And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
191
+
192
+ ```shell
193
+ HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download TheBloke/Capybara-Tess-Yi-34B-200K-DARE-Ties-GGUF capybara-tess-yi-34b-200k-dare-ties.Q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
194
+ ```
195
+
196
+ Windows Command Line users: You can set the environment variable by running `set HF_HUB_ENABLE_HF_TRANSFER=1` before the download command.
197
+ </details>
198
+ <!-- README_GGUF.md-how-to-download end -->
199
+
200
+ <!-- README_GGUF.md-how-to-run start -->
201
+ ## Example `llama.cpp` command
202
+
203
+ Make sure you are using `llama.cpp` from commit [d0cee0d](https://github.com/ggerganov/llama.cpp/commit/d0cee0d36d5be95a0d9088b674dbb27354107221) or later.
204
+
205
+ ```shell
206
+ ./main -ngl 32 -m capybara-tess-yi-34b-200k-dare-ties.Q4_K_M.gguf --color -c 2048 --temp 0.7 --repeat_penalty 1.1 -n -1 -p "SYSTEM: {system_message}\nUSER: {prompt}\nASSISTANT:"
207
+ ```
208
+
209
+ Change `-ngl 32` to the number of layers to offload to GPU. Remove it if you don't have GPU acceleration.
210
+
211
+ Change `-c 2048` 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.
212
+
213
+ If you want to have a chat-style conversation, replace the `-p <PROMPT>` argument with `-i -ins`
214
+
215
+ 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)
216
+
217
+ ## How to run in `text-generation-webui`
218
+
219
+ Further instructions can be found in the text-generation-webui documentation, here: [text-generation-webui/docs/04 ‐ Model Tab.md](https://github.com/oobabooga/text-generation-webui/blob/main/docs/04%20%E2%80%90%20Model%20Tab.md#llamacpp).
220
+
221
+ ## How to run from Python code
222
+
223
+ 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.
224
+
225
+ ### How to load this model in Python code, using ctransformers
226
+
227
+ #### First install the package
228
+
229
+ Run one of the following commands, according to your system:
230
+
231
+ ```shell
232
+ # Base ctransformers with no GPU acceleration
233
+ pip install ctransformers
234
+ # Or with CUDA GPU acceleration
235
+ pip install ctransformers[cuda]
236
+ # Or with AMD ROCm GPU acceleration (Linux only)
237
+ CT_HIPBLAS=1 pip install ctransformers --no-binary ctransformers
238
+ # Or with Metal GPU acceleration for macOS systems only
239
+ CT_METAL=1 pip install ctransformers --no-binary ctransformers
240
+ ```
241
+
242
+ #### Simple ctransformers example code
243
+
244
+ ```python
245
+ from ctransformers import AutoModelForCausalLM
246
+
247
+ # Set gpu_layers to the number of layers to offload to GPU. Set to 0 if no GPU acceleration is available on your system.
248
+ llm = AutoModelForCausalLM.from_pretrained("TheBloke/Capybara-Tess-Yi-34B-200K-DARE-Ties-GGUF", model_file="capybara-tess-yi-34b-200k-dare-ties.Q4_K_M.gguf", model_type="yi", gpu_layers=50)
249
+
250
+ print(llm("AI is going to"))
251
+ ```
252
+
253
+ ## How to use with LangChain
254
+
255
+ Here are guides on using llama-cpp-python and ctransformers with LangChain:
256
+
257
+ * [LangChain + llama-cpp-python](https://python.langchain.com/docs/integrations/llms/llamacpp)
258
+ * [LangChain + ctransformers](https://python.langchain.com/docs/integrations/providers/ctransformers)
259
+
260
+ <!-- README_GGUF.md-how-to-run end -->
261
+
262
+ <!-- footer start -->
263
+ <!-- 200823 -->
264
+ ## Discord
265
+
266
+ For further support, and discussions on these models and AI in general, join us at:
267
+
268
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
269
+
270
+ ## Thanks, and how to contribute
271
+
272
+ Thanks to the [chirper.ai](https://chirper.ai) team!
273
+
274
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
275
+
276
+ 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.
277
+
278
+ 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.
279
+
280
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
281
+
282
+ * Patreon: https://patreon.com/TheBlokeAI
283
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
284
+
285
+ **Special thanks to**: Aemon Algiz.
286
+
287
+ **Patreon special mentions**: Brandon Frisco, LangChain4j, Spiking Neurons AB, transmissions 11, Joseph William Delisle, Nitin Borwankar, Willem Michiel, Michael Dempsey, vamX, Jeffrey Morgan, zynix, jjj, Omer Bin Jawed, Sean Connelly, jinyuan sun, Jeromy Smith, Shadi, Pawan Osman, Chadd, Elijah Stavena, Illia Dulskyi, Sebastain Graf, Stephen Murray, terasurfer, Edmond Seymore, Celu Ramasamy, Mandus, Alex, biorpg, Ajan Kanaga, Clay Pascal, Raven Klaugh, 阿明, K, ya boyyy, usrbinkat, Alicia Loh, John Villwock, ReadyPlayerEmma, Chris Smitley, Cap'n Zoog, fincy, GodLy, S_X, sidney chen, Cory Kujawski, OG, Mano Prime, AzureBlack, Pieter, Kalila, Spencer Kim, Tom X Nguyen, Stanislav Ovsiannikov, Michael Levine, Andrey, Trailburnt, Vadim, Enrico Ros, Talal Aujan, Brandon Phillips, Jack West, Eugene Pentland, Michael Davis, Will Dee, webtim, Jonathan Leane, Alps Aficionado, Rooh Singh, Tiffany J. Kim, theTransient, Luke @flexchar, Elle, Caitlyn Gatomon, Ari Malik, subjectnull, Johann-Peter Hartmann, Trenton Dambrowitz, Imad Khwaja, Asp the Wyvern, Emad Mostaque, Rainer Wilmers, Alexandros Triantafyllidis, Nicholas, Pedro Madruga, SuperWojo, Harry Royden McLaughlin, James Bentley, Olakabola, David Ziegler, Ai Maven, Jeff Scroggin, Nikolai Manek, Deo Leter, Matthew Berman, Fen Risland, Ken Nordquist, Manuel Alberto Morcote, Luke Pendergrass, TL, Fred von Graf, Randy H, Dan Guido, NimbleBox.ai, Vitor Caleffi, Gabriel Tamborski, knownsqashed, Lone Striker, Erik Bjäreholt, John Detwiler, Leonard Tan, Iucharbius
288
+
289
+
290
+ Thank you to all my generous patrons and donaters!
291
+
292
+ And thank you again to a16z for their generous grant.
293
+
294
+ <!-- footer end -->
295
+
296
+ <!-- original-model-card start -->
297
+ # Original model card: brucethemoose's Capybara Tess Yi 34B 200K Dare Ties
298
+
299
+
300
+ **NousResearch/Nous-Capybara-34B**, **migtissera/Tess-M-v1.2** and **migtissera/Tess-M-v1.3** merged with a new, experimental implementation of "dare ties" via mergekit. See:
301
+
302
+ > Language Models are Super Mario: Absorbing Abilities from Homologous Models as a Free Lunch
303
+
304
+ https://github.com/yule-BUAA/MergeLM
305
+
306
+ https://github.com/cg123/mergekit/tree/dare-tokenizer
307
+
308
+ Highly experimental and still being tested! But this should yield a better merge than a typical linear/slerp merge or even a ties merge.
309
+ ***
310
+
311
+ Merged with the following config, and the tokenizer from Yi Llamafied:
312
+ ```
313
+ models:
314
+ - model: /home/alpha/Storage/Models/Raw/larryvrh_Yi-34B-200K-Llamafied
315
+ # no parameters necessary for base model
316
+ - model: /home/alpha/Storage/Models/Raw/migtissera_Tess-M-v1.3
317
+ parameters:
318
+ weight: 0.50
319
+ density: 0.56
320
+ - model: /home/alpha/Storage/Models/Raw/migtissera_Tess-M-v1.2
321
+ parameters:
322
+ weight: 0.20
323
+ density: 0.50
324
+ - model: /home/alpha/Storage/Models/Raw/Nous-Capybara-34B
325
+ parameters:
326
+ weight: 0.50
327
+ density: 0.56
328
+ merge_method: dare_ties
329
+ base_model: /home/alpha/Storage/Models/Raw/larryvrh_Yi-34B-200K-Llamafied
330
+ parameters:
331
+ int8_mask: true
332
+ dtype: bfloat16
333
+ ```
334
+
335
+ Tess 1.2 (at a low weight) and 1.3 were used because, according to the trainer, they were trained on different datasets: https://migel.substack.com/p/learnings-from-training-tess
336
+
337
+ I chose not to include other finetunes, such as Dolphin, because they aren't trained on the 200K base. If any other 200K finetunes pop up, let me know.
338
+
339
+ ***
340
+
341
+ ## Prompt template: Orca-Vicuna
342
+
343
+ ```
344
+ SYSTEM: {system_message}
345
+ USER: {prompt}
346
+ ASSISTANT:
347
+
348
+ ```
349
+ Being a Yi model, try disabling the BOS token and/or running a lower temperature with MinP if output doesn't seem right.
350
+
351
+ Sometimes the model "spells out" the stop token as `</s>` like Capybara, so you may need to add `</s>` as an additional stopping condition.
352
+
353
+ ***
354
+
355
+ Credits:
356
+
357
+ https://github.com/cg123/mergekit/tree/dare-tokenizer
358
+
359
+ https://huggingface.co/NousResearch/Nous-Capybara-34B/
360
+
361
+ https://huggingface.co/migtissera/Tess-M-v1.2
362
+
363
+ https://huggingface.co/migtissera/Tess-M-v1.3
364
+
365
+ https://huggingface.co/larryvrh/Yi-34B-200K-Llamafied
366
+
367
+ https://huggingface.co/01-ai/Yi-34B-200K
368
+
369
+ <!-- original-model-card end -->