TheBloke commited on
Commit
370d064
1 Parent(s): 6388b22

Upload README.md

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