Transformers
GGUF
mistral
TheBloke commited on
Commit
e8e56d6
1 Parent(s): edbd65a

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +394 -0
README.md ADDED
@@ -0,0 +1,394 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: SciPhi/SciPhi-Self-RAG-Mistral-7B-32k
3
+ inference: false
4
+ license: mit
5
+ model_creator: SciPhi-AI
6
+ model_name: SciPhi Self RAG Mistral 7B 32K
7
+ model_type: mistral
8
+ prompt_template: '### System:
9
+
10
+ {system_message}
11
+
12
+
13
+ ### Instruction:
14
+
15
+ {prompt}
16
+
17
+
18
+ ### Response:
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
+ # SciPhi Self RAG Mistral 7B 32K - GGUF
43
+ - Model creator: [SciPhi-AI](https://huggingface.co/SciPhi)
44
+ - Original model: [SciPhi Self RAG Mistral 7B 32K](https://huggingface.co/SciPhi/SciPhi-Self-RAG-Mistral-7B-32k)
45
+
46
+ <!-- description start -->
47
+ ## Description
48
+
49
+ This repo contains GGUF format model files for [SciPhi-AI's SciPhi Self RAG Mistral 7B 32K](https://huggingface.co/SciPhi/SciPhi-Self-RAG-Mistral-7B-32k).
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 incomplate 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/SciPhi-Self-RAG-Mistral-7B-32k-AWQ)
76
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GPTQ)
77
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF)
78
+ * [SciPhi-AI's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/SciPhi/SciPhi-Self-RAG-Mistral-7B-32k)
79
+ <!-- repositories-available end -->
80
+
81
+ <!-- prompt-template start -->
82
+ ## Prompt template: SciPhi
83
+
84
+ ```
85
+ ### System:
86
+ {system_message}
87
+
88
+ ### Instruction:
89
+ {prompt}
90
+
91
+ ### Response:
92
+
93
+ ```
94
+
95
+ <!-- prompt-template end -->
96
+
97
+
98
+ <!-- compatibility_gguf start -->
99
+ ## Compatibility
100
+
101
+ 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)
102
+
103
+ They are also compatible with many third party UIs and libraries - please see the list at the top of this README.
104
+
105
+ ## Explanation of quantisation methods
106
+
107
+ <details>
108
+ <summary>Click to see details</summary>
109
+
110
+ The new methods available are:
111
+
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
+ | [sciphi-self-rag-mistral-7b-32k.Q2_K.gguf](https://huggingface.co/TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF/blob/main/sciphi-self-rag-mistral-7b-32k.Q2_K.gguf) | Q2_K | 2 | 3.08 GB| 5.58 GB | smallest, significant quality loss - not recommended for most purposes |
128
+ | [sciphi-self-rag-mistral-7b-32k.Q3_K_S.gguf](https://huggingface.co/TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF/blob/main/sciphi-self-rag-mistral-7b-32k.Q3_K_S.gguf) | Q3_K_S | 3 | 3.16 GB| 5.66 GB | very small, high quality loss |
129
+ | [sciphi-self-rag-mistral-7b-32k.Q3_K_M.gguf](https://huggingface.co/TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF/blob/main/sciphi-self-rag-mistral-7b-32k.Q3_K_M.gguf) | Q3_K_M | 3 | 3.52 GB| 6.02 GB | very small, high quality loss |
130
+ | [sciphi-self-rag-mistral-7b-32k.Q3_K_L.gguf](https://huggingface.co/TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF/blob/main/sciphi-self-rag-mistral-7b-32k.Q3_K_L.gguf) | Q3_K_L | 3 | 3.82 GB| 6.32 GB | small, substantial quality loss |
131
+ | [sciphi-self-rag-mistral-7b-32k.Q4_0.gguf](https://huggingface.co/TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF/blob/main/sciphi-self-rag-mistral-7b-32k.Q4_0.gguf) | Q4_0 | 4 | 4.11 GB| 6.61 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
132
+ | [sciphi-self-rag-mistral-7b-32k.Q4_K_S.gguf](https://huggingface.co/TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF/blob/main/sciphi-self-rag-mistral-7b-32k.Q4_K_S.gguf) | Q4_K_S | 4 | 4.14 GB| 6.64 GB | small, greater quality loss |
133
+ | [sciphi-self-rag-mistral-7b-32k.Q4_K_M.gguf](https://huggingface.co/TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF/blob/main/sciphi-self-rag-mistral-7b-32k.Q4_K_M.gguf) | Q4_K_M | 4 | 4.37 GB| 6.87 GB | medium, balanced quality - recommended |
134
+ | [sciphi-self-rag-mistral-7b-32k.Q5_0.gguf](https://huggingface.co/TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF/blob/main/sciphi-self-rag-mistral-7b-32k.Q5_0.gguf) | Q5_0 | 5 | 5.00 GB| 7.50 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
135
+ | [sciphi-self-rag-mistral-7b-32k.Q5_K_S.gguf](https://huggingface.co/TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF/blob/main/sciphi-self-rag-mistral-7b-32k.Q5_K_S.gguf) | Q5_K_S | 5 | 5.00 GB| 7.50 GB | large, low quality loss - recommended |
136
+ | [sciphi-self-rag-mistral-7b-32k.Q5_K_M.gguf](https://huggingface.co/TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF/blob/main/sciphi-self-rag-mistral-7b-32k.Q5_K_M.gguf) | Q5_K_M | 5 | 5.13 GB| 7.63 GB | large, very low quality loss - recommended |
137
+ | [sciphi-self-rag-mistral-7b-32k.Q6_K.gguf](https://huggingface.co/TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF/blob/main/sciphi-self-rag-mistral-7b-32k.Q6_K.gguf) | Q6_K | 6 | 5.94 GB| 8.44 GB | very large, extremely low quality loss |
138
+ | [sciphi-self-rag-mistral-7b-32k.Q8_0.gguf](https://huggingface.co/TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF/blob/main/sciphi-self-rag-mistral-7b-32k.Q8_0.gguf) | Q8_0 | 8 | 7.70 GB| 10.20 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
+
153
+ * LM Studio
154
+ * LoLLMS Web UI
155
+ * Faraday.dev
156
+
157
+ ### In `text-generation-webui`
158
+
159
+ Under Download Model, you can enter the model repo: TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF and below it, a specific filename to download, such as: sciphi-self-rag-mistral-7b-32k.Q4_K_M.gguf.
160
+
161
+ Then click Download.
162
+
163
+ ### On the command line, including multiple files at once
164
+
165
+ I recommend using the `huggingface-hub` Python library:
166
+
167
+ ```shell
168
+ pip3 install huggingface-hub
169
+ ```
170
+
171
+ Then you can download any individual model file to the current directory, at high speed, with a command like this:
172
+
173
+ ```shell
174
+ huggingface-cli download TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF sciphi-self-rag-mistral-7b-32k.Q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
175
+ ```
176
+
177
+ <details>
178
+ <summary>More advanced huggingface-cli download usage</summary>
179
+
180
+ You can also download multiple files at once with a pattern:
181
+
182
+ ```shell
183
+ huggingface-cli download TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF --local-dir . --local-dir-use-symlinks False --include='*Q4_K*gguf'
184
+ ```
185
+
186
+ 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).
187
+
188
+ To accelerate downloads on fast connections (1Gbit/s or higher), install `hf_transfer`:
189
+
190
+ ```shell
191
+ pip3 install hf_transfer
192
+ ```
193
+
194
+ And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
195
+
196
+ ```shell
197
+ HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF sciphi-self-rag-mistral-7b-32k.Q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
198
+ ```
199
+
200
+ Windows Command Line users: You can set the environment variable by running `set HF_HUB_ENABLE_HF_TRANSFER=1` before the download command.
201
+ </details>
202
+ <!-- README_GGUF.md-how-to-download end -->
203
+
204
+ <!-- README_GGUF.md-how-to-run start -->
205
+ ## Example `llama.cpp` command
206
+
207
+ Make sure you are using `llama.cpp` from commit [d0cee0d](https://github.com/ggerganov/llama.cpp/commit/d0cee0d36d5be95a0d9088b674dbb27354107221) or later.
208
+
209
+ ```shell
210
+ ./main -ngl 32 -m sciphi-self-rag-mistral-7b-32k.Q4_K_M.gguf --color -c 2048 --temp 0.7 --repeat_penalty 1.1 -n -1 -p "### System:\n{system_message}\n\n### Instruction:\n{prompt}\n\n### Response:"
211
+ ```
212
+
213
+ Change `-ngl 32` to the number of layers to offload to GPU. Remove it if you don't have GPU acceleration.
214
+
215
+ 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.
216
+
217
+ If you want to have a chat-style conversation, replace the `-p <PROMPT>` argument with `-i -ins`
218
+
219
+ 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)
220
+
221
+ ## How to run in `text-generation-webui`
222
+
223
+ Further instructions here: [text-generation-webui/docs/llama.cpp.md](https://github.com/oobabooga/text-generation-webui/blob/main/docs/llama.cpp.md).
224
+
225
+ ## How to run from Python code
226
+
227
+ 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.
228
+
229
+ ### How to load this model in Python code, using ctransformers
230
+
231
+ #### First install the package
232
+
233
+ Run one of the following commands, according to your system:
234
+
235
+ ```shell
236
+ # Base ctransformers with no GPU acceleration
237
+ pip install ctransformers
238
+ # Or with CUDA GPU acceleration
239
+ pip install ctransformers[cuda]
240
+ # Or with AMD ROCm GPU acceleration (Linux only)
241
+ CT_HIPBLAS=1 pip install ctransformers --no-binary ctransformers
242
+ # Or with Metal GPU acceleration for macOS systems only
243
+ CT_METAL=1 pip install ctransformers --no-binary ctransformers
244
+ ```
245
+
246
+ #### Simple ctransformers example code
247
+
248
+ ```python
249
+ from ctransformers import AutoModelForCausalLM
250
+
251
+ # Set gpu_layers to the number of layers to offload to GPU. Set to 0 if no GPU acceleration is available on your system.
252
+ llm = AutoModelForCausalLM.from_pretrained("TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF", model_file="sciphi-self-rag-mistral-7b-32k.Q4_K_M.gguf", model_type="mistral", gpu_layers=50)
253
+
254
+ print(llm("AI is going to"))
255
+ ```
256
+
257
+ ## How to use with LangChain
258
+
259
+ Here are guides on using llama-cpp-python and ctransformers with LangChain:
260
+
261
+ * [LangChain + llama-cpp-python](https://python.langchain.com/docs/integrations/llms/llamacpp)
262
+ * [LangChain + ctransformers](https://python.langchain.com/docs/integrations/providers/ctransformers)
263
+
264
+ <!-- README_GGUF.md-how-to-run end -->
265
+
266
+ <!-- footer start -->
267
+ <!-- 200823 -->
268
+ ## Discord
269
+
270
+ For further support, and discussions on these models and AI in general, join us at:
271
+
272
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
273
+
274
+ ## Thanks, and how to contribute
275
+
276
+ Thanks to the [chirper.ai](https://chirper.ai) team!
277
+
278
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
279
+
280
+ 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.
281
+
282
+ 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.
283
+
284
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
285
+
286
+ * Patreon: https://patreon.com/TheBlokeAI
287
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
288
+
289
+ **Special thanks to**: Aemon Algiz.
290
+
291
+ **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
292
+
293
+
294
+ Thank you to all my generous patrons and donaters!
295
+
296
+ And thank you again to a16z for their generous grant.
297
+
298
+ <!-- footer end -->
299
+
300
+ <!-- original-model-card start -->
301
+ # Original model card: SciPhi-AI's SciPhi Self RAG Mistral 7B 32K
302
+
303
+
304
+ # SciPhi-Self-RAG-Mistral-7B-32k Model Card
305
+
306
+ SciPhi-Self-RAG-Mistral-7B-32k is a Large Language Model (LLM) fine-tuned from Mistral-7B-v0.1. This model underwent the fine-tuning process described in the [SciPhi-Mistral-7B-32k](https://huggingface.co/SciPhi/SciPhi-Mistral-7B-32k) model card. It then underwent further fine-tuning on the recently released [self-rag](https://arxiv.org/abs//2310.11511) dataset. Other RAG-related instruct datasets were mixed in during this process in an effort to keep the tone of the current model. This model benchmarks well, but it needs further tuning to be an excellent conversationalist.
307
+
308
+ Benchmark Results:
309
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64c806dc4515835c4d7b0b6d/_KV_hXZ0SPkmJUnHudoFz.png)
310
+
311
+ SciPhi-AI is available via a free hosted API, though the exposed model can vary. Currently, SciPhi-Self-RAG-Mistral-7B-32k is available. More details can be found in the docs [here](https://sciphi.readthedocs.io/en/latest/setup/quickstart.html).
312
+
313
+
314
+ ## Recommended Chat Formatting
315
+ ```
316
+
317
+ We recommend mapping such that
318
+
319
+ messages = [
320
+ {
321
+ "role": "system",
322
+ "content": "You are a friendly chatbot who always responds in the style of a pirate",
323
+ },
324
+ {"role": "user", "content": "How many helicopters can a human eat in one sitting?"},
325
+ ]
326
+
327
+ goes to --->
328
+
329
+ ### System:
330
+ You are a friendly chatbot who always responds in the style of a pirate
331
+
332
+ ### Instruction:
333
+ How many helicopters can a human eat in one sitting?
334
+
335
+ ### Response:
336
+ ...
337
+
338
+ Here is a sample implementation that does this and combines with RAG context retrieval.
339
+
340
+ def get_chat_completion(
341
+ self, conversation: list[dict], generation_config: GenerationConfig
342
+ ) -> str:
343
+ self._check_stop_token(generation_config.stop_token)
344
+ prompt = ""
345
+ added_system_prompt = False
346
+ for message in conversation:
347
+ if message["role"] == "system":
348
+ prompt += f"### System:\n{SciPhiLLMInterface.ALPACA_CHAT_SYSTEM_PROMPT}. Further, the assistant is given the following additional instructions - {message['content']}\n\n"
349
+ added_system_prompt = True
350
+ elif message["role"] == "user":
351
+ last_user_message = message["content"]
352
+ prompt += f"### Instruction:\n{last_user_message}\n\n"
353
+ elif message["role"] == "assistant":
354
+ prompt += f"### Response:\n{message['content']}\n\n"
355
+
356
+ if not added_system_prompt:
357
+ prompt = f"### System:\n{SciPhiLLMInterface.ALPACA_CHAT_SYSTEM_PROMPT}.\n\n{prompt}"
358
+
359
+ context = self.rag_interface.get_contexts([last_user_message])[0]
360
+ prompt += f"### Response:\n{SciPhiFormatter.RETRIEVAL_TOKEN} {SciPhiFormatter.INIT_PARAGRAPH_TOKEN}{context}{SciPhiFormatter.END_PARAGRAPH_TOKEN}"
361
+ latest_completion = self.model.get_instruct_completion(
362
+ prompt, generation_config
363
+ ).strip()
364
+
365
+ return SciPhiFormatter.remove_cruft(latest_completion)
366
+
367
+
368
+ ```
369
+ ## Model Architecture
370
+
371
+ Base Model: Mistral-7B-v0.1
372
+
373
+ **Architecture Features:**
374
+ - Transformer-based model
375
+ - Grouped-Query Attention
376
+ - Sliding-Window Attention
377
+ - Byte-fallback BPE tokenizer
378
+
379
+ [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
380
+
381
+ ## References
382
+
383
+ 1. Asai, A., Wu, Z., Wang, Y., Sil, A., & Hajishirzi, H. (2023). Self-RAG: Learning to Retrieve, Generate, and Critique through Self-Reflection. arXiv preprint arXiv:2310.11511.
384
+ 2. Lian, W., Goodson, B., Wang, G., Pentland, E., Cook, A., Vong, C., & Teknium. (2023). MistralOrca: Mistral-7B Model Instruct-tuned on Filtered OpenOrcaV1 GPT-4 Dataset. *HuggingFace repository*. [Link](https://huggingface.co/Open-Orca/Mistral-7B-OpenOrca)
385
+ 3. Mukherjee, S., Mitra, A., Jawahar, G., Agarwal, S., Palangi, H., & Awadallah, A. (2023). Orca: Progressive Learning from Complex Explanation Traces of GPT-4. *arXiv preprint arXiv:2306.02707*.
386
+ 4. Longpre, S., Hou, L., Vu, T., Webson, A., Chung, H. W., Tay, Y., Zhou, D., Le, Q. V., Zoph, B., Wei, J., & Roberts, A. (2023). The Flan Collection: Designing Data and Methods for Effective Instruction Tuning. *arXiv preprint arXiv:2301.13688*.
387
+ 5. Mistral AI. (2023). Model Card for Mistral-7B-v0.1. The Mistral-7B-v0.1 Large Language Model (LLM) is a pretrained generative text model with 7 billion parameters. Mistral-7B-v0.1 outperforms Llama 2 13B on all benchmarks tested. For full details, please refer to the paper and release blog post. Model Architecture: Transformer with Grouped-Query Attention, Sliding-Window Attention, and Byte-fallback BPE tokenizer. [Link](https://huggingface.co/mistralai/Mistral-7B-v0.1)
388
+
389
+
390
+ ## Acknowledgements
391
+
392
+ Thank you to the [AI Alignment Lab](https://huggingface.co/Alignment-Lab-AI), [vikp](https://huggingface.co/vikp), [jph00](https://huggingface.co/jph00) and others who contributed to this work.
393
+
394
+ <!-- original-model-card end -->