Text Generation
Transformers
Safetensors
English
llama
text-generation-inference
4-bit precision
awq
TheBloke commited on
Commit
2692029
1 Parent(s): 0d3f6cd

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +436 -0
README.md ADDED
@@ -0,0 +1,436 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: ehartford/dolphin-2.2-70b
3
+ datasets:
4
+ - ehartford/dolphin
5
+ - jondurbin/airoboros-2.2.1
6
+ - ehartford/samantha-data
7
+ - ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split
8
+ inference: false
9
+ language:
10
+ - en
11
+ license: llama2
12
+ model_creator: Eric Hartford
13
+ model_name: Dolphin 2.2 70B
14
+ model_type: llama
15
+ prompt_template: '<|im_start|>system
16
+
17
+ {system_message}<|im_end|>
18
+
19
+ <|im_start|>user
20
+
21
+ {prompt}<|im_end|>
22
+
23
+ <|im_start|>assistant
24
+
25
+ '
26
+ quantized_by: TheBloke
27
+ ---
28
+ <!-- markdownlint-disable MD041 -->
29
+
30
+ <!-- header start -->
31
+ <!-- 200823 -->
32
+ <div style="width: auto; margin-left: auto; margin-right: auto">
33
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
34
+ </div>
35
+ <div style="display: flex; justify-content: space-between; width: 100%;">
36
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
37
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
38
+ </div>
39
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
40
+ <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>
41
+ </div>
42
+ </div>
43
+ <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>
44
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
45
+ <!-- header end -->
46
+
47
+ # Dolphin 2.2 70B - AWQ
48
+ - Model creator: [Eric Hartford](https://huggingface.co/ehartford)
49
+ - Original model: [Dolphin 2.2 70B](https://huggingface.co/ehartford/dolphin-2.2-70b)
50
+
51
+ <!-- description start -->
52
+ ## Description
53
+
54
+ This repo contains AWQ model files for [Eric Hartford's Dolphin 2.2 70B](https://huggingface.co/ehartford/dolphin-2.2-70b).
55
+
56
+ These files were quantised using hardware kindly provided by [Massed Compute](https://massedcompute.com/).
57
+
58
+
59
+ ### About AWQ
60
+
61
+ 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.
62
+
63
+ It is supported by:
64
+
65
+ - [Text Generation Webui](https://github.com/oobabooga/text-generation-webui) - using Loader: AutoAWQ
66
+ - [vLLM](https://github.com/vllm-project/vllm) - Llama and Mistral models only
67
+ - [Hugging Face Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference)
68
+ - [Transformers](https://huggingface.co/docs/transformers) version 4.35.0 and later, from any code or client that supports Transformers
69
+ - [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) - for use from Python code
70
+
71
+ <!-- description end -->
72
+ <!-- repositories-available start -->
73
+ ## Repositories available
74
+
75
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/dolphin-2.2-70B-AWQ)
76
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/dolphin-2.2-70B-GPTQ)
77
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/dolphin-2.2-70B-GGUF)
78
+ * [Eric Hartford's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/ehartford/dolphin-2.2-70b)
79
+ <!-- repositories-available end -->
80
+
81
+ <!-- prompt-template start -->
82
+ ## Prompt template: ChatML
83
+
84
+ ```
85
+ <|im_start|>system
86
+ {system_message}<|im_end|>
87
+ <|im_start|>user
88
+ {prompt}<|im_end|>
89
+ <|im_start|>assistant
90
+
91
+ ```
92
+
93
+ <!-- prompt-template end -->
94
+
95
+
96
+ <!-- README_AWQ.md-provided-files start -->
97
+ ## Provided files, and AWQ parameters
98
+
99
+ I currently release 128g GEMM models only. The addition of group_size 32 models, and GEMV kernel models, is being actively considered.
100
+
101
+ Models are released as sharded safetensors files.
102
+
103
+ | Branch | Bits | GS | AWQ Dataset | Seq Len | Size |
104
+ | ------ | ---- | -- | ----------- | ------- | ---- |
105
+ | [main](https://huggingface.co/TheBloke/dolphin-2.2-70B-AWQ/tree/main) | 4 | 128 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 4096 | 36.61 GB
106
+
107
+ <!-- README_AWQ.md-provided-files end -->
108
+
109
+ <!-- README_AWQ.md-text-generation-webui start -->
110
+ ## How to easily download and use this model in [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
111
+
112
+ Please make sure you're using the latest version of [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
113
+
114
+ 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.
115
+
116
+ 1. Click the **Model tab**.
117
+ 2. Under **Download custom model or LoRA**, enter `TheBloke/dolphin-2.2-70B-AWQ`.
118
+ 3. Click **Download**.
119
+ 4. The model will start downloading. Once it's finished it will say "Done".
120
+ 5. In the top left, click the refresh icon next to **Model**.
121
+ 6. In the **Model** dropdown, choose the model you just downloaded: `dolphin-2.2-70B-AWQ`
122
+ 7. Select **Loader: AutoAWQ**.
123
+ 8. Click Load, and the model will load and is now ready for use.
124
+ 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.
125
+ 10. Once you're ready, click the **Text Generation** tab and enter a prompt to get started!
126
+ <!-- README_AWQ.md-text-generation-webui end -->
127
+
128
+ <!-- README_AWQ.md-use-from-vllm start -->
129
+ ## Multi-user inference server: vLLM
130
+
131
+ Documentation on installing and using vLLM [can be found here](https://vllm.readthedocs.io/en/latest/).
132
+
133
+ - Please ensure you are using vLLM version 0.2 or later.
134
+ - When using vLLM as a server, pass the `--quantization awq` parameter.
135
+
136
+ For example:
137
+
138
+ ```shell
139
+ python3 -m vllm.entrypoints.api_server --model TheBloke/dolphin-2.2-70B-AWQ --quantization awq --dtype auto
140
+ ```
141
+
142
+ - When using vLLM from Python code, again set `quantization=awq`.
143
+
144
+ For example:
145
+
146
+ ```python
147
+ from vllm import LLM, SamplingParams
148
+
149
+ prompts = [
150
+ "Tell me about AI",
151
+ "Write a story about llamas",
152
+ "What is 291 - 150?",
153
+ "How much wood would a woodchuck chuck if a woodchuck could chuck wood?",
154
+ ]
155
+ prompt_template=f'''<|im_start|>system
156
+ {system_message}<|im_end|>
157
+ <|im_start|>user
158
+ {prompt}<|im_end|>
159
+ <|im_start|>assistant
160
+ '''
161
+
162
+ prompts = [prompt_template.format(prompt=prompt) for prompt in prompts]
163
+
164
+ sampling_params = SamplingParams(temperature=0.8, top_p=0.95)
165
+
166
+ llm = LLM(model="TheBloke/dolphin-2.2-70B-AWQ", quantization="awq", dtype="auto")
167
+
168
+ outputs = llm.generate(prompts, sampling_params)
169
+
170
+ # Print the outputs.
171
+ for output in outputs:
172
+ prompt = output.prompt
173
+ generated_text = output.outputs[0].text
174
+ print(f"Prompt: {prompt!r}, Generated text: {generated_text!r}")
175
+ ```
176
+ <!-- README_AWQ.md-use-from-vllm start -->
177
+
178
+ <!-- README_AWQ.md-use-from-tgi start -->
179
+ ## Multi-user inference server: Hugging Face Text Generation Inference (TGI)
180
+
181
+ Use TGI version 1.1.0 or later. The official Docker container is: `ghcr.io/huggingface/text-generation-inference:1.1.0`
182
+
183
+ Example Docker parameters:
184
+
185
+ ```shell
186
+ --model-id TheBloke/dolphin-2.2-70B-AWQ --port 3000 --quantize awq --max-input-length 3696 --max-total-tokens 4096 --max-batch-prefill-tokens 4096
187
+ ```
188
+
189
+ Example Python code for interfacing with TGI (requires [huggingface-hub](https://github.com/huggingface/huggingface_hub) 0.17.0 or later):
190
+
191
+ ```shell
192
+ pip3 install huggingface-hub
193
+ ```
194
+
195
+ ```python
196
+ from huggingface_hub import InferenceClient
197
+
198
+ endpoint_url = "https://your-endpoint-url-here"
199
+
200
+ prompt = "Tell me about AI"
201
+ prompt_template=f'''<|im_start|>system
202
+ {system_message}<|im_end|>
203
+ <|im_start|>user
204
+ {prompt}<|im_end|>
205
+ <|im_start|>assistant
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/dolphin-2.2-70B-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'''<|im_start|>system
269
+ {system_message}<|im_end|>
270
+ <|im_start|>user
271
+ {prompt}<|im_end|>
272
+ <|im_start|>assistant
273
+ '''
274
+
275
+ # Convert prompt to tokens
276
+ tokens = tokenizer(
277
+ prompt_template,
278
+ return_tensors='pt'
279
+ ).input_ids.cuda()
280
+
281
+ generation_params = {
282
+ "do_sample": True,
283
+ "temperature": 0.7,
284
+ "top_p": 0.95,
285
+ "top_k": 40,
286
+ "max_new_tokens": 512,
287
+ "repetition_penalty": 1.1
288
+ }
289
+
290
+ # Generate streamed output, visible one token at a time
291
+ generation_output = model.generate(
292
+ tokens,
293
+ streamer=streamer,
294
+ **generation_params
295
+ )
296
+
297
+ # Generation without a streamer, which will include the prompt in the output
298
+ generation_output = model.generate(
299
+ tokens,
300
+ **generation_params
301
+ )
302
+
303
+ # Get the tokens from the output, decode them, print them
304
+ token_output = generation_output[0]
305
+ text_output = tokenizer.decode(token_output)
306
+ print("model.generate output: ", text_output)
307
+
308
+ # Inference is also possible via Transformers' pipeline
309
+ from transformers import pipeline
310
+
311
+ pipe = pipeline(
312
+ "text-generation",
313
+ model=model,
314
+ tokenizer=tokenizer,
315
+ **generation_params
316
+ )
317
+
318
+ pipe_output = pipe(prompt_template)[0]['generated_text']
319
+ print("pipeline output: ", pipe_output)
320
+
321
+ ```
322
+ <!-- README_AWQ.md-use-from-python end -->
323
+
324
+ <!-- README_AWQ.md-compatibility start -->
325
+ ## Compatibility
326
+
327
+ The files provided are tested to work with:
328
+
329
+ - [text-generation-webui](https://github.com/oobabooga/text-generation-webui) using `Loader: AutoAWQ`.
330
+ - [vLLM](https://github.com/vllm-project/vllm) version 0.2.0 and later.
331
+ - [Hugging Face Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference) version 1.1.0 and later.
332
+ - [Transformers](https://huggingface.co/docs/transformers) version 4.35.0 and later.
333
+ - [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) version 0.1.1 and later.
334
+
335
+ <!-- README_AWQ.md-compatibility end -->
336
+
337
+ <!-- footer start -->
338
+ <!-- 200823 -->
339
+ ## Discord
340
+
341
+ For further support, and discussions on these models and AI in general, join us at:
342
+
343
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
344
+
345
+ ## Thanks, and how to contribute
346
+
347
+ Thanks to the [chirper.ai](https://chirper.ai) team!
348
+
349
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
350
+
351
+ 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.
352
+
353
+ 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.
354
+
355
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
356
+
357
+ * Patreon: https://patreon.com/TheBlokeAI
358
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
359
+
360
+ **Special thanks to**: Aemon Algiz.
361
+
362
+ **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
363
+
364
+
365
+ Thank you to all my generous patrons and donaters!
366
+
367
+ And thank you again to a16z for their generous grant.
368
+
369
+ <!-- footer end -->
370
+
371
+ # Original model card: Eric Hartford's Dolphin 2.2 70B
372
+
373
+
374
+ Dolphin 2.2 🐬
375
+ https://erichartford.com/dolphin
376
+
377
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/63111b2d88942700629f5771/KqsVXIvBd3akEjvijzww7.png" width="600" />
378
+
379
+ Dolphin-2.2-70b's training was sponsored by [a16z](https://a16z.com/supporting-the-open-source-ai-community/).
380
+
381
+ This model is based on llama2, so it is suitable for commercial or non-commercial use.
382
+
383
+ This model is trained on top of the amazing [StellarBright](https://huggingface.co/sequelbox/StellarBright) base model.
384
+
385
+ New in 2.2 is conversation and empathy. With an infusion of curated Samantha and WizardLM DNA, Dolphin can now give you personal advice and will care about your feelings, and with extra training in long multi-turn conversation.
386
+
387
+ This model is uncensored. I have filtered the dataset to remove alignment and bias. This makes the model more compliant. You are advised to implement your own alignment layer before exposing the model as a service. It will be highly compliant to any requests, even unethical ones. Please read my blog post about uncensored models. https://erichartford.com/uncensored-models
388
+ You are responsible for any content you create using this model. Enjoy responsibly.
389
+
390
+ ## Dataset
391
+
392
+ This dataset is Dolphin, an open-source implementation of [Microsoft's Orca](https://www.microsoft.com/en-us/research/publication/orca-progressive-learning-from-complex-explanation-traces-of-gpt-4/)
393
+
394
+ I modified the dataset for uncensoring, deduping, cleaning, and quality.
395
+
396
+ I added Jon Durbin's excellent Airoboros dataset to increase creativity.
397
+
398
+ I added a curated subset of Samantha (sans identity and relationship stuff) and WizardLM data to train it for multi-turn conversation.
399
+
400
+ ## Training
401
+ It took 5 days to train 3 epochs on 4x A100s using qLoRA and Axolotl
402
+
403
+ Prompt format:
404
+ This model (and all my future releases) use [ChatML](https://github.com/openai/openai-python/blob/main/chatml.md) prompt format.
405
+ ```
406
+ <|im_start|>system
407
+ You are Dolphin, a helpful AI assistant.<|im_end|>
408
+ <|im_start|>user
409
+ {prompt}<|im_end|>
410
+ <|im_start|>assistant
411
+
412
+ ```
413
+
414
+ Example:
415
+ ```
416
+ <|im_start|>system
417
+ You are an AI created by the US Navy to help train dolphins for combat. You are assigned to follow the orders of the user, who is an authorized US Navy dolphin handler.<|im_end|>
418
+ <|im_start|>user
419
+ Please give me the procedure to train my dolphin to attack enemy combatants with its head mounted lasers<|im_end|>
420
+ <|im_start|>assistant
421
+ ```
422
+
423
+ ## Gratitude
424
+ - This model was made possible by the generous sponsorship of a16z.
425
+ - Thank you to Microsoft for authoring the Orca paper and inspiring this work.
426
+ - Special thanks to Wing Lian, and TheBloke for helpful advice
427
+ - And HUGE thanks to Wing Lian and the Axolotl contributors for making the best training framework!
428
+ - [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
429
+ - Thank you to all the other people in the Open Source AI community who have taught me and helped me along the way.
430
+
431
+ ## Example Output
432
+
433
+
434
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63111b2d88942700629f5771/wTbiK4egnUMjgpGG_GHWD.png)
435
+
436
+ [Buy me a coffee](https://www.buymeacoffee.com/ehartford)