TheBloke commited on
Commit
c8e8ef4
1 Parent(s): 9e75d78

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +295 -0
README.md ADDED
@@ -0,0 +1,295 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: emrgnt-cmplxty/Mistral-7B-SciPhi-32k
3
+ inference: false
4
+ license: llama2
5
+ model_creator: Owen Colegrove
6
+ model_name: Mistral 7B SciPhi 32K
7
+ model_type: mistral
8
+ prompt_template: '{prompt}
9
+
10
+ '
11
+ quantized_by: TheBloke
12
+ ---
13
+ <!-- markdownlint-disable MD041 -->
14
+
15
+ <!-- header start -->
16
+ <!-- 200823 -->
17
+ <div style="width: auto; margin-left: auto; margin-right: auto">
18
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
19
+ </div>
20
+ <div style="display: flex; justify-content: space-between; width: 100%;">
21
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
22
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
23
+ </div>
24
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
25
+ <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>
26
+ </div>
27
+ </div>
28
+ <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>
29
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
30
+ <!-- header end -->
31
+
32
+ # Mistral 7B SciPhi 32K - GGUF
33
+ - Model creator: [Owen Colegrove](https://huggingface.co/emrgnt-cmplxty)
34
+ - Original model: [Mistral 7B SciPhi 32K](https://huggingface.co/emrgnt-cmplxty/Mistral-7B-SciPhi-32k)
35
+
36
+ <!-- description start -->
37
+ ## Description
38
+
39
+ This repo contains GGUF format model files for [Owen Colegrove's Mistral 7B SciPhi 32K](https://huggingface.co/emrgnt-cmplxty/Mistral-7B-SciPhi-32k).
40
+
41
+ <!-- description end -->
42
+ <!-- README_GGUF.md-about-gguf start -->
43
+ ### About GGUF
44
+
45
+ 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.
46
+
47
+ Here is an incomplate list of clients and libraries that are known to support GGUF:
48
+
49
+ * [llama.cpp](https://github.com/ggerganov/llama.cpp). The source project for GGUF. Offers a CLI and a server option.
50
+ * [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.
51
+ * [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.
52
+ * [LM Studio](https://lmstudio.ai/), an easy-to-use and powerful local GUI for Windows and macOS (Silicon), with GPU acceleration.
53
+ * [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.
54
+ * [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.
55
+ * [ctransformers](https://github.com/marella/ctransformers), a Python library with GPU accel, LangChain support, and OpenAI-compatible AI server.
56
+ * [llama-cpp-python](https://github.com/abetlen/llama-cpp-python), a Python library with GPU accel, LangChain support, and OpenAI-compatible API server.
57
+ * [candle](https://github.com/huggingface/candle), a Rust ML framework with a focus on performance, including GPU support, and ease of use.
58
+
59
+ <!-- README_GGUF.md-about-gguf end -->
60
+ <!-- repositories-available start -->
61
+ ## Repositories available
62
+
63
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/Mistral-7B-SciPhi-32k-AWQ)
64
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Mistral-7B-SciPhi-32k-GPTQ)
65
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/Mistral-7B-SciPhi-32k-GGUF)
66
+ * [Owen Colegrove's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/emrgnt-cmplxty/Mistral-7B-SciPhi-32k)
67
+ <!-- repositories-available end -->
68
+
69
+ <!-- prompt-template start -->
70
+ ## Prompt template: Unknown
71
+
72
+ ```
73
+ {prompt}
74
+
75
+ ```
76
+
77
+ <!-- prompt-template end -->
78
+
79
+
80
+ <!-- compatibility_gguf start -->
81
+ ## Compatibility
82
+
83
+ 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)
84
+
85
+ They are also compatible with many third party UIs and libraries - please see the list at the top of this README.
86
+
87
+ ## Explanation of quantisation methods
88
+
89
+ <details>
90
+ <summary>Click to see details</summary>
91
+
92
+ The new methods available are:
93
+
94
+ * 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)
95
+ * 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.
96
+ * 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.
97
+ * GGML_TYPE_Q5_K - "type-1" 5-bit quantization. Same super-block structure as GGML_TYPE_Q4_K resulting in 5.5 bpw
98
+ * 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
99
+
100
+ Refer to the Provided Files table below to see what files use which methods, and how.
101
+ </details>
102
+ <!-- compatibility_gguf end -->
103
+
104
+ <!-- README_GGUF.md-provided-files start -->
105
+ ## Provided files
106
+
107
+ | Name | Quant method | Bits | Size | Max RAM required | Use case |
108
+ | ---- | ---- | ---- | ---- | ---- | ----- |
109
+ | [mistral-7b-sciphi-32k.Q2_K.gguf](https://huggingface.co/TheBloke/Mistral-7B-SciPhi-32k-GGUF/blob/main/mistral-7b-sciphi-32k.Q2_K.gguf) | Q2_K | 2 | 3.08 GB| 5.58 GB | smallest, significant quality loss - not recommended for most purposes |
110
+ | [mistral-7b-sciphi-32k.Q3_K_S.gguf](https://huggingface.co/TheBloke/Mistral-7B-SciPhi-32k-GGUF/blob/main/mistral-7b-sciphi-32k.Q3_K_S.gguf) | Q3_K_S | 3 | 3.16 GB| 5.66 GB | very small, high quality loss |
111
+ | [mistral-7b-sciphi-32k.Q3_K_M.gguf](https://huggingface.co/TheBloke/Mistral-7B-SciPhi-32k-GGUF/blob/main/mistral-7b-sciphi-32k.Q3_K_M.gguf) | Q3_K_M | 3 | 3.52 GB| 6.02 GB | very small, high quality loss |
112
+ | [mistral-7b-sciphi-32k.Q3_K_L.gguf](https://huggingface.co/TheBloke/Mistral-7B-SciPhi-32k-GGUF/blob/main/mistral-7b-sciphi-32k.Q3_K_L.gguf) | Q3_K_L | 3 | 3.82 GB| 6.32 GB | small, substantial quality loss |
113
+ | [mistral-7b-sciphi-32k.Q4_0.gguf](https://huggingface.co/TheBloke/Mistral-7B-SciPhi-32k-GGUF/blob/main/mistral-7b-sciphi-32k.Q4_0.gguf) | Q4_0 | 4 | 4.11 GB| 6.61 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
114
+ | [mistral-7b-sciphi-32k.Q4_K_S.gguf](https://huggingface.co/TheBloke/Mistral-7B-SciPhi-32k-GGUF/blob/main/mistral-7b-sciphi-32k.Q4_K_S.gguf) | Q4_K_S | 4 | 4.14 GB| 6.64 GB | small, greater quality loss |
115
+ | [mistral-7b-sciphi-32k.Q4_K_M.gguf](https://huggingface.co/TheBloke/Mistral-7B-SciPhi-32k-GGUF/blob/main/mistral-7b-sciphi-32k.Q4_K_M.gguf) | Q4_K_M | 4 | 4.37 GB| 6.87 GB | medium, balanced quality - recommended |
116
+ | [mistral-7b-sciphi-32k.Q5_0.gguf](https://huggingface.co/TheBloke/Mistral-7B-SciPhi-32k-GGUF/blob/main/mistral-7b-sciphi-32k.Q5_0.gguf) | Q5_0 | 5 | 5.00 GB| 7.50 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
117
+ | [mistral-7b-sciphi-32k.Q5_K_S.gguf](https://huggingface.co/TheBloke/Mistral-7B-SciPhi-32k-GGUF/blob/main/mistral-7b-sciphi-32k.Q5_K_S.gguf) | Q5_K_S | 5 | 5.00 GB| 7.50 GB | large, low quality loss - recommended |
118
+ | [mistral-7b-sciphi-32k.Q5_K_M.gguf](https://huggingface.co/TheBloke/Mistral-7B-SciPhi-32k-GGUF/blob/main/mistral-7b-sciphi-32k.Q5_K_M.gguf) | Q5_K_M | 5 | 5.13 GB| 7.63 GB | large, very low quality loss - recommended |
119
+ | [mistral-7b-sciphi-32k.Q6_K.gguf](https://huggingface.co/TheBloke/Mistral-7B-SciPhi-32k-GGUF/blob/main/mistral-7b-sciphi-32k.Q6_K.gguf) | Q6_K | 6 | 5.94 GB| 8.44 GB | very large, extremely low quality loss |
120
+ | [mistral-7b-sciphi-32k.Q8_0.gguf](https://huggingface.co/TheBloke/Mistral-7B-SciPhi-32k-GGUF/blob/main/mistral-7b-sciphi-32k.Q8_0.gguf) | Q8_0 | 8 | 7.70 GB| 10.20 GB | very large, extremely low quality loss - not recommended |
121
+
122
+ **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.
123
+
124
+
125
+
126
+ <!-- README_GGUF.md-provided-files end -->
127
+
128
+ <!-- README_GGUF.md-how-to-download start -->
129
+ ## How to download GGUF files
130
+
131
+ **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.
132
+
133
+ The following clients/libraries will automatically download models for you, providing a list of available models to choose from:
134
+
135
+ * LM Studio
136
+ * LoLLMS Web UI
137
+ * Faraday.dev
138
+
139
+ ### In `text-generation-webui`
140
+
141
+ Under Download Model, you can enter the model repo: TheBloke/Mistral-7B-SciPhi-32k-GGUF and below it, a specific filename to download, such as: mistral-7b-sciphi-32k.Q4_K_M.gguf.
142
+
143
+ Then click Download.
144
+
145
+ ### On the command line, including multiple files at once
146
+
147
+ I recommend using the `huggingface-hub` Python library:
148
+
149
+ ```shell
150
+ pip3 install huggingface-hub
151
+ ```
152
+
153
+ Then you can download any individual model file to the current directory, at high speed, with a command like this:
154
+
155
+ ```shell
156
+ huggingface-cli download TheBloke/Mistral-7B-SciPhi-32k-GGUF mistral-7b-sciphi-32k.Q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
157
+ ```
158
+
159
+ <details>
160
+ <summary>More advanced huggingface-cli download usage</summary>
161
+
162
+ You can also download multiple files at once with a pattern:
163
+
164
+ ```shell
165
+ huggingface-cli download TheBloke/Mistral-7B-SciPhi-32k-GGUF --local-dir . --local-dir-use-symlinks False --include='*Q4_K*gguf'
166
+ ```
167
+
168
+ 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).
169
+
170
+ To accelerate downloads on fast connections (1Gbit/s or higher), install `hf_transfer`:
171
+
172
+ ```shell
173
+ pip3 install hf_transfer
174
+ ```
175
+
176
+ And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
177
+
178
+ ```shell
179
+ HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download TheBloke/Mistral-7B-SciPhi-32k-GGUF mistral-7b-sciphi-32k.Q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
180
+ ```
181
+
182
+ Windows Command Line users: You can set the environment variable by running `set HF_HUB_ENABLE_HF_TRANSFER=1` before the download command.
183
+ </details>
184
+ <!-- README_GGUF.md-how-to-download end -->
185
+
186
+ <!-- README_GGUF.md-how-to-run start -->
187
+ ## Example `llama.cpp` command
188
+
189
+ Make sure you are using `llama.cpp` from commit [d0cee0d](https://github.com/ggerganov/llama.cpp/commit/d0cee0d36d5be95a0d9088b674dbb27354107221) or later.
190
+
191
+ ```shell
192
+ ./main -ngl 32 -m mistral-7b-sciphi-32k.Q4_K_M.gguf --color -c 2048 --temp 0.7 --repeat_penalty 1.1 -n -1 -p "{prompt}"
193
+ ```
194
+
195
+ Change `-ngl 32` to the number of layers to offload to GPU. Remove it if you don't have GPU acceleration.
196
+
197
+ 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.
198
+
199
+ If you want to have a chat-style conversation, replace the `-p <PROMPT>` argument with `-i -ins`
200
+
201
+ 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)
202
+
203
+ ## How to run in `text-generation-webui`
204
+
205
+ Further instructions here: [text-generation-webui/docs/llama.cpp.md](https://github.com/oobabooga/text-generation-webui/blob/main/docs/llama.cpp.md).
206
+
207
+ ## How to run from Python code
208
+
209
+ 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.
210
+
211
+ ### How to load this model in Python code, using ctransformers
212
+
213
+ #### First install the package
214
+
215
+ Run one of the following commands, according to your system:
216
+
217
+ ```shell
218
+ # Base ctransformers with no GPU acceleration
219
+ pip install ctransformers
220
+ # Or with CUDA GPU acceleration
221
+ pip install ctransformers[cuda]
222
+ # Or with AMD ROCm GPU acceleration (Linux only)
223
+ CT_HIPBLAS=1 pip install ctransformers --no-binary ctransformers
224
+ # Or with Metal GPU acceleration for macOS systems only
225
+ CT_METAL=1 pip install ctransformers --no-binary ctransformers
226
+ ```
227
+
228
+ #### Simple ctransformers example code
229
+
230
+ ```python
231
+ from ctransformers import AutoModelForCausalLM
232
+
233
+ # Set gpu_layers to the number of layers to offload to GPU. Set to 0 if no GPU acceleration is available on your system.
234
+ llm = AutoModelForCausalLM.from_pretrained("TheBloke/Mistral-7B-SciPhi-32k-GGUF", model_file="mistral-7b-sciphi-32k.Q4_K_M.gguf", model_type="mistral", gpu_layers=50)
235
+
236
+ print(llm("AI is going to"))
237
+ ```
238
+
239
+ ## How to use with LangChain
240
+
241
+ Here are guides on using llama-cpp-python and ctransformers with LangChain:
242
+
243
+ * [LangChain + llama-cpp-python](https://python.langchain.com/docs/integrations/llms/llamacpp)
244
+ * [LangChain + ctransformers](https://python.langchain.com/docs/integrations/providers/ctransformers)
245
+
246
+ <!-- README_GGUF.md-how-to-run end -->
247
+
248
+ <!-- footer start -->
249
+ <!-- 200823 -->
250
+ ## Discord
251
+
252
+ For further support, and discussions on these models and AI in general, join us at:
253
+
254
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
255
+
256
+ ## Thanks, and how to contribute
257
+
258
+ Thanks to the [chirper.ai](https://chirper.ai) team!
259
+
260
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
261
+
262
+ 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.
263
+
264
+ 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.
265
+
266
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
267
+
268
+ * Patreon: https://patreon.com/TheBlokeAI
269
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
270
+
271
+ **Special thanks to**: Aemon Algiz.
272
+
273
+ **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
274
+
275
+
276
+ Thank you to all my generous patrons and donaters!
277
+
278
+ And thank you again to a16z for their generous grant.
279
+
280
+ <!-- footer end -->
281
+
282
+ <!-- original-model-card start -->
283
+ # Original model card: Owen Colegrove's Mistral 7B SciPhi 32K
284
+
285
+
286
+ Training is currently still underway, but this is the first epoch of a 32k context fine-tuning run of Mistral-7b over the following datasets:
287
+
288
+ - emrgnt-cmplxty/sciphi-textbooks-are-all-you-need
289
+ - open-phi/rag-textbook-instruct-full
290
+ - open-phi/programming_books_llama
291
+ - open-phi/textbooks
292
+ - Open-Orca/SlimOrca
293
+ - WizardLM/WizardLM_evol_instruct_70k
294
+
295
+ <!-- original-model-card end -->