TheBloke commited on
Commit
95baed7
1 Parent(s): 8d8c49e

Initial GGML model commit

Browse files
Files changed (1) hide show
  1. README.md +342 -0
README.md ADDED
@@ -0,0 +1,342 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ inference: false
3
+ license: other
4
+ ---
5
+
6
+ <!-- header start -->
7
+ <div style="width: 100%;">
8
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
9
+ </div>
10
+ <div style="display: flex; justify-content: space-between; width: 100%;">
11
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
12
+ <p><a href="https://discord.gg/theblokeai">Chat & support: my new Discord server</a></p>
13
+ </div>
14
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
15
+ <p><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? TheBloke's Patreon page</a></p>
16
+ </div>
17
+ </div>
18
+ <!-- header end -->
19
+
20
+ # Allen AI's Tulu 13B GGML
21
+
22
+ These files are GGML format model files for [Allen AI's Tulu 13B](https://huggingface.co/TheBloke/tulu-13B-fp16).
23
+
24
+ These are SuperHOT GGMLs with an increased context length. SuperHOT is a new system that employs RoPE to expand context beyond what was originally possible for a model. It was discovered and developed by [kaiokendev](https://huggingface.co/kaiokendev).
25
+
26
+ In order to use the increased context length, you can presently use:
27
+ * [KoboldCpp](https://github.com/LostRuins/koboldcpp) - [release 1.33](https://github.com/LostRuins/koboldcpp/releases/tag/v1.33) or later.
28
+
29
+ Support is also expected to come to llama.cpp, however work is still being done to find the optimal implementation.
30
+
31
+ To use the increased context with KoboldCpp, simply use `--contextsize` to set the desired context, eg `--contextsize 4096` or `--contextsize 8192`.
32
+
33
+ **NOTE**: Increased context length is an area seeing rapid developments and improvements. It is quite possible that these models may be superseded by new developments in the coming days. If that's the case, I will remove them, or update this README as appropriate.
34
+
35
+ ## Repositories available
36
+
37
+ * [4-bit GPTQ models for GPU inference](https://huggingface.co/TheBloke/Tulu-13B-SuperHOT-8K-GPTQ)
38
+ * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU inference](https://huggingface.co/TheBloke/Tulu-13B-SuperHOT-8K-GGML)
39
+ * [Unquantised SuperHOT fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/TheBloke/Tulu-13B-SuperHOT-8K-fp16)
40
+ * [Unquantised base fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/allenai/tulu-13b)
41
+
42
+ <!-- compatibility_ggml start -->
43
+ ## Compatibility
44
+
45
+ These GGMLs will work with any llama.cpp-compatible GGML client that supports k-quants.
46
+
47
+ However the increased context length won't work without specific support. See the note in the introduction for details on using increased context.
48
+
49
+ ## Explanation of the new k-quant methods
50
+
51
+ The new methods available are:
52
+ * 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)
53
+ * 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.
54
+ * 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.
55
+ * GGML_TYPE_Q5_K - "type-1" 5-bit quantization. Same super-block structure as GGML_TYPE_Q4_K resulting in 5.5 bpw
56
+ * 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
57
+ * GGML_TYPE_Q8_K - "type-0" 8-bit quantization. Only used for quantizing intermediate results. The difference to the existing Q8_0 is that the block size is 256. All 2-6 bit dot products are implemented for this quantization type.
58
+
59
+ Refer to the Provided Files table below to see what files use which methods, and how.
60
+ <!-- compatibility_ggml end -->
61
+
62
+ ## Provided files
63
+ | Name | Quant method | Bits | Size | Max RAM required | Use case |
64
+ | ---- | ---- | ---- | ---- | ---- | ----- |
65
+ | tulu-13b-superhot-8k.ggmlv3.q4_0.bin | q4_0 | 4 | 7.32 GB | 9.82 GB | Original llama.cpp quant method, 4-bit. |
66
+ | tulu-13b-superhot-8k.ggmlv3.q4_1.bin | q4_1 | 4 | 8.14 GB | 10.64 GB | Original llama.cpp quant method, 4-bit. Higher accuracy than q4_0 but not as high as q5_0. However has quicker inference than q5 models. |
67
+ | tulu-13b-superhot-8k.ggmlv3.q5_0.bin | q5_0 | 5 | 8.95 GB | 11.45 GB | Original llama.cpp quant method, 5-bit. Higher accuracy, higher resource usage and slower inference. |
68
+ | tulu-13b-superhot-8k.ggmlv3.q5_1.bin | q5_1 | 5 | 9.76 GB | 12.26 GB | Original llama.cpp quant method, 5-bit. Even higher accuracy, resource usage and slower inference. |
69
+ | tulu-13b-superhot-8k.ggmlv3.q8_0.bin | q8_0 | 8 | 13.83 GB | 16.33 GB | Original llama.cpp quant method, 8-bit. Almost indistinguishable from float16. High resource use and slow. Not recommended for most users. |
70
+
71
+ **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.
72
+
73
+ ## How to run in `koboldcpp`
74
+
75
+ On Linux I use the following command line to launch the KoboldCpp UI with OpenCL aceleration and a context size of 4096:
76
+
77
+ ```
78
+ python ./koboldcpp.py --stream --unbantokens --threads 8 --usecublas --gpulayers 100 tulu-13b-superhot-8k.ggmlv3.q4_K_M.bin
79
+ ```
80
+
81
+ Change `--gpulayers 100` to the number of layers you want/are able to offload to the GPU. Remove it if you don't have GPU acceleration.
82
+
83
+ For OpenCL acceleration, change `--usecublas` to `--useclblast 0 0`. You may need to change the second `0` to `1` if you have both an iGPU and a discrete GPU.
84
+
85
+ <!-- footer start -->
86
+ ## Discord
87
+
88
+ For further support, and discussions on these models and AI in general, join us at:
89
+
90
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
91
+
92
+ ## Thanks, and how to contribute.
93
+
94
+ Thanks to the [chirper.ai](https://chirper.ai) team!
95
+
96
+ 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.
97
+
98
+ 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.
99
+
100
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
101
+
102
+ * Patreon: https://patreon.com/TheBlokeAI
103
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
104
+
105
+ **Special thanks to**: Luke from CarbonQuill, Aemon Algiz, Dmitriy Samsonov.
106
+
107
+ **Patreon special mentions**: zynix , ya boyyy, Trenton Dambrowitz, Imad Khwaja, Alps Aficionado, chris gileta, John Detwiler, Willem Michiel, RoA, Mano Prime, Rainer Wilmers, Fred von Graf, Matthew Berman, Ghost , Nathan LeClaire, Iucharbius , Ai Maven, Illia Dulskyi, Joseph William Delisle, Space Cruiser, Lone Striker, Karl Bernard, Eugene Pentland, Greatston Gnanesh, Jonathan Leane, Randy H, Pierre Kircher, Willian Hasse, Stephen Murray, Alex , terasurfer , Edmond Seymore, Oscar Rangel, Luke Pendergrass, Asp the Wyvern, Junyu Yang, David Flickinger, Luke, Spiking Neurons AB, subjectnull, Pyrater, Nikolai Manek, senxiiz, Ajan Kanaga, Johann-Peter Hartmann, Artur Olbinski, Kevin Schuppel, Derek Yates, Kalila, K, Talal Aujan, Khalefa Al-Ahmad, Gabriel Puliatti, John Villwock, WelcomeToTheClub, Daniel P. Andersen, Preetika Verma, Deep Realms, Fen Risland, trip7s trip, webtim, Sean Connelly, Michael Levine, Chris McCloskey, biorpg, vamX, Viktor Bowallius, Cory Kujawski.
108
+
109
+ Thank you to all my generous patrons and donaters!
110
+
111
+ <!-- footer end -->
112
+
113
+ # Original model card: Kaio Ken's SuperHOT 8K
114
+
115
+ ### SuperHOT Prototype 2 w/ 8K Context
116
+
117
+ This is a second prototype of SuperHOT, this time 30B with 8K context and no RLHF, using the same technique described in [the github blog](https://kaiokendev.github.io/til#extending-context-to-8k).
118
+ Tests have shown that the model does indeed leverage the extended context at 8K.
119
+
120
+ You will need to **use either the monkeypatch** or, if you are already using the monkeypatch, **change the scaling factor to 0.25 and the maximum sequence length to 8192**
121
+
122
+ #### Looking for Merged & Quantized Models?
123
+ - 30B 4-bit CUDA: [tmpupload/superhot-30b-8k-4bit-safetensors](https://huggingface.co/tmpupload/superhot-30b-8k-4bit-safetensors)
124
+ - 30B 4-bit CUDA 128g: [tmpupload/superhot-30b-8k-4bit-128g-safetensors](https://huggingface.co/tmpupload/superhot-30b-8k-4bit-128g-safetensors)
125
+
126
+
127
+ #### Training Details
128
+ I trained the LoRA with the following configuration:
129
+ - 1200 samples (~400 samples over 2048 sequence length)
130
+ - learning rate of 3e-4
131
+ - 3 epochs
132
+ - The exported modules are:
133
+ - q_proj
134
+ - k_proj
135
+ - v_proj
136
+ - o_proj
137
+ - no bias
138
+ - Rank = 4
139
+ - Alpha = 8
140
+ - no dropout
141
+ - weight decay of 0.1
142
+ - AdamW beta1 of 0.9 and beta2 0.99, epsilon of 1e-5
143
+ - Trained on 4-bit base model
144
+
145
+ # Original model card: Allen AI's Tulu 13B
146
+
147
+
148
+ <!-- header start -->
149
+ <div style="width: 100%;">
150
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
151
+ </div>
152
+ <div style="display: flex; justify-content: space-between; width: 100%;">
153
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
154
+ <p><a href="https://discord.gg/Jq4vkcDakD">Chat & support: my new Discord server</a></p>
155
+ </div>
156
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
157
+ <p><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? TheBloke's Patreon page</a></p>
158
+ </div>
159
+ </div>
160
+ <!-- header end -->
161
+
162
+ # Allen AI's Tulu 13B fp16
163
+
164
+ These files are pytorch format fp16 model files for [Allen AI's Tulu 13B](https://huggingface.co/allenai/tulu-13b).
165
+
166
+ It is the result of merging and/or converting the source repository to float16.
167
+
168
+ ## Repositories available
169
+
170
+ * [4-bit GPTQ models for GPU inference](https://huggingface.co/TheBloke/tulu-13B-GPTQ)
171
+ * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/tulu-13B-GGML)
172
+ * [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/TheBloke/tulu-13B-fp16)
173
+
174
+ ## Prompt template
175
+
176
+ The following template should be used:
177
+
178
+ ```
179
+ <|user|>
180
+ prompt goes here
181
+ <|assistant|>
182
+
183
+ ```
184
+
185
+ **Note**: There should be a newline after `<|assistant|>`. This appears to be very important for getting this model to respond correctly.
186
+
187
+ In other words, the prompt is:
188
+
189
+ ```
190
+ <|user|>\nprompt goes here\n<|assistant|>\n
191
+ ```
192
+
193
+ <!-- footer start -->
194
+ ## Discord
195
+
196
+ For further support, and discussions on these models and AI in general, join us at:
197
+
198
+ [TheBloke AI's Discord server](https://discord.gg/Jq4vkcDakD)
199
+
200
+ ## Thanks, and how to contribute.
201
+
202
+ Thanks to the [chirper.ai](https://chirper.ai) team!
203
+
204
+ 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.
205
+
206
+ 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.
207
+
208
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
209
+
210
+ * Patreon: https://patreon.com/TheBlokeAI
211
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
212
+
213
+ **Special thanks to**: Luke from CarbonQuill, Aemon Algiz, Dmitriy Samsonov.
214
+
215
+ **Patreon special mentions**: Oscar Rangel, Eugene Pentland, Talal Aujan, Cory Kujawski, Luke, Asp the Wyvern, Ai Maven, Pyrater, Alps Aficionado, senxiiz, Willem Michiel, Junyu Yang, trip7s trip, Sebastain Graf, Joseph William Delisle, Lone Striker, Jonathan Leane, Johann-Peter Hartmann, David Flickinger, Spiking Neurons AB, Kevin Schuppel, Mano Prime, Dmitriy Samsonov, Sean Connelly, Nathan LeClaire, Alain Rossmann, Fen Risland, Derek Yates, Luke Pendergrass, Nikolai Manek, Khalefa Al-Ahmad, Artur Olbinski, John Detwiler, Ajan Kanaga, Imad Khwaja, Trenton Dambrowitz, Kalila, vamX, webtim, Illia Dulskyi.
216
+
217
+ Thank you to all my generous patrons and donaters!
218
+
219
+ <!-- footer end -->
220
+
221
+ # Original model card: Allen AI's Tulu 13B
222
+
223
+
224
+ # Tulu 13B
225
+
226
+ This model is a 13B LLaMa model finetuned on a mixture of instruction datasets (FLAN V2, CoT, Dolly, Open Assistant 1, GPT4-Alpaca, Code-Alpaca, and ShareGPT).
227
+ *Please note this is a model diff - see below for usage instructions*.
228
+
229
+ This was trained as part of the paper [How Far Can Camels Go? Exploring the State of Instruction Tuning on Open Resources](https://arxiv.org/abs/2306.04751).
230
+ The codebase used to train and evaluate this model can be found at [https://github.com/allenai/open-instruct](https://github.com/allenai/open-instruct).
231
+
232
+ This model is licensed under the AI model license given in LICENSE.txt along with the original Llama license (llama_license.txt).
233
+
234
+ ## Usage
235
+
236
+ We assume you have access to a LLaMa model in HF format already. You can find details on getting access and converting the model here:
237
+ [https://huggingface.co/docs/transformers/main/model_doc/llama](https://huggingface.co/docs/transformers/main/model_doc/llama)
238
+
239
+ Clone [https://github.com/allenai/open-instruct](https://github.com/allenai/open-instruct) and install the required dependencies, or just copy `scripts/weight_diff.py`
240
+ and install the minimal requirements listed in `weight-diff-requirements.txt`. Then download or clone this model diff to the same machine.
241
+
242
+ Then, run:
243
+ ```bash
244
+ python scripts/weight_diff.py recover --path_raw ${hf_llama_path} --path_tuned ${output_path} --path_diff ${diff_location}
245
+ ```
246
+
247
+ And you will have a recovered model! Note this takes up a decent amount of RAM, especially for the larger models.
248
+
249
+ ## Input Format
250
+
251
+ The model is trained to use the following format (note the newlines):
252
+ ```
253
+ <|user|>
254
+ Your message here!
255
+ <|assistant|>
256
+ ```
257
+
258
+ For best results, format all inputs in this manner.
259
+
260
+ ## Performance
261
+
262
+ Here is the performance of this model across benchmarks explored in our paper [How Far Can Camels Go? Exploring the State of Instruction Tuning on Open Resources](https://arxiv.org/abs/2306.04751):
263
+
264
+ | MMLU 0-shot | MMLU 5-shot | GSM Direct | GSM CoT | BBH Direct | BBH CoT | TydiQA Gold-Passage | TydiQA Closed-book | Codex-Eval Pass@1 | Codex-Eval Pass@10 | AlpacaFarm vs Davinci-003 | Average |
265
+ |:-----------:|:-----------:|:----------:|:-------:|:----------:|:-------:|:-------------------:|:------------------:|:-----------------:|:------------------:|:-------------------------:|---------|
266
+ | 49.2 | 51.8 | 5.0 | 36.5 | 41.3 | 42.8 | 46.1 | 9.2 | 21.3 | 35.0 | 53.9 |37.2 |
267
+
268
+ If you use this model, please cite our work, the llama paper, and the original datasets:
269
+
270
+ ```
271
+ @misc{wang2023far,
272
+ title={How Far Can Camels Go? Exploring the State of Instruction Tuning on Open Resources},
273
+ author={Yizhong Wang and Hamish Ivison and Pradeep Dasigi and Jack Hessel and Tushar Khot and Khyathi Raghavi Chandu and David Wadden and Kelsey MacMillan and Noah A. Smith and Iz Beltagy and Hannaneh Hajishirzi},
274
+ year={2023},
275
+ eprint={2306.04751},
276
+ archivePrefix={arXiv},
277
+ primaryClass={cs.CL}
278
+ }
279
+ ```
280
+
281
+ ```
282
+ @misc{touvron2023llama,
283
+ title={LLaMA: Open and Efficient Foundation Language Models},
284
+ author={Hugo Touvron and Thibaut Lavril and Gautier Izacard and Xavier Martinet and Marie-Anne Lachaux and Timothée Lacroix and Baptiste Rozière and Naman Goyal and Eric Hambro and Faisal Azhar and Aurelien Rodriguez and Armand Joulin and Edouard Grave and Guillaume Lample},
285
+ year={2023},
286
+ eprint={2302.13971},
287
+ archivePrefix={arXiv},
288
+ primaryClass={cs.CL}
289
+ }
290
+ ```
291
+
292
+ ```
293
+ @misc{dolly,
294
+ author = {Databricks},
295
+ title = {Free Dolly: Introducing the World's First Truly Open Instruction-Tuned LLM},
296
+ year = {2023},
297
+ publisher = {GitHub},
298
+ journal = {GitHub repository},
299
+ howpublished = {Blog post},
300
+ url = {https://www.databricks.com/blog/2023/04/12/dolly-first-open-commercially-viable-instruction-tuned-llm}
301
+ }
302
+ ```
303
+
304
+ ```
305
+ @article{longpre2023flan,
306
+ title={The Flan Collection: Designing Data and Methods for Effective Instruction Tuning},
307
+ author={Longpre, Shayne and Hou, Le and Vu, Tu and Webson, Albert and Chung, Hyung Won and Tay, Yi and Zhou, Denny and Le, Quoc V and Zoph, Barret and Wei, Jason and others},
308
+ journal={arXiv preprint arXiv:2301.13688},
309
+ year={2023}
310
+ }
311
+ ```
312
+
313
+ ```
314
+ @misc{köpf2023openassistant,
315
+ title={OpenAssistant Conversations -- Democratizing Large Language Model Alignment},
316
+ author={Andreas Köpf and Yannic Kilcher and Dimitri von Rütte and Sotiris Anagnostidis and Zhi-Rui Tam and Keith Stevens and Abdullah Barhoum and Nguyen Minh Duc and Oliver Stanley and Richárd Nagyfi and Shahul ES and Sameer Suri and David Glushkov and Arnav Dantuluri and Andrew Maguire and Christoph Schuhmann and Huu Nguyen and Alexander Mattick},
317
+ year={2023},
318
+ eprint={2304.07327},
319
+ archivePrefix={arXiv},
320
+ primaryClass={cs.CL}
321
+ }
322
+ ```
323
+
324
+ ```
325
+ @article{peng2023instruction,
326
+ title={Instruction Tuning with GPT-4},
327
+ author={Peng, Baolin and Li, Chunyuan and He, Pengcheng and Galley, Michel and Gao, Jianfeng},
328
+ journal={arXiv preprint arXiv:2304.03277},
329
+ year={2023}
330
+ }
331
+ ```
332
+
333
+ ```
334
+ @misc{codealpaca,
335
+ author = {Sahil Chaudhary},
336
+ title = {Code Alpaca: An Instruction-following LLaMA model for code generation},
337
+ year = {2023},
338
+ publisher = {GitHub},
339
+ journal = {GitHub repository},
340
+ howpublished = {\url{https://github.com/sahil280114/codealpaca}},
341
+ }
342
+ ```