TheBloke commited on
Commit
1adcc9f
1 Parent(s): 791538a

Initial GPTQ model commit

Browse files
Files changed (1) hide show
  1. README.md +292 -0
README.md ADDED
@@ -0,0 +1,292 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ inference: false
3
+ language:
4
+ - fr
5
+ library_name: transformers
6
+ license: other
7
+ model_creator: bofenghuang
8
+ model_link: https://huggingface.co/bofenghuang/vigogne-2-7b-chat
9
+ model_name: Vigogne 2 7B Chat
10
+ model_type: llama
11
+ pipeline_tag: text-generation
12
+ quantized_by: TheBloke
13
+ tags:
14
+ - LLM
15
+ - llama
16
+ - llama-2
17
+ ---
18
+
19
+ <!-- header start -->
20
+ <div style="width: 100%;">
21
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
22
+ </div>
23
+ <div style="display: flex; justify-content: space-between; width: 100%;">
24
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
25
+ <p><a href="https://discord.gg/theblokeai">Chat & support: my new Discord server</a></p>
26
+ </div>
27
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
28
+ <p><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? TheBloke's Patreon page</a></p>
29
+ </div>
30
+ </div>
31
+ <!-- header end -->
32
+
33
+ # Vigogne 2 7B Chat - GPTQ
34
+ - Model creator: [bofenghuang](https://huggingface.co/bofenghuang)
35
+ - Original model: [Vigogne 2 7B Chat](https://huggingface.co/bofenghuang/vigogne-2-7b-chat)
36
+
37
+ ## Description
38
+
39
+ This repo contains GPTQ model files for [bofenghuang's Vigogne 2 7B Chat](https://huggingface.co/bofenghuang/vigogne-2-7b-chat).
40
+
41
+ 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.
42
+
43
+ ## Repositories available
44
+
45
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GPTQ)
46
+ * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML)
47
+ * [bofenghuang's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/bofenghuang/vigogne-2-7b-chat)
48
+
49
+ ## Prompt template: Vigogne-Chat
50
+
51
+ ```
52
+ Below is a conversation between a user and an AI assistant named Vigogne.
53
+ Vigogne is polite, emotionally aware, humble-but-knowledgeable, always providing helpful and detailed answers.
54
+ Vigogne is skilled in responding proficiently in the languages its users use and can perform a wide range of tasks such as text editing, translation, question answering, logical reasoning, coding, and many others.
55
+ Vigogne cannot receive or generate audio or visual content and cannot access the internet.
56
+ Vigogne strictly avoids discussing sensitive, offensive, illegal, ethical, or political topics and caveats when unsure of the answer.
57
+
58
+ <|UTILISATEUR|>: {prompt}
59
+ <|ASSISTANT|>:
60
+ ```
61
+
62
+ ## Provided files and GPTQ parameters
63
+
64
+ Multiple quantisation parameters are provided, to allow you to choose the best one for your hardware and requirements.
65
+
66
+ Each separate quant is in a different branch. See below for instructions on fetching from different branches.
67
+
68
+ All GPTQ files are made with AutoGPTQ.
69
+
70
+ <details>
71
+ <summary>Explanation of GPTQ parameters</summary>
72
+
73
+ - Bits: The bit size of the quantised model.
74
+ - GS: GPTQ group size. Higher numbers use less VRAM, but have lower quantisation accuracy. "None" is the lowest possible value.
75
+ - Act Order: True or False. Also known as `desc_act`. True results in better quantisation accuracy. Some GPTQ clients have issues with models that use Act Order plus Group Size.
76
+ - Damp %: A GPTQ parameter that affects how samples are processed for quantisation. 0.01 is default, but 0.1 results in slightly better accuracy.
77
+ - GPTQ dataset: The dataset used for quantisation. Using a dataset more appropriate to the model's training can improve quantisation accuracy. Note that the GPTQ 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).
78
+ - 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.
79
+ - ExLlama Compatibility: Whether this file can be loaded with ExLlama, which currently only supports Llama models in 4-bit.
80
+
81
+ </details>
82
+
83
+ | Branch | Bits | GS | Act Order | Damp % | GPTQ Dataset | Seq Len | Size | ExLlama | Desc |
84
+ | ------ | ---- | -- | --------- | ------ | ------------ | ------- | ---- | ------- | ---- |
85
+ | [main](https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GPTQ/tree/main) | 4 | 128 | No | 0.1 | french | 4096 | 3.90 GB | Yes | Most compatible option. Good inference speed in AutoGPTQ and GPTQ-for-LLaMa. Lower inference quality than other options. |
86
+ | [gptq-4bit-32g-actorder_True](https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GPTQ/tree/gptq-4bit-32g-actorder_True) | 4 | 32 | Yes | 0.1 | french | 4096 | 4.28 GB | Yes | 4-bit, with Act Order and group size 32g. Gives highest possible inference quality, with maximum VRAM usage. Poor AutoGPTQ CUDA speed. |
87
+ | [gptq-4bit-64g-actorder_True](https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GPTQ/tree/gptq-4bit-64g-actorder_True) | 4 | 64 | Yes | 0.1 | french | 4096 | 4.02 GB | Yes | 4-bit, with Act Order and group size 64g. Uses less VRAM than 32g, but with slightly lower accuracy. Poor AutoGPTQ CUDA speed. |
88
+ | [gptq-4bit-128g-actorder_True](https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GPTQ/tree/gptq-4bit-128g-actorder_True) | 4 | 128 | Yes | 0.1 | french | 4096 | 3.90 GB | Yes | 4-bit, with Act Order and group size 128g. Uses even less VRAM than 64g, but with slightly lower accuracy. Poor AutoGPTQ CUDA speed. |
89
+ | [gptq-8bit--1g-actorder_True](https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GPTQ/tree/gptq-8bit--1g-actorder_True) | 8 | None | Yes | 0.1 | french | 4096 | 7.01 GB | No | 8-bit, with Act Order. No group size, to lower VRAM requirements and to improve AutoGPTQ speed. |
90
+ | [gptq-8bit-128g-actorder_False](https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GPTQ/tree/gptq-8bit-128g-actorder_False) | 8 | 128 | No | 0.1 | french | 4096 | 7.16 GB | No | 8-bit, with group size 128g for higher inference quality and without Act Order to improve AutoGPTQ speed. |
91
+ | [gptq-8bit-128g-actorder_True](https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GPTQ/tree/gptq-8bit-128g-actorder_True) | 8 | 128 | Yes | 0.1 | french | 4096 | 7.16 GB | No | 8-bit, with group size 128g for higher inference quality and with Act Order for even higher accuracy. Poor AutoGPTQ CUDA speed. |
92
+ | [gptq-8bit-64g-actorder_True](https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GPTQ/tree/gptq-8bit-64g-actorder_True) | 8 | 64 | Yes | 0.1 | french | 4096 | 7.31 GB | No | 8-bit, with group size 64g and Act Order for maximum inference quality. Poor AutoGPTQ CUDA speed. |
93
+
94
+ ## How to download from branches
95
+
96
+ - In text-generation-webui, you can add `:branch` to the end of the download name, eg `TheBloke/Vigogne-2-7B-Chat-GPTQ:gptq-4bit-32g-actorder_True`
97
+ - With Git, you can clone a branch with:
98
+ ```
99
+ git clone --single-branch --branch gptq-4bit-32g-actorder_True https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GPTQ
100
+ ```
101
+ - In Python Transformers code, the branch is the `revision` parameter; see below.
102
+
103
+ ## How to easily download and use this model in [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
104
+
105
+ Please make sure you're using the latest version of [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
106
+
107
+ It is strongly recommended to use the text-generation-webui one-click-installers unless you know how to make a manual install.
108
+
109
+ 1. Click the **Model tab**.
110
+ 2. Under **Download custom model or LoRA**, enter `TheBloke/Vigogne-2-7B-Chat-GPTQ`.
111
+ - To download from a specific branch, enter for example `TheBloke/Vigogne-2-7B-Chat-GPTQ:gptq-4bit-32g-actorder_True`
112
+ - see Provided Files above for the list of branches for each option.
113
+ 3. Click **Download**.
114
+ 4. The model will start downloading. Once it's finished it will say "Done"
115
+ 5. In the top left, click the refresh icon next to **Model**.
116
+ 6. In the **Model** dropdown, choose the model you just downloaded: `Vigogne-2-7B-Chat-GPTQ`
117
+ 7. The model will automatically load, and is now ready for use!
118
+ 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.
119
+ * Note that you do not need to set GPTQ parameters any more. These are set automatically from the file `quantize_config.json`.
120
+ 9. Once you're ready, click the **Text Generation tab** and enter a prompt to get started!
121
+
122
+ ## How to use this GPTQ model from Python code
123
+
124
+ First make sure you have [AutoGPTQ](https://github.com/PanQiWei/AutoGPTQ) 0.3.1 or later installed:
125
+
126
+ ```
127
+ pip3 install auto-gptq
128
+ ```
129
+
130
+ If you have problems installing AutoGPTQ, please build from source instead:
131
+ ```
132
+ pip3 uninstall -y auto-gptq
133
+ git clone https://github.com/PanQiWei/AutoGPTQ
134
+ cd AutoGPTQ
135
+ pip3 install .
136
+ ```
137
+
138
+ Then try the following example code:
139
+
140
+ ```python
141
+ from transformers import AutoTokenizer, pipeline, logging
142
+ from auto_gptq import AutoGPTQForCausalLM, BaseQuantizeConfig
143
+
144
+ model_name_or_path = "TheBloke/Vigogne-2-7B-Chat-GPTQ"
145
+
146
+ use_triton = False
147
+
148
+ tokenizer = AutoTokenizer.from_pretrained(model_name_or_path, use_fast=True)
149
+
150
+ model = AutoGPTQForCausalLM.from_quantized(model_name_or_path,
151
+ use_safetensors=True,
152
+ trust_remote_code=False,
153
+ device="cuda:0",
154
+ use_triton=use_triton,
155
+ quantize_config=None)
156
+
157
+ """
158
+ # To download from a specific branch, use the revision parameter, as in this example:
159
+ # Note that `revision` requires AutoGPTQ 0.3.1 or later!
160
+
161
+ model = AutoGPTQForCausalLM.from_quantized(model_name_or_path,
162
+ revision="gptq-4bit-32g-actorder_True",
163
+ use_safetensors=True,
164
+ trust_remote_code=False,
165
+ device="cuda:0",
166
+ quantize_config=None)
167
+ """
168
+
169
+ prompt = "Tell me about AI"
170
+ prompt_template=f'''Below is a conversation between a user and an AI assistant named Vigogne.
171
+ Vigogne is polite, emotionally aware, humble-but-knowledgeable, always providing helpful and detailed answers.
172
+ Vigogne is skilled in responding proficiently in the languages its users use and can perform a wide range of tasks such as text editing, translation, question answering, logical reasoning, coding, and many others.
173
+ Vigogne cannot receive or generate audio or visual content and cannot access the internet.
174
+ Vigogne strictly avoids discussing sensitive, offensive, illegal, ethical, or political topics and caveats when unsure of the answer.
175
+
176
+ <|UTILISATEUR|>: {prompt}
177
+ <|ASSISTANT|>:
178
+ '''
179
+
180
+ print("\n\n*** Generate:")
181
+
182
+ input_ids = tokenizer(prompt_template, return_tensors='pt').input_ids.cuda()
183
+ output = model.generate(inputs=input_ids, temperature=0.7, max_new_tokens=512)
184
+ print(tokenizer.decode(output[0]))
185
+
186
+ # Inference can also be done using transformers' pipeline
187
+
188
+ # Prevent printing spurious transformers error when using pipeline with AutoGPTQ
189
+ logging.set_verbosity(logging.CRITICAL)
190
+
191
+ print("*** Pipeline:")
192
+ pipe = pipeline(
193
+ "text-generation",
194
+ model=model,
195
+ tokenizer=tokenizer,
196
+ max_new_tokens=512,
197
+ temperature=0.7,
198
+ top_p=0.95,
199
+ repetition_penalty=1.15
200
+ )
201
+
202
+ print(pipe(prompt_template)[0]['generated_text'])
203
+ ```
204
+
205
+ ## Compatibility
206
+
207
+ The files provided will work with AutoGPTQ (CUDA and Triton modes), GPTQ-for-LLaMa (only CUDA has been tested), and Occ4m's GPTQ-for-LLaMa fork.
208
+
209
+ ExLlama works with Llama models in 4-bit. Please see the Provided Files table above for per-file compatibility.
210
+
211
+ <!-- footer start -->
212
+ ## Discord
213
+
214
+ For further support, and discussions on these models and AI in general, join us at:
215
+
216
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
217
+
218
+ ## Thanks, and how to contribute.
219
+
220
+ Thanks to the [chirper.ai](https://chirper.ai) team!
221
+
222
+ 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.
223
+
224
+ 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.
225
+
226
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
227
+
228
+ * Patreon: https://patreon.com/TheBlokeAI
229
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
230
+
231
+ **Special thanks to**: Luke from CarbonQuill, Aemon Algiz.
232
+
233
+ **Patreon special mentions**: Willem Michiel, Ajan Kanaga, Cory Kujawski, Alps Aficionado, Nikolai Manek, Jonathan Leane, Stanislav Ovsiannikov, Michael Levine, Luke Pendergrass, Sid, K, Gabriel Tamborski, Clay Pascal, Kalila, William Sang, Will Dee, Pieter, Nathan LeClaire, ya boyyy, David Flickinger, vamX, Derek Yates, Fen Risland, Jeffrey Morgan, webtim, Daniel P. Andersen, Chadd, Edmond Seymore, Pyrater, Olusegun Samson, Lone Striker, biorpg, alfie_i, Mano Prime, Chris Smitley, Dave, zynix, Trenton Dambrowitz, Johann-Peter Hartmann, Magnesian, Spencer Kim, John Detwiler, Iucharbius, Gabriel Puliatti, LangChain4j, Luke @flexchar, Vadim, Rishabh Srivastava, Preetika Verma, Ai Maven, Femi Adebogun, WelcomeToTheClub, Leonard Tan, Imad Khwaja, Steven Wood, Stefan Sabev, Sebastain Graf, usrbinkat, Dan Guido, Sam, Eugene Pentland, Mandus, transmissions 11, Slarti, Karl Bernard, Spiking Neurons AB, Artur Olbinski, Joseph William Delisle, ReadyPlayerEmma, Olakabola, Asp the Wyvern, Space Cruiser, Matthew Berman, Randy H, subjectnull, danny, John Villwock, Illia Dulskyi, Rainer Wilmers, theTransient, Pierre Kircher, Alexandros Triantafyllidis, Viktor Bowallius, terasurfer, Deep Realms, SuperWojo, senxiiz, Oscar Rangel, Alex, Stephen Murray, Talal Aujan, Raven Klaugh, Sean Connelly, Raymond Fosdick, Fred von Graf, chris gileta, Junyu Yang, Elle
234
+
235
+
236
+ Thank you to all my generous patrons and donaters!
237
+
238
+ <!-- footer end -->
239
+
240
+ # Original model card: bofenghuang's Vigogne 2 7B Chat
241
+
242
+
243
+ <p align="center" width="100%">
244
+ <img src="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/resolve/main/vigogne_logo.png" alt="Vigogne" style="width: 40%; min-width: 300px; display: block; margin: auto;">
245
+ </p>
246
+
247
+ # Vigogne-2-7B-Chat: A Llama-2 based French chat model
248
+
249
+ Vigogne-2-7B-Chat is a model based on [LLaMA-2-7B](https://ai.meta.com/llama) that has been fine-tuned to conduct multi-turn dialogues in French between human user and AI assistant.
250
+
251
+ For more information, please visit the Github repo: https://github.com/bofenghuang/vigogne
252
+
253
+ **Usage and License Notices**: Vigogne-2-7B-Chat follows the same usage policy as Llama-2, which can be found [here](https://ai.meta.com/llama/use-policy).
254
+
255
+ ## Usage
256
+
257
+ ```python
258
+ import torch
259
+ from transformers import AutoModelForCausalLM, AutoTokenizer, GenerationConfig
260
+ from vigogne.preprocess import generate_inference_chat_prompt
261
+
262
+ model_name_or_path = "bofenghuang/vigogne-2-7b-chat"
263
+ tokenizer = AutoTokenizer.from_pretrained(model_name_or_path, padding_side="right", use_fast=False)
264
+ model = AutoModelForCausalLM.from_pretrained(model_name_or_path, torch_dtype=torch.float16, device_map="auto")
265
+
266
+ user_query = "Expliquez la différence entre DoS et phishing."
267
+ prompt = generate_inference_chat_prompt([[user_query, ""]], tokenizer=tokenizer)
268
+ input_ids = tokenizer(prompt, return_tensors="pt")["input_ids"].to(model.device)
269
+ input_length = input_ids.shape[1]
270
+
271
+ generated_outputs = model.generate(
272
+ input_ids=input_ids,
273
+ generation_config=GenerationConfig(
274
+ temperature=0.1,
275
+ do_sample=True,
276
+ repetition_penalty=1.0,
277
+ max_new_tokens=512,
278
+ ),
279
+ return_dict_in_generate=True,
280
+ )
281
+ generated_tokens = generated_outputs.sequences[0, input_length:]
282
+ generated_text = tokenizer.decode(generated_tokens, skip_special_tokens=True)
283
+ print(generated_text)
284
+ ```
285
+
286
+ You can infer this model by using the following Google Colab Notebook.
287
+
288
+ <a href="https://colab.research.google.com/github/bofenghuang/vigogne/blob/main/notebooks/infer_chat.ipynb" target="_blank"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a>
289
+
290
+ ## Limitations
291
+
292
+ Vigogne is still under development, and there are many limitations that have to be addressed. Please note that it is possible that the model generates harmful or biased content, incorrect information or generally unhelpful answers.