TheBloke commited on
Commit
f154839
1 Parent(s): b43d161

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +478 -0
README.md ADDED
@@ -0,0 +1,478 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: adamo1139/Yi-34B-200K-AEZAKMI-v2
3
+ datasets:
4
+ - adamo1139/AEZAKMI_v2
5
+ inference: false
6
+ license: other
7
+ license_link: LICENSE
8
+ license_name: yi-license
9
+ model_creator: Adam
10
+ model_name: Yi 34B 200K Aezakmi v2
11
+ model_type: yi
12
+ prompt_template: '<|im_start|>system
13
+
14
+ {system_message}<|im_end|>
15
+
16
+ <|im_start|>user
17
+
18
+ {prompt}<|im_end|>
19
+
20
+ <|im_start|>assistant
21
+
22
+ '
23
+ quantized_by: TheBloke
24
+ tags:
25
+ - llm
26
+ - fine-tune
27
+ - yi
28
+ ---
29
+ <!-- markdownlint-disable MD041 -->
30
+
31
+ <!-- header start -->
32
+ <!-- 200823 -->
33
+ <div style="width: auto; margin-left: auto; margin-right: auto">
34
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
35
+ </div>
36
+ <div style="display: flex; justify-content: space-between; width: 100%;">
37
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
38
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
39
+ </div>
40
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
41
+ <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>
42
+ </div>
43
+ </div>
44
+ <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>
45
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
46
+ <!-- header end -->
47
+
48
+ # Yi 34B 200K Aezakmi v2 - GPTQ
49
+ - Model creator: [Adam](https://huggingface.co/adamo1139)
50
+ - Original model: [Yi 34B 200K Aezakmi v2](https://huggingface.co/adamo1139/Yi-34B-200K-AEZAKMI-v2)
51
+
52
+ <!-- description start -->
53
+ # Description
54
+
55
+ This repo contains GPTQ model files for [Adam's Yi 34B 200K Aezakmi v2](https://huggingface.co/adamo1139/Yi-34B-200K-AEZAKMI-v2).
56
+
57
+ 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.
58
+
59
+ <!-- description end -->
60
+ <!-- repositories-available start -->
61
+ ## Repositories available
62
+
63
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/Yi-34B-200K-AEZAKMI-v2-AWQ)
64
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Yi-34B-200K-AEZAKMI-v2-GPTQ)
65
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/Yi-34B-200K-AEZAKMI-v2-GGUF)
66
+ * [Adam's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/adamo1139/Yi-34B-200K-AEZAKMI-v2)
67
+ <!-- repositories-available end -->
68
+
69
+ <!-- prompt-template start -->
70
+ ## Prompt template: ChatML
71
+
72
+ ```
73
+ <|im_start|>system
74
+ {system_message}<|im_end|>
75
+ <|im_start|>user
76
+ {prompt}<|im_end|>
77
+ <|im_start|>assistant
78
+
79
+ ```
80
+
81
+ <!-- prompt-template end -->
82
+
83
+
84
+
85
+ <!-- README_GPTQ.md-compatible clients start -->
86
+ ## Known compatible clients / servers
87
+
88
+ GPTQ models are currently supported on Linux (NVidia/AMD) and Windows (NVidia only). macOS users: please use GGUF models.
89
+
90
+ These GPTQ models are known to work in the following inference servers/webuis.
91
+
92
+ - [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
93
+ - [KoboldAI United](https://github.com/henk717/koboldai)
94
+ - [LoLLMS Web UI](https://github.com/ParisNeo/lollms-webui)
95
+ - [Hugging Face Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference)
96
+
97
+ This may not be a complete list; if you know of others, please let me know!
98
+ <!-- README_GPTQ.md-compatible clients end -->
99
+
100
+ <!-- README_GPTQ.md-provided-files start -->
101
+ ## Provided files, and GPTQ parameters
102
+
103
+ Multiple quantisation parameters are provided, to allow you to choose the best one for your hardware and requirements.
104
+
105
+ Each separate quant is in a different branch. See below for instructions on fetching from different branches.
106
+
107
+ Most GPTQ files are made with AutoGPTQ. Mistral models are currently made with Transformers.
108
+
109
+ <details>
110
+ <summary>Explanation of GPTQ parameters</summary>
111
+
112
+ - Bits: The bit size of the quantised model.
113
+ - GS: GPTQ group size. Higher numbers use less VRAM, but have lower quantisation accuracy. "None" is the lowest possible value.
114
+ - 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.
115
+ - Damp %: A GPTQ parameter that affects how samples are processed for quantisation. 0.01 is default, but 0.1 results in slightly better accuracy.
116
+ - 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).
117
+ - 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.
118
+ - ExLlama Compatibility: Whether this file can be loaded with ExLlama, which currently only supports Llama and Mistral models in 4-bit.
119
+
120
+ </details>
121
+
122
+ | Branch | Bits | GS | Act Order | Damp % | GPTQ Dataset | Seq Len | Size | ExLlama | Desc |
123
+ | ------ | ---- | -- | --------- | ------ | ------------ | ------- | ---- | ------- | ---- |
124
+ | [main](https://huggingface.co/TheBloke/Yi-34B-200K-AEZAKMI-v2-GPTQ/tree/main) | 4 | None | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 8192 | 18.60 GB | Yes | 4-bit, with Act Order. No group size, to lower VRAM requirements. |
125
+ | [gptq-4bit-128g-actorder_True](https://huggingface.co/TheBloke/Yi-34B-200K-AEZAKMI-v2-GPTQ/tree/gptq-4bit-128g-actorder_True) | 4 | 128 | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 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. |
126
+ | [gptq-4bit-32g-actorder_True](https://huggingface.co/TheBloke/Yi-34B-200K-AEZAKMI-v2-GPTQ/tree/gptq-4bit-32g-actorder_True) | 4 | 32 | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 8192 | 21.21 GB | Yes | 4-bit, with Act Order and group size 32g. Gives highest possible inference quality, with maximum VRAM usage. |
127
+ | [gptq-3bit-128g-actorder_True](https://huggingface.co/TheBloke/Yi-34B-200K-AEZAKMI-v2-GPTQ/tree/gptq-3bit-128g-actorder_True) | 3 | 128 | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 8192 | 15.03 GB | No | 3-bit, with group size 128g and act-order. Higher quality than 128g-False. |
128
+ | [gptq-8bit--1g-actorder_True](https://huggingface.co/TheBloke/Yi-34B-200K-AEZAKMI-v2-GPTQ/tree/gptq-8bit--1g-actorder_True) | 8 | None | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 8192 | 35.34 GB | No | 8-bit, with Act Order. No group size, to lower VRAM requirements. |
129
+ | [gptq-3bit-32g-actorder_True](https://huggingface.co/TheBloke/Yi-34B-200K-AEZAKMI-v2-GPTQ/tree/gptq-3bit-32g-actorder_True) | 3 | 32 | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 8192 | 16.90 GB | No | 3-bit, with group size 64g and act-order. Highest quality 3-bit option. |
130
+ | [gptq-8bit-128g-actorder_True](https://huggingface.co/TheBloke/Yi-34B-200K-AEZAKMI-v2-GPTQ/tree/gptq-8bit-128g-actorder_True) | 8 | 128 | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 8192 | 36.11 GB | No | 8-bit, with group size 128g for higher inference quality and with Act Order for even higher accuracy. |
131
+
132
+ <!-- README_GPTQ.md-provided-files end -->
133
+
134
+ <!-- README_GPTQ.md-download-from-branches start -->
135
+ ## How to download, including from branches
136
+
137
+ ### In text-generation-webui
138
+
139
+ To download from the `main` branch, enter `TheBloke/Yi-34B-200K-AEZAKMI-v2-GPTQ` in the "Download model" box.
140
+
141
+ To download from another branch, add `:branchname` to the end of the download name, eg `TheBloke/Yi-34B-200K-AEZAKMI-v2-GPTQ:gptq-4bit-128g-actorder_True`
142
+
143
+ ### From the command line
144
+
145
+ I recommend using the `huggingface-hub` Python library:
146
+
147
+ ```shell
148
+ pip3 install huggingface-hub
149
+ ```
150
+
151
+ To download the `main` branch to a folder called `Yi-34B-200K-AEZAKMI-v2-GPTQ`:
152
+
153
+ ```shell
154
+ mkdir Yi-34B-200K-AEZAKMI-v2-GPTQ
155
+ huggingface-cli download TheBloke/Yi-34B-200K-AEZAKMI-v2-GPTQ --local-dir Yi-34B-200K-AEZAKMI-v2-GPTQ --local-dir-use-symlinks False
156
+ ```
157
+
158
+ To download from a different branch, add the `--revision` parameter:
159
+
160
+ ```shell
161
+ mkdir Yi-34B-200K-AEZAKMI-v2-GPTQ
162
+ huggingface-cli download TheBloke/Yi-34B-200K-AEZAKMI-v2-GPTQ --revision gptq-4bit-128g-actorder_True --local-dir Yi-34B-200K-AEZAKMI-v2-GPTQ --local-dir-use-symlinks False
163
+ ```
164
+
165
+ <details>
166
+ <summary>More advanced huggingface-cli download usage</summary>
167
+
168
+ 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.
169
+
170
+ The cache location can be changed with the `HF_HOME` environment variable, and/or the `--cache-dir` parameter to `huggingface-cli`.
171
+
172
+ 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).
173
+
174
+ To accelerate downloads on fast connections (1Gbit/s or higher), install `hf_transfer`:
175
+
176
+ ```shell
177
+ pip3 install hf_transfer
178
+ ```
179
+
180
+ And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
181
+
182
+ ```shell
183
+ mkdir Yi-34B-200K-AEZAKMI-v2-GPTQ
184
+ HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download TheBloke/Yi-34B-200K-AEZAKMI-v2-GPTQ --local-dir Yi-34B-200K-AEZAKMI-v2-GPTQ --local-dir-use-symlinks False
185
+ ```
186
+
187
+ Windows Command Line users: You can set the environment variable by running `set HF_HUB_ENABLE_HF_TRANSFER=1` before the download command.
188
+ </details>
189
+
190
+ ### With `git` (**not** recommended)
191
+
192
+ To clone a specific branch with `git`, use a command like this:
193
+
194
+ ```shell
195
+ git clone --single-branch --branch gptq-4bit-128g-actorder_True https://huggingface.co/TheBloke/Yi-34B-200K-AEZAKMI-v2-GPTQ
196
+ ```
197
+
198
+ 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.)
199
+
200
+ <!-- README_GPTQ.md-download-from-branches end -->
201
+ <!-- README_GPTQ.md-text-generation-webui start -->
202
+ ## How to easily download and use this model in [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
203
+
204
+ Please make sure you're using the latest version of [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
205
+
206
+ 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.
207
+
208
+ 1. Click the **Model tab**.
209
+ 2. Under **Download custom model or LoRA**, enter `TheBloke/Yi-34B-200K-AEZAKMI-v2-GPTQ`.
210
+
211
+ - To download from a specific branch, enter for example `TheBloke/Yi-34B-200K-AEZAKMI-v2-GPTQ:gptq-4bit-128g-actorder_True`
212
+ - see Provided Files above for the list of branches for each option.
213
+
214
+ 3. Click **Download**.
215
+ 4. The model will start downloading. Once it's finished it will say "Done".
216
+ 5. In the top left, click the refresh icon next to **Model**.
217
+ 6. In the **Model** dropdown, choose the model you just downloaded: `Yi-34B-200K-AEZAKMI-v2-GPTQ`
218
+ 7. The model will automatically load, and is now ready for use!
219
+ 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.
220
+
221
+ - 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`.
222
+
223
+ 9. Once you're ready, click the **Text Generation** tab and enter a prompt to get started!
224
+
225
+ <!-- README_GPTQ.md-text-generation-webui end -->
226
+
227
+ <!-- README_GPTQ.md-use-from-tgi start -->
228
+ ## Serving this model from Text Generation Inference (TGI)
229
+
230
+ 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`
231
+
232
+ Example Docker parameters:
233
+
234
+ ```shell
235
+ --model-id TheBloke/Yi-34B-200K-AEZAKMI-v2-GPTQ --port 3000 --quantize gptq --max-input-length 3696 --max-total-tokens 4096 --max-batch-prefill-tokens 4096
236
+ ```
237
+
238
+ Example Python code for interfacing with TGI (requires huggingface-hub 0.17.0 or later):
239
+
240
+ ```shell
241
+ pip3 install huggingface-hub
242
+ ```
243
+
244
+ ```python
245
+ from huggingface_hub import InferenceClient
246
+
247
+ endpoint_url = "https://your-endpoint-url-here"
248
+
249
+ prompt = "Tell me about AI"
250
+ prompt_template=f'''<|im_start|>system
251
+ {system_message}<|im_end|>
252
+ <|im_start|>user
253
+ {prompt}<|im_end|>
254
+ <|im_start|>assistant
255
+ '''
256
+
257
+ client = InferenceClient(endpoint_url)
258
+ response = client.text_generation(
259
+ prompt_template,
260
+ max_new_tokens=128,
261
+ do_sample=True,
262
+ temperature=0.7,
263
+ top_p=0.95,
264
+ top_k=40,
265
+ repetition_penalty=1.1
266
+ )
267
+
268
+ print(f"Model output: {response}")
269
+ ```
270
+ <!-- README_GPTQ.md-use-from-tgi end -->
271
+ <!-- README_GPTQ.md-use-from-python start -->
272
+ ## Python code example: inference from this GPTQ model
273
+
274
+ ### Install the necessary packages
275
+
276
+ Requires: Transformers 4.33.0 or later, Optimum 1.12.0 or later, and AutoGPTQ 0.4.2 or later.
277
+
278
+ ```shell
279
+ pip3 install --upgrade transformers optimum
280
+ # If using PyTorch 2.1 + CUDA 12.x:
281
+ pip3 install --upgrade auto-gptq
282
+ # or, if using PyTorch 2.1 + CUDA 11.x:
283
+ pip3 install --upgrade auto-gptq --extra-index-url https://huggingface.github.io/autogptq-index/whl/cu118/
284
+ ```
285
+
286
+ 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:
287
+
288
+ ```shell
289
+ pip3 uninstall -y auto-gptq
290
+ git clone https://github.com/PanQiWei/AutoGPTQ
291
+ cd AutoGPTQ
292
+ git checkout v0.5.1
293
+ pip3 install .
294
+ ```
295
+
296
+ ### Example Python code
297
+
298
+ ```python
299
+ from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
300
+
301
+ model_name_or_path = "TheBloke/Yi-34B-200K-AEZAKMI-v2-GPTQ"
302
+ # To use a different branch, change revision
303
+ # For example: revision="gptq-4bit-128g-actorder_True"
304
+ model = AutoModelForCausalLM.from_pretrained(model_name_or_path,
305
+ device_map="auto",
306
+ trust_remote_code=False,
307
+ revision="main")
308
+
309
+ tokenizer = AutoTokenizer.from_pretrained(model_name_or_path, use_fast=True)
310
+
311
+ prompt = "Write a story about llamas"
312
+ system_message = "You are a story writing assistant"
313
+ prompt_template=f'''<|im_start|>system
314
+ {system_message}<|im_end|>
315
+ <|im_start|>user
316
+ {prompt}<|im_end|>
317
+ <|im_start|>assistant
318
+ '''
319
+
320
+ print("\n\n*** Generate:")
321
+
322
+ input_ids = tokenizer(prompt_template, return_tensors='pt').input_ids.cuda()
323
+ output = model.generate(inputs=input_ids, temperature=0.7, do_sample=True, top_p=0.95, top_k=40, max_new_tokens=512)
324
+ print(tokenizer.decode(output[0]))
325
+
326
+ # Inference can also be done using transformers' pipeline
327
+
328
+ print("*** Pipeline:")
329
+ pipe = pipeline(
330
+ "text-generation",
331
+ model=model,
332
+ tokenizer=tokenizer,
333
+ max_new_tokens=512,
334
+ do_sample=True,
335
+ temperature=0.7,
336
+ top_p=0.95,
337
+ top_k=40,
338
+ repetition_penalty=1.1
339
+ )
340
+
341
+ print(pipe(prompt_template)[0]['generated_text'])
342
+ ```
343
+ <!-- README_GPTQ.md-use-from-python end -->
344
+
345
+ <!-- README_GPTQ.md-compatibility start -->
346
+ ## Compatibility
347
+
348
+ The files provided are tested to work with Transformers. For non-Mistral models, AutoGPTQ can also be used directly.
349
+
350
+ [ExLlama](https://github.com/turboderp/exllama) is compatible with Llama architecture models (including Mistral, Yi, DeepSeek, SOLAR, etc) in 4-bit. Please see the Provided Files table above for per-file compatibility.
351
+
352
+ For a list of clients/servers, please see "Known compatible clients / servers", above.
353
+ <!-- README_GPTQ.md-compatibility end -->
354
+
355
+ <!-- footer start -->
356
+ <!-- 200823 -->
357
+ ## Discord
358
+
359
+ For further support, and discussions on these models and AI in general, join us at:
360
+
361
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
362
+
363
+ ## Thanks, and how to contribute
364
+
365
+ Thanks to the [chirper.ai](https://chirper.ai) team!
366
+
367
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
368
+
369
+ 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.
370
+
371
+ 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.
372
+
373
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
374
+
375
+ * Patreon: https://patreon.com/TheBlokeAI
376
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
377
+
378
+ **Special thanks to**: Aemon Algiz.
379
+
380
+ **Patreon special mentions**: Michael Levine, 阿明, Trailburnt, Nikolai Manek, John Detwiler, Randy H, Will Dee, Sebastain Graf, NimbleBox.ai, Eugene Pentland, Emad Mostaque, Ai Maven, Jim Angel, Jeff Scroggin, Michael Davis, Manuel Alberto Morcote, Stephen Murray, Robert, Justin Joy, Luke @flexchar, Brandon Frisco, Elijah Stavena, S_X, Dan Guido, Undi ., Komninos Chatzipapas, Shadi, theTransient, Lone Striker, Raven Klaugh, jjj, Cap'n Zoog, Michel-Marie MAUDET (LINAGORA), Matthew Berman, David, Fen Risland, Omer Bin Jawed, Luke Pendergrass, Kalila, OG, Erik Bjäreholt, Rooh Singh, Joseph William Delisle, Dan Lewis, TL, John Villwock, AzureBlack, Brad, Pedro Madruga, Caitlyn Gatomon, K, jinyuan sun, Mano Prime, Alex, Jeffrey Morgan, Alicia Loh, Illia Dulskyi, Chadd, transmissions 11, fincy, Rainer Wilmers, ReadyPlayerEmma, knownsqashed, Mandus, biorpg, Deo Leter, Brandon Phillips, SuperWojo, Sean Connelly, Iucharbius, Jack West, Harry Royden McLaughlin, Nicholas, terasurfer, Vitor Caleffi, Duane Dunston, Johann-Peter Hartmann, David Ziegler, Olakabola, Ken Nordquist, Trenton Dambrowitz, Tom X Nguyen, Vadim, Ajan Kanaga, Leonard Tan, Clay Pascal, Alexandros Triantafyllidis, JM33133, Xule, vamX, ya boyyy, subjectnull, Talal Aujan, Alps Aficionado, wassieverse, Ari Malik, James Bentley, Woland, Spencer Kim, Michael Dempsey, Fred von Graf, Elle, zynix, William Richards, Stanislav Ovsiannikov, Edmond Seymore, Jonathan Leane, Martin Kemka, usrbinkat, Enrico Ros
381
+
382
+
383
+ Thank you to all my generous patrons and donaters!
384
+
385
+ And thank you again to a16z for their generous grant.
386
+
387
+ <!-- footer end -->
388
+
389
+ # Original model card: Adam's Yi 34B 200K Aezakmi v2
390
+
391
+
392
+ ## Model description
393
+
394
+ Yi-34B 200K base model fine-tuned on AEZAKMI v2 dataset. Training took around 25 hours on single local RTX 3090 Ti.
395
+ It's like airoboros but with less gptslop, no refusals and less typical language used by RLHFed OpenAI models.
396
+ Say goodbye to "It's important to remember"! \
397
+ Prompt format is standard chatml. Don't expect it to be good at math, riddles or be crazy smart. My end goal with AEZAKMI is to create a cozy free chatbot.
398
+ Cost of this fine-tune is about $10 in electricity. It took me 3 tries to get it right.
399
+ Base model used for fine-tuning was 200k context Yi-34B-Llama model shared by larryvrh.
400
+
401
+ I had to lower max_positional_embeddings in config.json and model_max_length for training to start, otherwise I was OOMing straight away.
402
+ My first attempt had max_positional_embeddings set to 16384 and model_max_length set to 200000. This allowed fine-tuning to finish, but that model was broken after applying LoRA and merging it. \
403
+ This attempt had both max_position_embeddings and model_max_length set to 4096, which worked perfectly fine.
404
+
405
+ ## Prompt Format
406
+
407
+ I recommend using ChatML format, as this was used during fine-tune. \
408
+ Here's a prompt format you should use, you can set a different system message, model seems to respect that fine, so it wasn't overfitted.
409
+
410
+ ```
411
+ <|im_start|>system
412
+ A chat with uncensored assistant.<|im_end|>
413
+ <|im_start|>user
414
+ {prompt}<|im_end|>
415
+ <|im_start|>assistant
416
+ ```
417
+
418
+ ## Intended uses & limitations
419
+
420
+ Use is limited by Yi license.
421
+
422
+ ## Known Issues
423
+
424
+ I recommend to set repetition penalty to something around 1.05 to avoid repetition. So far I had good experience running this model with temperature 1.2.
425
+ Stories have ChatGPT like paragraph spacing, I will work on this in the future maybe, not a high priority
426
+
427
+ Unrestricted-ness of the v2 isn't quite something that I am happy with yet, especially using prompt "A chat.". \
428
+ With a slightly modifed prompt it works much better, I recommend using "A chat with uncensored assistant.", it's stupid but it helps a lot. \
429
+ Base Yi-34B model is contaminated with refusals and this contaminates all models trained on Yi-34B \
430
+ My next project is to attempt to de-contaminate base Yi-34B 4K and Yi-34B 200K using DPO with preferred data coming from uncontaminated raw models. I plan to release that dataset openly.
431
+
432
+ I was made aware of the frequent occurrence of the phrase "sending shivers down a spine" in the generations during RP of v1, so I fixed those samples - it should be better now. \
433
+ I can hold up to 24000 ctx with 4.65bpw exl2 version and 8-bit cache - long context should work as good as other models trained on 200k version of Yi-34B \
434
+ There is also some issue with handling long system messages for RP, I was planning to investigate it for v2 but I didn't.
435
+
436
+
437
+ ## Axolotl training parameters
438
+
439
+ - bnb_4bit_use_double_quant: true
440
+ - is_llama_derived_model: true
441
+ - load_in_4bit: true
442
+ - adapter: qlora
443
+ - sequence_len: 1400
444
+ - sample_packing: true
445
+ - lora_r: 16
446
+ - lora_alpha: 32
447
+ - lora_target_modules:
448
+ - q_proj
449
+ - v_proj
450
+ - k_proj
451
+ - o_proj
452
+ - gate_proj
453
+ - down_proj
454
+ - up_proj
455
+ - lora_target_linear: true
456
+ - pad_to_sequence_len: false
457
+ - micro_batch_size: 1
458
+ - gradient_accumulation_steps: 1
459
+ - num_epochs: 2.4
460
+ - optimizer: adamw_bnb_8bit
461
+ - lr_scheduler: constant
462
+ - learning_rate: 0.00005
463
+ - train_on_inputs: false
464
+ - group_by_length: false
465
+ - bf16: true
466
+ - bfloat16: true
467
+ - flash_optimum: false
468
+ - gradient_checkpointing: true
469
+ - flash_attention: true
470
+ - seed: 42
471
+
472
+
473
+ ## Upcoming
474
+
475
+ I will probably be working on de-contaminating base Yi-34B model now. \
476
+ My second run of AEZAKMI v2 fine-tune was just 0.15 epochs and I really like how natural this model is and how rich is it's vocabulary. I will try to train less to hit the sweetspot. \
477
+ I will be uploading LoRA adapter for that second run that was just 0.15 epochs. \
478
+ I believe that I might have gotten what I want if I would have stopped training sooner. I don't have checkpoints older than 1500 steps back so I would need to re-run training to get it back.