TheBloke commited on
Commit
b683e75
1 Parent(s): 98689ec

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +326 -0
README.md ADDED
@@ -0,0 +1,326 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: migtissera/Tess-M-v1.3
3
+ inference: false
4
+ license: other
5
+ license_link: https://huggingface.co/01-ai/Yi-34B/blob/main/LICENSE
6
+ license_name: yi-34b
7
+ model_creator: Migel Tissera
8
+ model_name: Tess M v1.3
9
+ model_type: llama
10
+ prompt_template: 'SYSTEM: {system_message}
11
+
12
+ USER: {prompt}
13
+
14
+ ASSISTANT:
15
+
16
+ '
17
+ quantized_by: TheBloke
18
+ ---
19
+ <!-- markdownlint-disable MD041 -->
20
+
21
+ <!-- header start -->
22
+ <!-- 200823 -->
23
+ <div style="width: auto; margin-left: auto; margin-right: auto">
24
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
25
+ </div>
26
+ <div style="display: flex; justify-content: space-between; width: 100%;">
27
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
28
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
29
+ </div>
30
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
31
+ <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>
32
+ </div>
33
+ </div>
34
+ <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>
35
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
36
+ <!-- header end -->
37
+
38
+ # Tess M v1.3 - GGUF
39
+ - Model creator: [Migel Tissera](https://huggingface.co/migtissera)
40
+ - Original model: [Tess M v1.3](https://huggingface.co/migtissera/Tess-M-v1.3)
41
+
42
+ <!-- description start -->
43
+ ## Description
44
+
45
+ This repo contains GGUF format model files for [Migel Tissera's Tess M v1.3](https://huggingface.co/migtissera/Tess-M-v1.3).
46
+
47
+ These files were quantised using hardware kindly provided by [Massed Compute](https://massedcompute.com/).
48
+
49
+ <!-- description end -->
50
+ <!-- README_GGUF.md-about-gguf start -->
51
+ ### About GGUF
52
+
53
+ 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.
54
+
55
+ Here is an incomplete list of clients and libraries that are known to support GGUF:
56
+
57
+ * [llama.cpp](https://github.com/ggerganov/llama.cpp). The source project for GGUF. Offers a CLI and a server option.
58
+ * [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.
59
+ * [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.
60
+ * [LM Studio](https://lmstudio.ai/), an easy-to-use and powerful local GUI for Windows and macOS (Silicon), with GPU acceleration.
61
+ * [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.
62
+ * [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.
63
+ * [ctransformers](https://github.com/marella/ctransformers), a Python library with GPU accel, LangChain support, and OpenAI-compatible AI server.
64
+ * [llama-cpp-python](https://github.com/abetlen/llama-cpp-python), a Python library with GPU accel, LangChain support, and OpenAI-compatible API server.
65
+ * [candle](https://github.com/huggingface/candle), a Rust ML framework with a focus on performance, including GPU support, and ease of use.
66
+
67
+ <!-- README_GGUF.md-about-gguf end -->
68
+ <!-- repositories-available start -->
69
+ ## Repositories available
70
+
71
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/Tess-M-v1.3-AWQ)
72
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Tess-M-v1.3-GPTQ)
73
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/Tess-M-v1.3-GGUF)
74
+ * [Migel Tissera's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/migtissera/Tess-M-v1.3)
75
+ <!-- repositories-available end -->
76
+
77
+ <!-- prompt-template start -->
78
+ ## Prompt template: Orca-Vicuna
79
+
80
+ ```
81
+ SYSTEM: {system_message}
82
+ USER: {prompt}
83
+ ASSISTANT:
84
+
85
+ ```
86
+
87
+ <!-- prompt-template end -->
88
+ <!-- licensing start -->
89
+ ## Licensing
90
+
91
+ The creator of the source model has listed its license as `other`, and this quantization has therefore used that same license.
92
+
93
+ As this model is based on Llama 2, it is also subject to the Meta Llama 2 license terms, and the license files for that are additionally included. It should therefore be considered as being claimed to be licensed under both licenses. I contacted Hugging Face for clarification on dual licensing but they do not yet have an official position. Should this change, or should Meta provide any feedback on this situation, I will update this section accordingly.
94
+
95
+ In the meantime, any questions regarding licensing, and in particular how these two licenses might interact, should be directed to the original model repository: [Migel Tissera's Tess M v1.3](https://huggingface.co/migtissera/Tess-M-v1.3).
96
+ <!-- licensing end -->
97
+ <!-- compatibility_gguf start -->
98
+ ## Compatibility
99
+
100
+ 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)
101
+
102
+ They are also compatible with many third party UIs and libraries - please see the list at the top of this README.
103
+
104
+ ## Explanation of quantisation methods
105
+
106
+ <details>
107
+ <summary>Click to see details</summary>
108
+
109
+ The new methods available are:
110
+
111
+ * 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)
112
+ * 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.
113
+ * 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.
114
+ * GGML_TYPE_Q5_K - "type-1" 5-bit quantization. Same super-block structure as GGML_TYPE_Q4_K resulting in 5.5 bpw
115
+ * 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
116
+
117
+ Refer to the Provided Files table below to see what files use which methods, and how.
118
+ </details>
119
+ <!-- compatibility_gguf end -->
120
+
121
+ <!-- README_GGUF.md-provided-files start -->
122
+ ## Provided files
123
+
124
+ | Name | Quant method | Bits | Size | Max RAM required | Use case |
125
+ | ---- | ---- | ---- | ---- | ---- | ----- |
126
+ | [tess-m-v1.3.Q2_K.gguf](https://huggingface.co/TheBloke/Tess-M-v1.3-GGUF/blob/main/tess-m-v1.3.Q2_K.gguf) | Q2_K | 2 | 14.56 GB| 17.06 GB | smallest, significant quality loss - not recommended for most purposes |
127
+ | [tess-m-v1.3.Q3_K_S.gguf](https://huggingface.co/TheBloke/Tess-M-v1.3-GGUF/blob/main/tess-m-v1.3.Q3_K_S.gguf) | Q3_K_S | 3 | 14.96 GB| 17.46 GB | very small, high quality loss |
128
+ | [tess-m-v1.3.Q3_K_M.gguf](https://huggingface.co/TheBloke/Tess-M-v1.3-GGUF/blob/main/tess-m-v1.3.Q3_K_M.gguf) | Q3_K_M | 3 | 16.64 GB| 19.14 GB | very small, high quality loss |
129
+ | [tess-m-v1.3.Q3_K_L.gguf](https://huggingface.co/TheBloke/Tess-M-v1.3-GGUF/blob/main/tess-m-v1.3.Q3_K_L.gguf) | Q3_K_L | 3 | 18.14 GB| 20.64 GB | small, substantial quality loss |
130
+ | [tess-m-v1.3.Q4_0.gguf](https://huggingface.co/TheBloke/Tess-M-v1.3-GGUF/blob/main/tess-m-v1.3.Q4_0.gguf) | Q4_0 | 4 | 19.47 GB| 21.97 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
131
+ | [tess-m-v1.3.Q4_K_S.gguf](https://huggingface.co/TheBloke/Tess-M-v1.3-GGUF/blob/main/tess-m-v1.3.Q4_K_S.gguf) | Q4_K_S | 4 | 19.54 GB| 22.04 GB | small, greater quality loss |
132
+ | [tess-m-v1.3.Q4_K_M.gguf](https://huggingface.co/TheBloke/Tess-M-v1.3-GGUF/blob/main/tess-m-v1.3.Q4_K_M.gguf) | Q4_K_M | 4 | 20.66 GB| 23.16 GB | medium, balanced quality - recommended |
133
+ | [tess-m-v1.3.Q5_0.gguf](https://huggingface.co/TheBloke/Tess-M-v1.3-GGUF/blob/main/tess-m-v1.3.Q5_0.gguf) | Q5_0 | 5 | 23.71 GB| 26.21 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
134
+ | [tess-m-v1.3.Q5_K_S.gguf](https://huggingface.co/TheBloke/Tess-M-v1.3-GGUF/blob/main/tess-m-v1.3.Q5_K_S.gguf) | Q5_K_S | 5 | 23.71 GB| 26.21 GB | large, low quality loss - recommended |
135
+ | [tess-m-v1.3.Q5_K_M.gguf](https://huggingface.co/TheBloke/Tess-M-v1.3-GGUF/blob/main/tess-m-v1.3.Q5_K_M.gguf) | Q5_K_M | 5 | 24.32 GB| 26.82 GB | large, very low quality loss - recommended |
136
+ | [tess-m-v1.3.Q6_K.gguf](https://huggingface.co/TheBloke/Tess-M-v1.3-GGUF/blob/main/tess-m-v1.3.Q6_K.gguf) | Q6_K | 6 | 28.21 GB| 30.71 GB | very large, extremely low quality loss |
137
+ | [tess-m-v1.3.Q8_0.gguf](https://huggingface.co/TheBloke/Tess-M-v1.3-GGUF/blob/main/tess-m-v1.3.Q8_0.gguf) | Q8_0 | 8 | 36.54 GB| 39.04 GB | very large, extremely low quality loss - not recommended |
138
+
139
+ **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.
140
+
141
+
142
+
143
+ <!-- README_GGUF.md-provided-files end -->
144
+
145
+ <!-- README_GGUF.md-how-to-download start -->
146
+ ## How to download GGUF files
147
+
148
+ **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.
149
+
150
+ The following clients/libraries will automatically download models for you, providing a list of available models to choose from:
151
+
152
+ * LM Studio
153
+ * LoLLMS Web UI
154
+ * Faraday.dev
155
+
156
+ ### In `text-generation-webui`
157
+
158
+ Under Download Model, you can enter the model repo: TheBloke/Tess-M-v1.3-GGUF and below it, a specific filename to download, such as: tess-m-v1.3.Q4_K_M.gguf.
159
+
160
+ Then click Download.
161
+
162
+ ### On the command line, including multiple files at once
163
+
164
+ I recommend using the `huggingface-hub` Python library:
165
+
166
+ ```shell
167
+ pip3 install huggingface-hub
168
+ ```
169
+
170
+ Then you can download any individual model file to the current directory, at high speed, with a command like this:
171
+
172
+ ```shell
173
+ huggingface-cli download TheBloke/Tess-M-v1.3-GGUF tess-m-v1.3.Q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
174
+ ```
175
+
176
+ <details>
177
+ <summary>More advanced huggingface-cli download usage</summary>
178
+
179
+ You can also download multiple files at once with a pattern:
180
+
181
+ ```shell
182
+ huggingface-cli download TheBloke/Tess-M-v1.3-GGUF --local-dir . --local-dir-use-symlinks False --include='*Q4_K*gguf'
183
+ ```
184
+
185
+ 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).
186
+
187
+ To accelerate downloads on fast connections (1Gbit/s or higher), install `hf_transfer`:
188
+
189
+ ```shell
190
+ pip3 install hf_transfer
191
+ ```
192
+
193
+ And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
194
+
195
+ ```shell
196
+ HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download TheBloke/Tess-M-v1.3-GGUF tess-m-v1.3.Q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
197
+ ```
198
+
199
+ Windows Command Line users: You can set the environment variable by running `set HF_HUB_ENABLE_HF_TRANSFER=1` before the download command.
200
+ </details>
201
+ <!-- README_GGUF.md-how-to-download end -->
202
+
203
+ <!-- README_GGUF.md-how-to-run start -->
204
+ ## Example `llama.cpp` command
205
+
206
+ Make sure you are using `llama.cpp` from commit [d0cee0d](https://github.com/ggerganov/llama.cpp/commit/d0cee0d36d5be95a0d9088b674dbb27354107221) or later.
207
+
208
+ ```shell
209
+ ./main -ngl 32 -m tess-m-v1.3.Q4_K_M.gguf --color -c 4096 --temp 0.7 --repeat_penalty 1.1 -n -1 -p "SYSTEM: {system_message}\nUSER: {prompt}\nASSISTANT:"
210
+ ```
211
+
212
+ Change `-ngl 32` to the number of layers to offload to GPU. Remove it if you don't have GPU acceleration.
213
+
214
+ 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.
215
+
216
+ If you want to have a chat-style conversation, replace the `-p <PROMPT>` argument with `-i -ins`
217
+
218
+ 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)
219
+
220
+ ## How to run in `text-generation-webui`
221
+
222
+ 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).
223
+
224
+ ## How to run from Python code
225
+
226
+ 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.
227
+
228
+ ### How to load this model in Python code, using ctransformers
229
+
230
+ #### First install the package
231
+
232
+ Run one of the following commands, according to your system:
233
+
234
+ ```shell
235
+ # Base ctransformers with no GPU acceleration
236
+ pip install ctransformers
237
+ # Or with CUDA GPU acceleration
238
+ pip install ctransformers[cuda]
239
+ # Or with AMD ROCm GPU acceleration (Linux only)
240
+ CT_HIPBLAS=1 pip install ctransformers --no-binary ctransformers
241
+ # Or with Metal GPU acceleration for macOS systems only
242
+ CT_METAL=1 pip install ctransformers --no-binary ctransformers
243
+ ```
244
+
245
+ #### Simple ctransformers example code
246
+
247
+ ```python
248
+ from ctransformers import AutoModelForCausalLM
249
+
250
+ # Set gpu_layers to the number of layers to offload to GPU. Set to 0 if no GPU acceleration is available on your system.
251
+ llm = AutoModelForCausalLM.from_pretrained("TheBloke/Tess-M-v1.3-GGUF", model_file="tess-m-v1.3.Q4_K_M.gguf", model_type="llama", gpu_layers=50)
252
+
253
+ print(llm("AI is going to"))
254
+ ```
255
+
256
+ ## How to use with LangChain
257
+
258
+ Here are guides on using llama-cpp-python and ctransformers with LangChain:
259
+
260
+ * [LangChain + llama-cpp-python](https://python.langchain.com/docs/integrations/llms/llamacpp)
261
+ * [LangChain + ctransformers](https://python.langchain.com/docs/integrations/providers/ctransformers)
262
+
263
+ <!-- README_GGUF.md-how-to-run end -->
264
+
265
+ <!-- footer start -->
266
+ <!-- 200823 -->
267
+ ## Discord
268
+
269
+ For further support, and discussions on these models and AI in general, join us at:
270
+
271
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
272
+
273
+ ## Thanks, and how to contribute
274
+
275
+ Thanks to the [chirper.ai](https://chirper.ai) team!
276
+
277
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
278
+
279
+ 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.
280
+
281
+ 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.
282
+
283
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
284
+
285
+ * Patreon: https://patreon.com/TheBlokeAI
286
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
287
+
288
+ **Special thanks to**: Aemon Algiz.
289
+
290
+ **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
291
+
292
+
293
+ Thank you to all my generous patrons and donaters!
294
+
295
+ And thank you again to a16z for their generous grant.
296
+
297
+ <!-- footer end -->
298
+
299
+ <!-- original-model-card start -->
300
+ # Original model card: Migel Tissera's Tess M v1.3
301
+
302
+
303
+ # Note:
304
+ This version is the stable release. The issues that were present in versions 1.0, 1.1 and 1.2 all have been rectified. Thank you for your patience while R&D was conducted. Enjoy!
305
+
306
+ This model have been tested on context length up to 16K. Model produced slight repetition around 16K context length. I recommend testing the model to your usecase and limiting the context length.
307
+
308
+ Here's my learnings going from Tess-v1.0 to Tess-v1.3: https://migel.substack.com/p/learnings-from-training-tess
309
+
310
+ # Tess
311
+
312
+ ![Tess](https://huggingface.co/migtissera/Tess-M-v1.0/resolve/main/Tess.png)
313
+
314
+ Tess, short for Tessoro/Tessoso, is a general purpose Large Language Model series. Tess-M-v1.3 was trained on the Yi-34B-200K base.
315
+
316
+
317
+ # Prompt Format:
318
+
319
+ ```
320
+ SYSTEM: <ANY SYSTEM CONTEXT>
321
+ USER:
322
+ ASSISTANT:
323
+ ```
324
+
325
+
326
+ <!-- original-model-card end -->