TheBloke commited on
Commit
7f73c85
1 Parent(s): b601724

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +384 -0
README.md ADDED
@@ -0,0 +1,384 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: bongchoi/MoMo-70B-V1.1
3
+ inference: false
4
+ language:
5
+ - en
6
+ library_name: transformers
7
+ license: llama2
8
+ model_creator: kibong choi
9
+ model_name: MoMo 70B v1.1
10
+ model_type: llama
11
+ prompt_template: 'Below is an instruction that describes a task. Write a response
12
+ that appropriately completes the request.
13
+
14
+
15
+ ### Instruction:
16
+
17
+ {prompt}
18
+
19
+
20
+ ### Response:
21
+
22
+ '
23
+ quantized_by: TheBloke
24
+ ---
25
+ <!-- markdownlint-disable MD041 -->
26
+
27
+ <!-- header start -->
28
+ <!-- 200823 -->
29
+ <div style="width: auto; margin-left: auto; margin-right: auto">
30
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
31
+ </div>
32
+ <div style="display: flex; justify-content: space-between; width: 100%;">
33
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
34
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
35
+ </div>
36
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
37
+ <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>
38
+ </div>
39
+ </div>
40
+ <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>
41
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
42
+ <!-- header end -->
43
+
44
+ # MoMo 70B v1.1 - AWQ
45
+ - Model creator: [kibong choi](https://huggingface.co/bongchoi)
46
+ - Original model: [MoMo 70B v1.1](https://huggingface.co/bongchoi/MoMo-70B-V1.1)
47
+
48
+ <!-- description start -->
49
+ ## Description
50
+
51
+ This repo contains AWQ model files for [kibong choi's MoMo 70B v1.1](https://huggingface.co/bongchoi/MoMo-70B-V1.1).
52
+
53
+ These files were quantised using hardware kindly provided by [Massed Compute](https://massedcompute.com/).
54
+
55
+
56
+ ### About AWQ
57
+
58
+ AWQ is an efficient, accurate and blazing-fast low-bit weight quantization method, currently supporting 4-bit quantization. Compared to GPTQ, it offers faster Transformers-based inference with equivalent or better quality compared to the most commonly used GPTQ settings.
59
+
60
+ It is supported by:
61
+
62
+ - [Text Generation Webui](https://github.com/oobabooga/text-generation-webui) - using Loader: AutoAWQ
63
+ - [vLLM](https://github.com/vllm-project/vllm) - Llama and Mistral models only
64
+ - [Hugging Face Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference)
65
+ - [Transformers](https://huggingface.co/docs/transformers) version 4.35.0 and later, from any code or client that supports Transformers
66
+ - [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) - for use from Python code
67
+
68
+ <!-- description end -->
69
+ <!-- repositories-available start -->
70
+ ## Repositories available
71
+
72
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/MoMo-70B-V1.1-AWQ)
73
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/MoMo-70B-V1.1-GPTQ)
74
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/MoMo-70B-V1.1-GGUF)
75
+ * [kibong choi's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/bongchoi/MoMo-70B-V1.1)
76
+ <!-- repositories-available end -->
77
+
78
+ <!-- prompt-template start -->
79
+ ## Prompt template: Alpaca
80
+
81
+ ```
82
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
83
+
84
+ ### Instruction:
85
+ {prompt}
86
+
87
+ ### Response:
88
+
89
+ ```
90
+
91
+ <!-- prompt-template end -->
92
+
93
+
94
+ <!-- README_AWQ.md-provided-files start -->
95
+ ## Provided files, and AWQ parameters
96
+
97
+ I currently release 128g GEMM models only. The addition of group_size 32 models, and GEMV kernel models, is being actively considered.
98
+
99
+ Models are released as sharded safetensors files.
100
+
101
+ | Branch | Bits | GS | AWQ Dataset | Seq Len | Size |
102
+ | ------ | ---- | -- | ----------- | ------- | ---- |
103
+ | [main](https://huggingface.co/TheBloke/MoMo-70B-V1.1-AWQ/tree/main) | 4 | 128 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-raw-v1) | 4096 | 36.61 GB
104
+
105
+ <!-- README_AWQ.md-provided-files end -->
106
+
107
+ <!-- README_AWQ.md-text-generation-webui start -->
108
+ ## How to easily download and use this model in [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
109
+
110
+ Please make sure you're using the latest version of [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
111
+
112
+ 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.
113
+
114
+ 1. Click the **Model tab**.
115
+ 2. Under **Download custom model or LoRA**, enter `TheBloke/MoMo-70B-V1.1-AWQ`.
116
+ 3. Click **Download**.
117
+ 4. The model will start downloading. Once it's finished it will say "Done".
118
+ 5. In the top left, click the refresh icon next to **Model**.
119
+ 6. In the **Model** dropdown, choose the model you just downloaded: `MoMo-70B-V1.1-AWQ`
120
+ 7. Select **Loader: AutoAWQ**.
121
+ 8. Click Load, and the model will load and is now ready for use.
122
+ 9. 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.
123
+ 10. Once you're ready, click the **Text Generation** tab and enter a prompt to get started!
124
+ <!-- README_AWQ.md-text-generation-webui end -->
125
+
126
+ <!-- README_AWQ.md-use-from-vllm start -->
127
+ ## Multi-user inference server: vLLM
128
+
129
+ Documentation on installing and using vLLM [can be found here](https://vllm.readthedocs.io/en/latest/).
130
+
131
+ - Please ensure you are using vLLM version 0.2 or later.
132
+ - When using vLLM as a server, pass the `--quantization awq` parameter.
133
+
134
+ For example:
135
+
136
+ ```shell
137
+ python3 -m vllm.entrypoints.api_server --model TheBloke/MoMo-70B-V1.1-AWQ --quantization awq --dtype auto
138
+ ```
139
+
140
+ - When using vLLM from Python code, again set `quantization=awq`.
141
+
142
+ For example:
143
+
144
+ ```python
145
+ from vllm import LLM, SamplingParams
146
+
147
+ prompts = [
148
+ "Tell me about AI",
149
+ "Write a story about llamas",
150
+ "What is 291 - 150?",
151
+ "How much wood would a woodchuck chuck if a woodchuck could chuck wood?",
152
+ ]
153
+ prompt_template=f'''Below is an instruction that describes a task. Write a response that appropriately completes the request.
154
+
155
+ ### Instruction:
156
+ {prompt}
157
+
158
+ ### Response:
159
+ '''
160
+
161
+ prompts = [prompt_template.format(prompt=prompt) for prompt in prompts]
162
+
163
+ sampling_params = SamplingParams(temperature=0.8, top_p=0.95)
164
+
165
+ llm = LLM(model="TheBloke/MoMo-70B-V1.1-AWQ", quantization="awq", dtype="auto")
166
+
167
+ outputs = llm.generate(prompts, sampling_params)
168
+
169
+ # Print the outputs.
170
+ for output in outputs:
171
+ prompt = output.prompt
172
+ generated_text = output.outputs[0].text
173
+ print(f"Prompt: {prompt!r}, Generated text: {generated_text!r}")
174
+ ```
175
+ <!-- README_AWQ.md-use-from-vllm start -->
176
+
177
+ <!-- README_AWQ.md-use-from-tgi start -->
178
+ ## Multi-user inference server: Hugging Face Text Generation Inference (TGI)
179
+
180
+ Use TGI version 1.1.0 or later. The official Docker container is: `ghcr.io/huggingface/text-generation-inference:1.1.0`
181
+
182
+ Example Docker parameters:
183
+
184
+ ```shell
185
+ --model-id TheBloke/MoMo-70B-V1.1-AWQ --port 3000 --quantize awq --max-input-length 3696 --max-total-tokens 4096 --max-batch-prefill-tokens 4096
186
+ ```
187
+
188
+ Example Python code for interfacing with TGI (requires [huggingface-hub](https://github.com/huggingface/huggingface_hub) 0.17.0 or later):
189
+
190
+ ```shell
191
+ pip3 install huggingface-hub
192
+ ```
193
+
194
+ ```python
195
+ from huggingface_hub import InferenceClient
196
+
197
+ endpoint_url = "https://your-endpoint-url-here"
198
+
199
+ prompt = "Tell me about AI"
200
+ prompt_template=f'''Below is an instruction that describes a task. Write a response that appropriately completes the request.
201
+
202
+ ### Instruction:
203
+ {prompt}
204
+
205
+ ### Response:
206
+ '''
207
+
208
+ client = InferenceClient(endpoint_url)
209
+ response = client.text_generation(prompt,
210
+ max_new_tokens=128,
211
+ do_sample=True,
212
+ temperature=0.7,
213
+ top_p=0.95,
214
+ top_k=40,
215
+ repetition_penalty=1.1)
216
+
217
+ print(f"Model output: ", response)
218
+ ```
219
+ <!-- README_AWQ.md-use-from-tgi end -->
220
+
221
+ <!-- README_AWQ.md-use-from-python start -->
222
+ ## Inference from Python code using Transformers
223
+
224
+ ### Install the necessary packages
225
+
226
+ - Requires: [Transformers](https://huggingface.co/docs/transformers) 4.35.0 or later.
227
+ - Requires: [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) 0.1.6 or later.
228
+
229
+ ```shell
230
+ pip3 install --upgrade "autoawq>=0.1.6" "transformers>=4.35.0"
231
+ ```
232
+
233
+ Note that if you are using PyTorch 2.0.1, the above AutoAWQ command will automatically upgrade you to PyTorch 2.1.0.
234
+
235
+ If you are using CUDA 11.8 and wish to continue using PyTorch 2.0.1, instead run this command:
236
+
237
+ ```shell
238
+ pip3 install https://github.com/casper-hansen/AutoAWQ/releases/download/v0.1.6/autoawq-0.1.6+cu118-cp310-cp310-linux_x86_64.whl
239
+ ```
240
+
241
+ If you have problems installing [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) using the pre-built wheels, install it from source instead:
242
+
243
+ ```shell
244
+ pip3 uninstall -y autoawq
245
+ git clone https://github.com/casper-hansen/AutoAWQ
246
+ cd AutoAWQ
247
+ pip3 install .
248
+ ```
249
+
250
+ ### Transformers example code (requires Transformers 4.35.0 and later)
251
+
252
+ ```python
253
+ from transformers import AutoModelForCausalLM, AutoTokenizer, TextStreamer
254
+
255
+ model_name_or_path = "TheBloke/MoMo-70B-V1.1-AWQ"
256
+
257
+ tokenizer = AutoTokenizer.from_pretrained(model_name_or_path)
258
+ model = AutoModelForCausalLM.from_pretrained(
259
+ model_name_or_path,
260
+ low_cpu_mem_usage=True,
261
+ device_map="cuda:0"
262
+ )
263
+
264
+ # Using the text streamer to stream output one token at a time
265
+ streamer = TextStreamer(tokenizer, skip_prompt=True, skip_special_tokens=True)
266
+
267
+ prompt = "Tell me about AI"
268
+ prompt_template=f'''Below is an instruction that describes a task. Write a response that appropriately completes the request.
269
+
270
+ ### Instruction:
271
+ {prompt}
272
+
273
+ ### Response:
274
+ '''
275
+
276
+ # Convert prompt to tokens
277
+ tokens = tokenizer(
278
+ prompt_template,
279
+ return_tensors='pt'
280
+ ).input_ids.cuda()
281
+
282
+ generation_params = {
283
+ "do_sample": True,
284
+ "temperature": 0.7,
285
+ "top_p": 0.95,
286
+ "top_k": 40,
287
+ "max_new_tokens": 512,
288
+ "repetition_penalty": 1.1
289
+ }
290
+
291
+ # Generate streamed output, visible one token at a time
292
+ generation_output = model.generate(
293
+ tokens,
294
+ streamer=streamer,
295
+ **generation_params
296
+ )
297
+
298
+ # Generation without a streamer, which will include the prompt in the output
299
+ generation_output = model.generate(
300
+ tokens,
301
+ **generation_params
302
+ )
303
+
304
+ # Get the tokens from the output, decode them, print them
305
+ token_output = generation_output[0]
306
+ text_output = tokenizer.decode(token_output)
307
+ print("model.generate output: ", text_output)
308
+
309
+ # Inference is also possible via Transformers' pipeline
310
+ from transformers import pipeline
311
+
312
+ pipe = pipeline(
313
+ "text-generation",
314
+ model=model,
315
+ tokenizer=tokenizer,
316
+ **generation_params
317
+ )
318
+
319
+ pipe_output = pipe(prompt_template)[0]['generated_text']
320
+ print("pipeline output: ", pipe_output)
321
+
322
+ ```
323
+ <!-- README_AWQ.md-use-from-python end -->
324
+
325
+ <!-- README_AWQ.md-compatibility start -->
326
+ ## Compatibility
327
+
328
+ The files provided are tested to work with:
329
+
330
+ - [text-generation-webui](https://github.com/oobabooga/text-generation-webui) using `Loader: AutoAWQ`.
331
+ - [vLLM](https://github.com/vllm-project/vllm) version 0.2.0 and later.
332
+ - [Hugging Face Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference) version 1.1.0 and later.
333
+ - [Transformers](https://huggingface.co/docs/transformers) version 4.35.0 and later.
334
+ - [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) version 0.1.1 and later.
335
+
336
+ <!-- README_AWQ.md-compatibility end -->
337
+
338
+ <!-- footer start -->
339
+ <!-- 200823 -->
340
+ ## Discord
341
+
342
+ For further support, and discussions on these models and AI in general, join us at:
343
+
344
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
345
+
346
+ ## Thanks, and how to contribute
347
+
348
+ Thanks to the [chirper.ai](https://chirper.ai) team!
349
+
350
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
351
+
352
+ 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.
353
+
354
+ 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.
355
+
356
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
357
+
358
+ * Patreon: https://patreon.com/TheBlokeAI
359
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
360
+
361
+ **Special thanks to**: Aemon Algiz.
362
+
363
+ **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
364
+
365
+
366
+ Thank you to all my generous patrons and donaters!
367
+
368
+ And thank you again to a16z for their generous grant.
369
+
370
+ <!-- footer end -->
371
+
372
+ # Original model card: kibong choi's MoMo 70B v1.1
373
+
374
+
375
+ ## Dataset Details
376
+ ### Used Datasets
377
+ - Orca-style dataset
378
+ - Alpaca-style dataset
379
+ - No other dataset was used except for the dataset mentioned above
380
+ - No benchmark test set or the training set are used
381
+
382
+ ## Prompt Template
383
+
384
+ ### Alpaca-style