Text Generation
Transformers
Safetensors
Chinese
English
mistral
text-generation-inference
4-bit precision
gptq
TheBloke commited on
Commit
09a5246
1 Parent(s): 6253925

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +400 -0
README.md ADDED
@@ -0,0 +1,400 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Azure99/blossom-v3-mistral-7b
3
+ datasets:
4
+ - Azure99/blossom-chat-v1
5
+ - Azure99/blossom-math-v2
6
+ - Azure99/blossom-wizard-v1
7
+ - Azure99/blossom-orca-v1
8
+ inference: false
9
+ language:
10
+ - zh
11
+ - en
12
+ license: apache-2.0
13
+ model_creator: Azure99
14
+ model_name: Blossom V3 Mistral 7B
15
+ model_type: mistral
16
+ prompt_template: "|Human|: {prompt}\n|Bot|: \n"
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
+ # Blossom V3 Mistral 7B - GPTQ
39
+ - Model creator: [Azure99](https://huggingface.co/Azure99)
40
+ - Original model: [Blossom V3 Mistral 7B](https://huggingface.co/Azure99/blossom-v3-mistral-7b)
41
+
42
+ <!-- description start -->
43
+ # Description
44
+
45
+ This repo contains GPTQ model files for [Azure99's Blossom V3 Mistral 7B](https://huggingface.co/Azure99/blossom-v3-mistral-7b).
46
+
47
+ Multiple GPTQ parameter permutations are provided; see Provided Files below for details of the options provided, their parameters, and the software used to create them.
48
+
49
+ These files were quantised using hardware kindly provided by [Massed Compute](https://massedcompute.com/).
50
+
51
+ <!-- description end -->
52
+ <!-- repositories-available start -->
53
+ ## Repositories available
54
+
55
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/blossom-v3-mistral-7B-AWQ)
56
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/blossom-v3-mistral-7B-GPTQ)
57
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/blossom-v3-mistral-7B-GGUF)
58
+ * [Azure99's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/Azure99/blossom-v3-mistral-7b)
59
+ <!-- repositories-available end -->
60
+
61
+ <!-- prompt-template start -->
62
+ ## Prompt template: Blossom
63
+
64
+ ```
65
+ |Human|: {prompt}
66
+ |Bot|:
67
+
68
+ ```
69
+
70
+ <!-- prompt-template end -->
71
+
72
+
73
+
74
+ <!-- README_GPTQ.md-compatible clients start -->
75
+ ## Known compatible clients / servers
76
+
77
+ These GPTQ models are known to work in the following inference servers/webuis.
78
+
79
+ - [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
80
+ - [KoboldAI United](https://github.com/henk717/koboldai)
81
+ - [LoLLMS Web UI](https://github.com/ParisNeo/lollms-webui)
82
+ - [Hugging Face Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference)
83
+
84
+ This may not be a complete list; if you know of others, please let me know!
85
+ <!-- README_GPTQ.md-compatible clients end -->
86
+
87
+ <!-- README_GPTQ.md-provided-files start -->
88
+ ## Provided files, and GPTQ parameters
89
+
90
+ Multiple quantisation parameters are provided, to allow you to choose the best one for your hardware and requirements.
91
+
92
+ Each separate quant is in a different branch. See below for instructions on fetching from different branches.
93
+
94
+ Most GPTQ files are made with AutoGPTQ. Mistral models are currently made with Transformers.
95
+
96
+ <details>
97
+ <summary>Explanation of GPTQ parameters</summary>
98
+
99
+ - Bits: The bit size of the quantised model.
100
+ - GS: GPTQ group size. Higher numbers use less VRAM, but have lower quantisation accuracy. "None" is the lowest possible value.
101
+ - Act Order: True or False. Also known as `desc_act`. True results in better quantisation accuracy. Some GPTQ clients have had issues with models that use Act Order plus Group Size, but this is generally resolved now.
102
+ - Damp %: A GPTQ parameter that affects how samples are processed for quantisation. 0.01 is default, but 0.1 results in slightly better accuracy.
103
+ - GPTQ dataset: The calibration dataset used during quantisation. Using a dataset more appropriate to the model's training can improve quantisation accuracy. Note that the GPTQ calibration dataset is not the same as the dataset used to train the model - please refer to the original model repo for details of the training dataset(s).
104
+ - Sequence Length: The length of the dataset sequences used for quantisation. Ideally this is the same as the model sequence length. For some very long sequence models (16+K), a lower sequence length may have to be used. Note that a lower sequence length does not limit the sequence length of the quantised model. It only impacts the quantisation accuracy on longer inference sequences.
105
+ - ExLlama Compatibility: Whether this file can be loaded with ExLlama, which currently only supports Llama and Mistral models in 4-bit.
106
+
107
+ </details>
108
+
109
+ | Branch | Bits | GS | Act Order | Damp % | GPTQ Dataset | Seq Len | Size | ExLlama | Desc |
110
+ | ------ | ---- | -- | --------- | ------ | ------------ | ------- | ---- | ------- | ---- |
111
+ | [main](https://huggingface.co/TheBloke/blossom-v3-mistral-7B-GPTQ/tree/main) | 4 | 128 | Yes | 0.1 | [chinese](https://huggingface.co/datasets/TigerResearch/sft_zh/viewer/) | 4096 | 4.16 GB | Yes | 4-bit, with Act Order and group size 128g. Uses even less VRAM than 64g, but with slightly lower accuracy. |
112
+ | [gptq-4bit-32g-actorder_True](https://huggingface.co/TheBloke/blossom-v3-mistral-7B-GPTQ/tree/gptq-4bit-32g-actorder_True) | 4 | 32 | Yes | 0.1 | [chinese](https://huggingface.co/datasets/TigerResearch/sft_zh/viewer/) | 4096 | 4.57 GB | Yes | 4-bit, with Act Order and group size 32g. Gives highest possible inference quality, with maximum VRAM usage. |
113
+ | [gptq-8bit--1g-actorder_True](https://huggingface.co/TheBloke/blossom-v3-mistral-7B-GPTQ/tree/gptq-8bit--1g-actorder_True) | 8 | None | Yes | 0.1 | [chinese](https://huggingface.co/datasets/TigerResearch/sft_zh/viewer/) | 4096 | 7.52 GB | No | 8-bit, with Act Order. No group size, to lower VRAM requirements. |
114
+ | [gptq-8bit-128g-actorder_True](https://huggingface.co/TheBloke/blossom-v3-mistral-7B-GPTQ/tree/gptq-8bit-128g-actorder_True) | 8 | 128 | Yes | 0.1 | [chinese](https://huggingface.co/datasets/TigerResearch/sft_zh/viewer/) | 4096 | 7.68 GB | No | 8-bit, with group size 128g for higher inference quality and with Act Order for even higher accuracy. |
115
+ | [gptq-8bit-32g-actorder_True](https://huggingface.co/TheBloke/blossom-v3-mistral-7B-GPTQ/tree/gptq-8bit-32g-actorder_True) | 8 | 32 | Yes | 0.1 | [chinese](https://huggingface.co/datasets/TigerResearch/sft_zh/viewer/) | 4096 | 8.17 GB | No | 8-bit, with group size 32g and Act Order for maximum inference quality. |
116
+ | [gptq-4bit-64g-actorder_True](https://huggingface.co/TheBloke/blossom-v3-mistral-7B-GPTQ/tree/gptq-4bit-64g-actorder_True) | 4 | 64 | Yes | 0.1 | [chinese](https://huggingface.co/datasets/TigerResearch/sft_zh/viewer/) | 4096 | 4.29 GB | Yes | 4-bit, with Act Order and group size 64g. Uses less VRAM than 32g, but with slightly lower accuracy. |
117
+
118
+ <!-- README_GPTQ.md-provided-files end -->
119
+
120
+ <!-- README_GPTQ.md-download-from-branches start -->
121
+ ## How to download, including from branches
122
+
123
+ ### In text-generation-webui
124
+
125
+ To download from the `main` branch, enter `TheBloke/blossom-v3-mistral-7B-GPTQ` in the "Download model" box.
126
+
127
+ To download from another branch, add `:branchname` to the end of the download name, eg `TheBloke/blossom-v3-mistral-7B-GPTQ:gptq-4bit-32g-actorder_True`
128
+
129
+ ### From the command line
130
+
131
+ I recommend using the `huggingface-hub` Python library:
132
+
133
+ ```shell
134
+ pip3 install huggingface-hub
135
+ ```
136
+
137
+ To download the `main` branch to a folder called `blossom-v3-mistral-7B-GPTQ`:
138
+
139
+ ```shell
140
+ mkdir blossom-v3-mistral-7B-GPTQ
141
+ huggingface-cli download TheBloke/blossom-v3-mistral-7B-GPTQ --local-dir blossom-v3-mistral-7B-GPTQ --local-dir-use-symlinks False
142
+ ```
143
+
144
+ To download from a different branch, add the `--revision` parameter:
145
+
146
+ ```shell
147
+ mkdir blossom-v3-mistral-7B-GPTQ
148
+ huggingface-cli download TheBloke/blossom-v3-mistral-7B-GPTQ --revision gptq-4bit-32g-actorder_True --local-dir blossom-v3-mistral-7B-GPTQ --local-dir-use-symlinks False
149
+ ```
150
+
151
+ <details>
152
+ <summary>More advanced huggingface-cli download usage</summary>
153
+
154
+ If you remove the `--local-dir-use-symlinks False` parameter, the files will instead be stored in the central Hugging Face cache directory (default location on Linux is: `~/.cache/huggingface`), and symlinks will be added to the specified `--local-dir`, pointing to their real location in the cache. This allows for interrupted downloads to be resumed, and allows you to quickly clone the repo to multiple places on disk without triggering a download again. The downside, and the reason why I don't list that as the default option, is that the files are then hidden away in a cache folder and it's harder to know where your disk space is being used, and to clear it up if/when you want to remove a download model.
155
+
156
+ The cache location can be changed with the `HF_HOME` environment variable, and/or the `--cache-dir` parameter to `huggingface-cli`.
157
+
158
+ 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).
159
+
160
+ To accelerate downloads on fast connections (1Gbit/s or higher), install `hf_transfer`:
161
+
162
+ ```shell
163
+ pip3 install hf_transfer
164
+ ```
165
+
166
+ And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
167
+
168
+ ```shell
169
+ mkdir blossom-v3-mistral-7B-GPTQ
170
+ HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download TheBloke/blossom-v3-mistral-7B-GPTQ --local-dir blossom-v3-mistral-7B-GPTQ --local-dir-use-symlinks False
171
+ ```
172
+
173
+ Windows Command Line users: You can set the environment variable by running `set HF_HUB_ENABLE_HF_TRANSFER=1` before the download command.
174
+ </details>
175
+
176
+ ### With `git` (**not** recommended)
177
+
178
+ To clone a specific branch with `git`, use a command like this:
179
+
180
+ ```shell
181
+ git clone --single-branch --branch gptq-4bit-32g-actorder_True https://huggingface.co/TheBloke/blossom-v3-mistral-7B-GPTQ
182
+ ```
183
+
184
+ Note that using Git with HF repos is strongly discouraged. It will be much slower than using `huggingface-hub`, and will use twice as much disk space as it has to store the model files twice (it stores every byte both in the intended target folder, and again in the `.git` folder as a blob.)
185
+
186
+ <!-- README_GPTQ.md-download-from-branches end -->
187
+ <!-- README_GPTQ.md-text-generation-webui start -->
188
+ ## How to easily download and use this model in [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
189
+
190
+ Please make sure you're using the latest version of [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
191
+
192
+ It is strongly recommended to use the text-generation-webui one-click-installers unless you're sure you know how to make a manual install.
193
+
194
+ 1. Click the **Model tab**.
195
+ 2. Under **Download custom model or LoRA**, enter `TheBloke/blossom-v3-mistral-7B-GPTQ`.
196
+
197
+ - To download from a specific branch, enter for example `TheBloke/blossom-v3-mistral-7B-GPTQ:gptq-4bit-32g-actorder_True`
198
+ - see Provided Files above for the list of branches for each option.
199
+
200
+ 3. Click **Download**.
201
+ 4. The model will start downloading. Once it's finished it will say "Done".
202
+ 5. In the top left, click the refresh icon next to **Model**.
203
+ 6. In the **Model** dropdown, choose the model you just downloaded: `blossom-v3-mistral-7B-GPTQ`
204
+ 7. The model will automatically load, and is now ready for use!
205
+ 8. If you want any custom settings, set them and then click **Save settings for this model** followed by **Reload the Model** in the top right.
206
+
207
+ - Note that you do not need to and should not set manual GPTQ parameters any more. These are set automatically from the file `quantize_config.json`.
208
+
209
+ 9. Once you're ready, click the **Text Generation** tab and enter a prompt to get started!
210
+
211
+ <!-- README_GPTQ.md-text-generation-webui end -->
212
+
213
+ <!-- README_GPTQ.md-use-from-tgi start -->
214
+ ## Serving this model from Text Generation Inference (TGI)
215
+
216
+ It's recommended to use TGI version 1.1.0 or later. The official Docker container is: `ghcr.io/huggingface/text-generation-inference:1.1.0`
217
+
218
+ Example Docker parameters:
219
+
220
+ ```shell
221
+ --model-id TheBloke/blossom-v3-mistral-7B-GPTQ --port 3000 --quantize gptq --max-input-length 3696 --max-total-tokens 4096 --max-batch-prefill-tokens 4096
222
+ ```
223
+
224
+ Example Python code for interfacing with TGI (requires huggingface-hub 0.17.0 or later):
225
+
226
+ ```shell
227
+ pip3 install huggingface-hub
228
+ ```
229
+
230
+ ```python
231
+ from huggingface_hub import InferenceClient
232
+
233
+ endpoint_url = "https://your-endpoint-url-here"
234
+
235
+ prompt = "Tell me about AI"
236
+ prompt_template=f'''|Human|: {prompt}
237
+ |Bot|:
238
+ '''
239
+
240
+ client = InferenceClient(endpoint_url)
241
+ response = client.text_generation(prompt,
242
+ max_new_tokens=128,
243
+ do_sample=True,
244
+ temperature=0.7,
245
+ top_p=0.95,
246
+ top_k=40,
247
+ repetition_penalty=1.1)
248
+
249
+ print(f"Model output: {response}")
250
+ ```
251
+ <!-- README_GPTQ.md-use-from-tgi end -->
252
+ <!-- README_GPTQ.md-use-from-python start -->
253
+ ## Python code example: inference from this GPTQ model
254
+
255
+ ### Install the necessary packages
256
+
257
+ Requires: Transformers 4.33.0 or later, Optimum 1.12.0 or later, and AutoGPTQ 0.4.2 or later.
258
+
259
+ ```shell
260
+ pip3 install --upgrade transformers optimum
261
+ # If using PyTorch 2.1 + CUDA 12.x:
262
+ pip3 install --upgrade auto-gptq
263
+ # or, if using PyTorch 2.1 + CUDA 11.x:
264
+ pip3 install --upgrade auto-gptq --extra-index-url https://huggingface.github.io/autogptq-index/whl/cu118/
265
+ ```
266
+
267
+ If you are using PyTorch 2.0, you will need to install AutoGPTQ from source. Likewise if you have problems with the pre-built wheels, you should try building from source:
268
+
269
+ ```shell
270
+ pip3 uninstall -y auto-gptq
271
+ git clone https://github.com/PanQiWei/AutoGPTQ
272
+ cd AutoGPTQ
273
+ git checkout v0.5.1
274
+ pip3 install .
275
+ ```
276
+
277
+ ### Example Python code
278
+
279
+ ```python
280
+ from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
281
+
282
+ model_name_or_path = "TheBloke/blossom-v3-mistral-7B-GPTQ"
283
+ # To use a different branch, change revision
284
+ # For example: revision="gptq-4bit-32g-actorder_True"
285
+ model = AutoModelForCausalLM.from_pretrained(model_name_or_path,
286
+ device_map="auto",
287
+ trust_remote_code=False,
288
+ revision="main")
289
+
290
+ tokenizer = AutoTokenizer.from_pretrained(model_name_or_path, use_fast=True)
291
+
292
+ prompt = "Tell me about AI"
293
+ prompt_template=f'''|Human|: {prompt}
294
+ |Bot|:
295
+ '''
296
+
297
+ print("\n\n*** Generate:")
298
+
299
+ input_ids = tokenizer(prompt_template, return_tensors='pt').input_ids.cuda()
300
+ output = model.generate(inputs=input_ids, temperature=0.7, do_sample=True, top_p=0.95, top_k=40, max_new_tokens=512)
301
+ print(tokenizer.decode(output[0]))
302
+
303
+ # Inference can also be done using transformers' pipeline
304
+
305
+ print("*** Pipeline:")
306
+ pipe = pipeline(
307
+ "text-generation",
308
+ model=model,
309
+ tokenizer=tokenizer,
310
+ max_new_tokens=512,
311
+ do_sample=True,
312
+ temperature=0.7,
313
+ top_p=0.95,
314
+ top_k=40,
315
+ repetition_penalty=1.1
316
+ )
317
+
318
+ print(pipe(prompt_template)[0]['generated_text'])
319
+ ```
320
+ <!-- README_GPTQ.md-use-from-python end -->
321
+
322
+ <!-- README_GPTQ.md-compatibility start -->
323
+ ## Compatibility
324
+
325
+ The files provided are tested to work with Transformers. For non-Mistral models, AutoGPTQ can also be used directly.
326
+
327
+ [ExLlama](https://github.com/turboderp/exllama) is compatible with Llama and Mistral models in 4-bit. Please see the Provided Files table above for per-file compatibility.
328
+
329
+ For a list of clients/servers, please see "Known compatible clients / servers", above.
330
+ <!-- README_GPTQ.md-compatibility end -->
331
+
332
+ <!-- footer start -->
333
+ <!-- 200823 -->
334
+ ## Discord
335
+
336
+ For further support, and discussions on these models and AI in general, join us at:
337
+
338
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
339
+
340
+ ## Thanks, and how to contribute
341
+
342
+ Thanks to the [chirper.ai](https://chirper.ai) team!
343
+
344
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
345
+
346
+ 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.
347
+
348
+ 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.
349
+
350
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
351
+
352
+ * Patreon: https://patreon.com/TheBlokeAI
353
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
354
+
355
+ **Special thanks to**: Aemon Algiz.
356
+
357
+ **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
358
+
359
+
360
+ Thank you to all my generous patrons and donaters!
361
+
362
+ And thank you again to a16z for their generous grant.
363
+
364
+ <!-- footer end -->
365
+
366
+ # Original model card: Azure99's Blossom V3 Mistral 7B
367
+
368
+ # **BLOSSOM-v3-mistral-7b**
369
+
370
+ ### 介绍
371
+
372
+ Blossom是一个对话式语言模型,基于Mistral-7B-v0.1预训练模型,在Blossom Orca/Wizard/Chat/Math混合数据集上进行指令精调得来。Blossom拥有强大的通用能力及上下文理解能力,此外,训练使用的高质量中英文数据集也进行了开源。
373
+
374
+ 训练分为两阶段,第一阶段使用100K Wizard、100K Orca单轮指令数据集,训练1个epoch;第二阶段使用2K Blossom math数学推理数据集、50K Blossom chat多轮对话数据集、以及上一阶段中随机采样1%的数据,训练3个epoch。
375
+
376
+ 注意:Mistral-7B-v0.1预训练模型的中文知识较为欠缺,因此对于中文场景,更推荐使用[blossom-v3-baichuan2-7b](https://huggingface.co/Azure99/blossom-v3-baichuan2-7b)
377
+
378
+ ### 推理
379
+
380
+ 推理采用对话续写的形式。
381
+
382
+ 单轮对话
383
+
384
+ ```
385
+ A chat between a human and an artificial intelligence bot. The bot gives helpful, detailed, and polite answers to the human's questions.
386
+ |Human|: 你好
387
+ |Bot|:
388
+ ```
389
+
390
+ 多轮对话
391
+
392
+ ```
393
+ A chat between a human and an artificial intelligence bot. The bot gives helpful, detailed, and polite answers to the human's questions.
394
+ |Human|: 你好
395
+ |Bot|: 你好,有什么我能帮助你的?</s>
396
+ |Human|: 介绍下中国的首都吧
397
+ |Bot|:
398
+ ```
399
+
400
+ 注意:在历史对话的Bot输出结尾,拼接一个&lt;/s&gt;