TheBloke commited on
Commit
431d23d
1 Parent(s): d08e8bd

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +446 -0
README.md ADDED
@@ -0,0 +1,446 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: 01-ai/Yi-6B-200K
3
+ inference: false
4
+ license: other
5
+ license_link: LICENSE
6
+ license_name: yi-license
7
+ model_creator: 01-ai
8
+ model_name: Yi 6B 200K
9
+ model_type: yi
10
+ prompt_template: '{prompt}
11
+
12
+ '
13
+ quantized_by: TheBloke
14
+ ---
15
+ <!-- markdownlint-disable MD041 -->
16
+
17
+ <!-- header start -->
18
+ <!-- 200823 -->
19
+ <div style="width: auto; margin-left: auto; margin-right: auto">
20
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
21
+ </div>
22
+ <div style="display: flex; justify-content: space-between; width: 100%;">
23
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
24
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
25
+ </div>
26
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
27
+ <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>
28
+ </div>
29
+ </div>
30
+ <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>
31
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
32
+ <!-- header end -->
33
+
34
+ # Yi 6B 200K - GPTQ
35
+ - Model creator: [01-ai](https://huggingface.co/01-ai)
36
+ - Original model: [Yi 6B 200K](https://huggingface.co/01-ai/Yi-6B-200K)
37
+
38
+ <!-- description start -->
39
+ ## Description
40
+
41
+ This repo contains GPTQ model files for [01-ai's Yi 6B 200K](https://huggingface.co/01-ai/Yi-6B-200K).
42
+
43
+ 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.
44
+
45
+ These files were quantised using hardware kindly provided by [Massed Compute](https://massedcompute.com/).
46
+
47
+ <!-- description end -->
48
+ <!-- repositories-available start -->
49
+ ## Repositories available
50
+
51
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/Yi-6B-200K-AWQ)
52
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Yi-6B-200K-GPTQ)
53
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/Yi-6B-200K-GGUF)
54
+ * [01-ai's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/01-ai/Yi-6B-200K)
55
+ <!-- repositories-available end -->
56
+
57
+ <!-- prompt-template start -->
58
+ ## Prompt template: None
59
+
60
+ ```
61
+ {prompt}
62
+
63
+ ```
64
+
65
+ <!-- prompt-template end -->
66
+
67
+
68
+
69
+ <!-- README_GPTQ.md-compatible clients start -->
70
+ ## Known compatible clients / servers
71
+
72
+ These GPTQ models are known to work in the following inference servers/webuis.
73
+
74
+ - [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
75
+ - [KoboldAI United](https://github.com/henk717/koboldai)
76
+ - [LoLLMS Web UI](https://github.com/ParisNeo/lollms-webui)
77
+ - [Hugging Face Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference)
78
+
79
+ This may not be a complete list; if you know of others, please let me know!
80
+ <!-- README_GPTQ.md-compatible clients end -->
81
+
82
+ <!-- README_GPTQ.md-provided-files start -->
83
+ ## Provided files, and GPTQ parameters
84
+
85
+ Multiple quantisation parameters are provided, to allow you to choose the best one for your hardware and requirements.
86
+
87
+ Each separate quant is in a different branch. See below for instructions on fetching from different branches.
88
+
89
+ Most GPTQ files are made with AutoGPTQ. Mistral models are currently made with Transformers.
90
+
91
+ <details>
92
+ <summary>Explanation of GPTQ parameters</summary>
93
+
94
+ - Bits: The bit size of the quantised model.
95
+ - GS: GPTQ group size. Higher numbers use less VRAM, but have lower quantisation accuracy. "None" is the lowest possible value.
96
+ - 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.
97
+ - Damp %: A GPTQ parameter that affects how samples are processed for quantisation. 0.01 is default, but 0.1 results in slightly better accuracy.
98
+ - 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).
99
+ - 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.
100
+ - ExLlama Compatibility: Whether this file can be loaded with ExLlama, which currently only supports Llama and Mistral models in 4-bit.
101
+
102
+ </details>
103
+
104
+ | Branch | Bits | GS | Act Order | Damp % | GPTQ Dataset | Seq Len | Size | ExLlama | Desc |
105
+ | ------ | ---- | -- | --------- | ------ | ------------ | ------- | ---- | ------- | ---- |
106
+ | [main](https://huggingface.co/TheBloke/Yi-6B-200K-GPTQ/tree/main) | 4 | 128 | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-raw-v1) | 8192 | 3.93 GB | Yes | 4-bit, with Act Order and group size 128g. Uses even less VRAM than 64g, but with slightly lower accuracy. |
107
+ | [gptq-4bit-32g-actorder_True](https://huggingface.co/TheBloke/Yi-6B-200K-GPTQ/tree/gptq-4bit-32g-actorder_True) | 4 | 32 | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-raw-v1) | 8192 | 4.26 GB | Yes | 4-bit, with Act Order and group size 32g. Gives highest possible inference quality, with maximum VRAM usage. |
108
+ | [gptq-8bit--1g-actorder_True](https://huggingface.co/TheBloke/Yi-6B-200K-GPTQ/tree/gptq-8bit--1g-actorder_True) | 8 | None | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-raw-v1) | 8192 | 6.60 GB | No | 8-bit, with Act Order. No group size, to lower VRAM requirements. |
109
+ | [gptq-8bit-128g-actorder_True](https://huggingface.co/TheBloke/Yi-6B-200K-GPTQ/tree/gptq-8bit-128g-actorder_True) | 8 | 128 | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-raw-v1) | 8192 | 6.72 GB | No | 8-bit, with group size 128g for higher inference quality and with Act Order for even higher accuracy. |
110
+ | [gptq-8bit-32g-actorder_True](https://huggingface.co/TheBloke/Yi-6B-200K-GPTQ/tree/gptq-8bit-32g-actorder_True) | 8 | 32 | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-raw-v1) | 8192 | 7.11 GB | No | 8-bit, with group size 32g and Act Order for maximum inference quality. |
111
+ | [gptq-4bit-64g-actorder_True](https://huggingface.co/TheBloke/Yi-6B-200K-GPTQ/tree/gptq-4bit-64g-actorder_True) | 4 | 64 | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-raw-v1) | 8192 | 4.04 GB | Yes | 4-bit, with Act Order and group size 64g. Uses less VRAM than 32g, but with slightly lower accuracy. |
112
+
113
+ <!-- README_GPTQ.md-provided-files end -->
114
+
115
+ <!-- README_GPTQ.md-download-from-branches start -->
116
+ ## How to download, including from branches
117
+
118
+ ### In text-generation-webui
119
+
120
+ To download from the `main` branch, enter `TheBloke/Yi-6B-200K-GPTQ` in the "Download model" box.
121
+
122
+ To download from another branch, add `:branchname` to the end of the download name, eg `TheBloke/Yi-6B-200K-GPTQ:gptq-4bit-32g-actorder_True`
123
+
124
+ ### From the command line
125
+
126
+ I recommend using the `huggingface-hub` Python library:
127
+
128
+ ```shell
129
+ pip3 install huggingface-hub
130
+ ```
131
+
132
+ To download the `main` branch to a folder called `Yi-6B-200K-GPTQ`:
133
+
134
+ ```shell
135
+ mkdir Yi-6B-200K-GPTQ
136
+ huggingface-cli download TheBloke/Yi-6B-200K-GPTQ --local-dir Yi-6B-200K-GPTQ --local-dir-use-symlinks False
137
+ ```
138
+
139
+ To download from a different branch, add the `--revision` parameter:
140
+
141
+ ```shell
142
+ mkdir Yi-6B-200K-GPTQ
143
+ huggingface-cli download TheBloke/Yi-6B-200K-GPTQ --revision gptq-4bit-32g-actorder_True --local-dir Yi-6B-200K-GPTQ --local-dir-use-symlinks False
144
+ ```
145
+
146
+ <details>
147
+ <summary>More advanced huggingface-cli download usage</summary>
148
+
149
+ 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.
150
+
151
+ The cache location can be changed with the `HF_HOME` environment variable, and/or the `--cache-dir` parameter to `huggingface-cli`.
152
+
153
+ 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).
154
+
155
+ To accelerate downloads on fast connections (1Gbit/s or higher), install `hf_transfer`:
156
+
157
+ ```shell
158
+ pip3 install hf_transfer
159
+ ```
160
+
161
+ And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
162
+
163
+ ```shell
164
+ mkdir Yi-6B-200K-GPTQ
165
+ HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download TheBloke/Yi-6B-200K-GPTQ --local-dir Yi-6B-200K-GPTQ --local-dir-use-symlinks False
166
+ ```
167
+
168
+ Windows Command Line users: You can set the environment variable by running `set HF_HUB_ENABLE_HF_TRANSFER=1` before the download command.
169
+ </details>
170
+
171
+ ### With `git` (**not** recommended)
172
+
173
+ To clone a specific branch with `git`, use a command like this:
174
+
175
+ ```shell
176
+ git clone --single-branch --branch gptq-4bit-32g-actorder_True https://huggingface.co/TheBloke/Yi-6B-200K-GPTQ
177
+ ```
178
+
179
+ 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.)
180
+
181
+ <!-- README_GPTQ.md-download-from-branches end -->
182
+ <!-- README_GPTQ.md-text-generation-webui start -->
183
+ ## How to easily download and use this model in [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
184
+
185
+ Please make sure you're using the latest version of [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
186
+
187
+ 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.
188
+
189
+ 1. Click the **Model tab**.
190
+ 2. Under **Download custom model or LoRA**, enter `TheBloke/Yi-6B-200K-GPTQ`.
191
+
192
+ - To download from a specific branch, enter for example `TheBloke/Yi-6B-200K-GPTQ:gptq-4bit-32g-actorder_True`
193
+ - see Provided Files above for the list of branches for each option.
194
+
195
+ 3. Click **Download**.
196
+ 4. The model will start downloading. Once it's finished it will say "Done".
197
+ 5. In the top left, click the refresh icon next to **Model**.
198
+ 6. In the **Model** dropdown, choose the model you just downloaded: `Yi-6B-200K-GPTQ`
199
+ 7. The model will automatically load, and is now ready for use!
200
+ 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.
201
+
202
+ - 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`.
203
+
204
+ 9. Once you're ready, click the **Text Generation** tab and enter a prompt to get started!
205
+
206
+ <!-- README_GPTQ.md-text-generation-webui end -->
207
+
208
+ <!-- README_GPTQ.md-use-from-tgi start -->
209
+ ## Serving this model from Text Generation Inference (TGI)
210
+
211
+ 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`
212
+
213
+ Example Docker parameters:
214
+
215
+ ```shell
216
+ --model-id TheBloke/Yi-6B-200K-GPTQ --port 3000 --quantize gptq --max-input-length 3696 --max-total-tokens 4096 --max-batch-prefill-tokens 4096
217
+ ```
218
+
219
+ Example Python code for interfacing with TGI (requires huggingface-hub 0.17.0 or later):
220
+
221
+ ```shell
222
+ pip3 install huggingface-hub
223
+ ```
224
+
225
+ ```python
226
+ from huggingface_hub import InferenceClient
227
+
228
+ endpoint_url = "https://your-endpoint-url-here"
229
+
230
+ prompt = "Tell me about AI"
231
+ prompt_template=f'''{prompt}
232
+ '''
233
+
234
+ client = InferenceClient(endpoint_url)
235
+ response = client.text_generation(prompt,
236
+ max_new_tokens=128,
237
+ do_sample=True,
238
+ temperature=0.7,
239
+ top_p=0.95,
240
+ top_k=40,
241
+ repetition_penalty=1.1)
242
+
243
+ print(f"Model output: {response}")
244
+ ```
245
+ <!-- README_GPTQ.md-use-from-tgi end -->
246
+ <!-- README_GPTQ.md-use-from-python start -->
247
+ ## How to use this GPTQ model from Python code
248
+
249
+ ### Install the necessary packages
250
+
251
+ Requires: Transformers 4.33.0 or later, Optimum 1.12.0 or later, and AutoGPTQ 0.4.2 or later.
252
+
253
+ ```shell
254
+ pip3 install transformers optimum
255
+ pip3 install auto-gptq --extra-index-url https://huggingface.github.io/autogptq-index/whl/cu118/ # Use cu117 if on CUDA 11.7
256
+ ```
257
+
258
+ If you have problems installing AutoGPTQ using the pre-built wheels, install it from source instead:
259
+
260
+ ```shell
261
+ pip3 uninstall -y auto-gptq
262
+ git clone https://github.com/PanQiWei/AutoGPTQ
263
+ cd AutoGPTQ
264
+ git checkout v0.4.2
265
+ pip3 install .
266
+ ```
267
+
268
+ ### You can then use the following code
269
+
270
+ ```python
271
+ from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
272
+
273
+ model_name_or_path = "TheBloke/Yi-6B-200K-GPTQ"
274
+ # To use a different branch, change revision
275
+ # For example: revision="gptq-4bit-32g-actorder_True"
276
+ model = AutoModelForCausalLM.from_pretrained(model_name_or_path,
277
+ device_map="auto",
278
+ trust_remote_code=True,
279
+ revision="main")
280
+
281
+ tokenizer = AutoTokenizer.from_pretrained(model_name_or_path, use_fast=True)
282
+
283
+ prompt = "Tell me about AI"
284
+ prompt_template=f'''{prompt}
285
+ '''
286
+
287
+ print("\n\n*** Generate:")
288
+
289
+ input_ids = tokenizer(prompt_template, return_tensors='pt').input_ids.cuda()
290
+ output = model.generate(inputs=input_ids, temperature=0.7, do_sample=True, top_p=0.95, top_k=40, max_new_tokens=512)
291
+ print(tokenizer.decode(output[0]))
292
+
293
+ # Inference can also be done using transformers' pipeline
294
+
295
+ print("*** Pipeline:")
296
+ pipe = pipeline(
297
+ "text-generation",
298
+ model=model,
299
+ tokenizer=tokenizer,
300
+ max_new_tokens=512,
301
+ do_sample=True,
302
+ temperature=0.7,
303
+ top_p=0.95,
304
+ top_k=40,
305
+ repetition_penalty=1.1
306
+ )
307
+
308
+ print(pipe(prompt_template)[0]['generated_text'])
309
+ ```
310
+ <!-- README_GPTQ.md-use-from-python end -->
311
+
312
+ <!-- README_GPTQ.md-compatibility start -->
313
+ ## Compatibility
314
+
315
+ The files provided are tested to work with Transformers. For non-Mistral models, AutoGPTQ can also be used directly.
316
+
317
+ [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.
318
+
319
+ For a list of clients/servers, please see "Known compatible clients / servers", above.
320
+ <!-- README_GPTQ.md-compatibility end -->
321
+
322
+ <!-- footer start -->
323
+ <!-- 200823 -->
324
+ ## Discord
325
+
326
+ For further support, and discussions on these models and AI in general, join us at:
327
+
328
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
329
+
330
+ ## Thanks, and how to contribute
331
+
332
+ Thanks to the [chirper.ai](https://chirper.ai) team!
333
+
334
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
335
+
336
+ 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.
337
+
338
+ 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.
339
+
340
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
341
+
342
+ * Patreon: https://patreon.com/TheBlokeAI
343
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
344
+
345
+ **Special thanks to**: Aemon Algiz.
346
+
347
+ **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
348
+
349
+
350
+ Thank you to all my generous patrons and donaters!
351
+
352
+ And thank you again to a16z for their generous grant.
353
+
354
+ <!-- footer end -->
355
+
356
+ # Original model card: 01-ai's Yi 6B 200K
357
+
358
+ <div align="center">
359
+
360
+ <img src="./Yi.svg" width="200px">
361
+
362
+ </div>
363
+
364
+ ## Introduction
365
+
366
+ The **Yi** series models are large language models trained from scratch by
367
+ developers at [01.AI](https://01.ai/). The first public release contains two
368
+ bilingual(English/Chinese) base models with the parameter sizes of 6B([`Yi-6B`](https://huggingface.co/01-ai/Yi-6B))
369
+ and 34B([`Yi-34B`](https://huggingface.co/01-ai/Yi-34B)). Both of them are trained
370
+ with 4K sequence length and can be extended to 32K during inference time.
371
+ The [`Yi-6B-200K`](https://huggingface.co/01-ai/Yi-6B-200K)
372
+ and [`Yi-34B-200K`](https://huggingface.co/01-ai/Yi-34B-200K) are base model with
373
+ 200K context length.
374
+
375
+ ## News
376
+
377
+ - 🎯 **2023/11/06**: The base model of [`Yi-6B-200K`](https://huggingface.co/01-ai/Yi-6B-200K)
378
+ and [`Yi-34B-200K`](https://huggingface.co/01-ai/Yi-34B-200K) with 200K context length.
379
+ - 🎯 **2023/11/02**: The base model of [`Yi-6B`](https://huggingface.co/01-ai/Yi-6B) and
380
+ [`Yi-34B`](https://huggingface.co/01-ai/Yi-34B).
381
+
382
+
383
+ ## Model Performance
384
+
385
+ | Model | MMLU | CMMLU | C-Eval | GAOKAO | BBH | Common-sense Reasoning | Reading Comprehension | Math & Code |
386
+ | :------------ | :------: | :------: | :------: | :------: | :------: | :--------------------: | :-------------------: | :---------: |
387
+ | | 5-shot | 5-shot | 5-shot | 0-shot | 3-shot@1 | - | - | - |
388
+ | LLaMA2-34B | 62.6 | - | - | - | 44.1 | 69.9 | 68.0 | 26.0 |
389
+ | LLaMA2-70B | 68.9 | 53.3 | - | 49.8 | 51.2 | 71.9 | 69.4 | 36.8 |
390
+ | Baichuan2-13B | 59.2 | 62.0 | 58.1 | 54.3 | 48.8 | 64.3 | 62.4 | 23.0 |
391
+ | Qwen-14B | 66.3 | 71.0 | 72.1 | 62.5 | 53.4 | 73.3 | 72.5 | **39.8** |
392
+ | Skywork-13B | 62.1 | 61.8 | 60.6 | 68.1 | 41.7 | 72.4 | 61.4 | 24.9 |
393
+ | InternLM-20B | 62.1 | 59.0 | 58.8 | 45.5 | 52.5 | 78.3 | - | 30.4 |
394
+ | Aquila-34B | 67.8 | 71.4 | 63.1 | - | - | - | - | - |
395
+ | Falcon-180B | 70.4 | 58.0 | 57.8 | 59.0 | 54.0 | 77.3 | 68.8 | 34.0 |
396
+ | Yi-6B | 63.2 | 75.5 | 72.0 | 72.2 | 42.8 | 72.3 | 68.7 | 19.8 |
397
+ | Yi-6B-200K | 64.0 | 75.3 | 73.5 | 73.9 | 42.0 | 72.0 | 69.1 | 19.0 |
398
+ | **Yi-34B** | **76.3** | **83.7** | 81.4 | 82.8 | **54.3** | **80.1** | 76.4 | 37.1 |
399
+ | Yi-34B-200K | 76.1 | 83.6 | **81.9** | **83.4** | 52.7 | 79.7 | **76.6** | 36.3 |
400
+
401
+ While benchmarking open-source models, we have observed a disparity between the
402
+ results generated by our pipeline and those reported in public sources (e.g.
403
+ OpenCompass). Upon conducting a more in-depth investigation of this difference,
404
+ we have discovered that various models may employ different prompts,
405
+ post-processing strategies, and sampling techniques, potentially resulting in
406
+ significant variations in the outcomes. Our prompt and post-processing strategy
407
+ remains consistent with the original benchmark, and greedy decoding is employed
408
+ during evaluation without any post-processing for the generated content. For
409
+ scores that were not reported by the original authors (including scores reported
410
+ with different settings), we try to get results with our pipeline.
411
+
412
+ To evaluate the model's capability extensively, we adopted the methodology
413
+ outlined in Llama2. Specifically, we included PIQA, SIQA, HellaSwag, WinoGrande,
414
+ ARC, OBQA, and CSQA to assess common sense reasoning. SquAD, QuAC, and BoolQ
415
+ were incorporated to evaluate reading comprehension. CSQA was exclusively tested
416
+ using a 7-shot setup, while all other tests were conducted with a 0-shot
417
+ configuration. Additionally, we introduced GSM8K (8-shot@1), MATH (4-shot@1),
418
+ HumanEval (0-shot@1), and MBPP (3-shot@1) under the category "Math & Code". Due
419
+ to technical constraints, we did not test Falcon-180 on QuAC and OBQA; the score
420
+ is derived by averaging the scores on the remaining tasks. Since the scores for
421
+ these two tasks are generally lower than the average, we believe that
422
+ Falcon-180B's performance was not underestimated.
423
+
424
+ ## Usage
425
+
426
+ Please visit our [github repository](https://github.com/01-ai/Yi) for general
427
+ guidance on how to use this model.
428
+
429
+ ## Disclaimer
430
+
431
+ Although we use data compliance checking algorithms during the training process
432
+ to ensure the compliance of the trained model to the best of our ability, due to
433
+ the complexity of the data and the diversity of language model usage scenarios,
434
+ we cannot guarantee that the model will generate correct and reasonable output
435
+ in all scenarios. Please be aware that there is still a risk of the model
436
+ producing problematic outputs. We will not be responsible for any risks and
437
+ issues resulting from misuse, misguidance, illegal usage, and related
438
+ misinformation, as well as any associated data security concerns.
439
+
440
+ ## License
441
+
442
+ The Yi series models are fully open for academic research and free commercial
443
+ usage with permission via applications. All usage must adhere to the [Model
444
+ License Agreement 2.0](https://huggingface.co/01-ai/Yi-6B-200K/blob/main/LICENSE). To
445
+ apply for the official commercial license, please contact us
446
+ ([yi@01.ai](mailto:yi@01.ai)).