TheBloke commited on
Commit
c42ab67
1 Parent(s): 12359c6

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +146 -0
README.md ADDED
@@ -0,0 +1,146 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - Fredithefish/openassistant-guanaco-unfiltered
4
+ inference: false
5
+ language:
6
+ - en
7
+ library_name: transformers
8
+ license: apache-2.0
9
+ model_creator: Fredithefish
10
+ model_link: https://huggingface.co/Fredithefish/Guanaco-3B-Uncensored-v2
11
+ model_name: Guanaco 3B Uncensored v2
12
+ model_type: gpt-neox
13
+ pipeline_tag: conversational
14
+ quantized_by: TheBloke
15
+ ---
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
+ # Guanaco 3B Uncensored v2 - GGML
35
+ - Model creator: [Fredithefish](https://huggingface.co/Fredithefish)
36
+ - Original model: [Guanaco 3B Uncensored v2](https://huggingface.co/Fredithefish/Guanaco-3B-Uncensored-v2)
37
+
38
+ ## Description
39
+
40
+ This repo contains GPT-NeoX GGML format model files for [Fredithefish's Guanaco 3B Uncensored v2](https://huggingface.co/Fredithefish/Guanaco-3B-Uncensored-v2).
41
+
42
+ Please note that these GGMLs are **not compatible with llama.cpp, text-generation-webui or llama-cpp-python**. Please see below for a list of tools that work with this GGML model.
43
+
44
+ ## Repositories available
45
+
46
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Guanaco-3B-Uncensored-v2-GPTQ)
47
+ * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference (deprecated)](https://huggingface.co/TheBloke/Guanaco-3B-Uncensored-v2-GGML)
48
+ * [Fredithefish's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/Fredithefish/Guanaco-3B-Uncensored-v2)
49
+
50
+ ## Prompt template: Guanaco
51
+
52
+ ```
53
+ ### Human: {prompt}
54
+ ### Assistant:
55
+
56
+ ```
57
+
58
+ <!-- compatibility_ggml start -->
59
+ ## Compatibilty
60
+
61
+ These files are **not** compatible with llama.cpp, text-generation-webui or llama-cpp-python.
62
+
63
+ They can be used with:
64
+ * [KoboldCpp](https://github.com/LostRuins/koboldcpp), a powerful inference engine based on llama.cpp with full GPU acceleration and good UI.
65
+ * [LM Studio](https://lmstudio.ai/), a fully featured local GUI for GGML inference on Windows and macOS.
66
+ * [LoLLMs-WebUI](https://github.com/ParisNeo/LoLLMs-WebUI) a web UI which supports nearly every backend out there. Use ctransformers backend for support for this model.
67
+ * [ctransformers](https://github.com/marella/ctransformers): for use in Python code, including LangChain support.
68
+ * [rustformers' llm](https://github.com/rustformers/llm)
69
+ * The example `gpt-neox` binary provided with [ggml](https://github.com/ggerganov/ggml)
70
+
71
+ As other options become available I will endeavour to update them here (do let me know in the Community tab if I've missed something!)
72
+
73
+ ## Tutorial for using LoLLMs-WebUI:
74
+
75
+ * [Video tutorial, by LoLLMs-WebUI's author **ParisNeo**](https://youtu.be/vBU1b5n0GMU)
76
+ <!-- compatibility_ggml end -->
77
+
78
+ ## Provided files
79
+ | Name | Quant method | Bits | Size | Max RAM required | Use case |
80
+ | ---- | ---- | ---- | ---- | ---- | ----- |
81
+ | [guanaco-3b-uncensored-v2.ggmlv1.q4_0.bin](https://huggingface.co/TheBloke/Guanaco-3B-Uncensored-v2-GGML/blob/main/guanaco-3b-uncensored-v2.ggmlv1.q4_0.bin) | q4_0 | 4 | 1.57 GB| 4.07 GB | 4-bit. |
82
+ | [guanaco-3b-uncensored-v2.ggmlv1.q4_1.bin](https://huggingface.co/TheBloke/Guanaco-3B-Uncensored-v2-GGML/blob/main/guanaco-3b-uncensored-v2.ggmlv1.q4_1.bin) | q4_1 | 4 | 1.74 GB| 4.24 GB | 4-bit. Higher accuracy than q4_0 but not as high as q5_0. However has quicker inference than q5 models. |
83
+ | [guanaco-3b-uncensored-v2.ggmlv1.q5_0.bin](https://huggingface.co/TheBloke/Guanaco-3B-Uncensored-v2-GGML/blob/main/guanaco-3b-uncensored-v2.ggmlv1.q5_0.bin) | q5_0 | 5 | 1.91 GB| 4.41 GB | 5-bit. Higher accuracy, higher resource usage and slower inference. |
84
+ | [guanaco-3b-uncensored-v2.ggmlv1.q5_1.bin](https://huggingface.co/TheBloke/Guanaco-3B-Uncensored-v2-GGML/blob/main/guanaco-3b-uncensored-v2.ggmlv1.q5_1.bin) | q5_1 | 5 | 2.09 GB| 4.59 GB | 5-bit. Even higher accuracy, resource usage and slower inference. |
85
+ | [guanaco-3b-uncensored-v2.ggmlv1.q8_0.bin](https://huggingface.co/TheBloke/Guanaco-3B-Uncensored-v2-GGML/blob/main/guanaco-3b-uncensored-v2.ggmlv1.q8_0.bin) | q8_0 | 8 | 2.95 GB| 5.45 GB | 8-bit. Almost indistinguishable from float16. High resource use and slow. Not recommended for most users. |
86
+
87
+ **Note**: the above RAM figures assume no GPU offloading. If layers are offloaded to the GPU, this will reduce RAM usage and use VRAM instead.
88
+
89
+ <!-- footer start -->
90
+ <!-- 200823 -->
91
+ ## Discord
92
+
93
+ For further support, and discussions on these models and AI in general, join us at:
94
+
95
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
96
+
97
+ ## Thanks, and how to contribute
98
+
99
+ Thanks to the [chirper.ai](https://chirper.ai) team!
100
+
101
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
102
+
103
+ 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.
104
+
105
+ 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.
106
+
107
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
108
+
109
+ * Patreon: https://patreon.com/TheBlokeAI
110
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
111
+
112
+ **Special thanks to**: Aemon Algiz.
113
+
114
+ **Patreon special mentions**: Russ Johnson, J, alfie_i, Alex, NimbleBox.ai, Chadd, Mandus, Nikolai Manek, Ken Nordquist, ya boyyy, Illia Dulskyi, Viktor Bowallius, vamX, Iucharbius, zynix, Magnesian, Clay Pascal, Pierre Kircher, Enrico Ros, Tony Hughes, Elle, Andrey, knownsqashed, Deep Realms, Jerry Meng, Lone Striker, Derek Yates, Pyrater, Mesiah Bishop, James Bentley, Femi Adebogun, Brandon Frisco, SuperWojo, Alps Aficionado, Michael Dempsey, Vitor Caleffi, Will Dee, Edmond Seymore, usrbinkat, LangChain4j, Kacper Wikieł, Luke Pendergrass, John Detwiler, theTransient, Nathan LeClaire, Tiffany J. Kim, biorpg, Eugene Pentland, Stanislav Ovsiannikov, Fred von Graf, terasurfer, Kalila, Dan Guido, Nitin Borwankar, 阿明, Ai Maven, John Villwock, Gabriel Puliatti, Stephen Murray, Asp the Wyvern, danny, Chris Smitley, ReadyPlayerEmma, S_X, Daniel P. Andersen, Olakabola, Jeffrey Morgan, Imad Khwaja, Caitlyn Gatomon, webtim, Alicia Loh, Trenton Dambrowitz, Swaroop Kallakuri, Erik Bjäreholt, Leonard Tan, Spiking Neurons AB, Luke @flexchar, Ajan Kanaga, Thomas Belote, Deo Leter, RoA, Willem Michiel, transmissions 11, subjectnull, Matthew Berman, Joseph William Delisle, David Ziegler, Michael Davis, Johann-Peter Hartmann, Talal Aujan, senxiiz, Artur Olbinski, Rainer Wilmers, Spencer Kim, Fen Risland, Cap'n Zoog, Rishabh Srivastava, Michael Levine, Geoffrey Montalvo, Sean Connelly, Alexandros Triantafyllidis, Pieter, Gabriel Tamborski, Sam, Subspace Studios, Junyu Yang, Pedro Madruga, Vadim, Cory Kujawski, K, Raven Klaugh, Randy H, Mano Prime, Sebastain Graf, Space Cruiser
115
+
116
+
117
+ Thank you to all my generous patrons and donaters!
118
+
119
+ And thank you again to a16z for their generous grant.
120
+
121
+ <!-- footer end -->
122
+
123
+ # Original model card: Fredithefish's Guanaco 3B Uncensored v2
124
+
125
+
126
+ <img src="https://huggingface.co/Fredithefish/Guanaco-3B-Uncensored/resolve/main/Guanaco-Uncensored.jpg" alt="Alt Text" width="295"/>
127
+
128
+ # ✨ Guanaco - 3B - Uncensored ✨
129
+
130
+
131
+ Guanaco-3B-Uncensored has been fine-tuned for 6 epochs on the [Unfiltered Guanaco Dataset.](https://huggingface.co/datasets/Fredithefish/openassistant-guanaco-unfiltered) using [RedPajama-INCITE-Base-3B-v1](https://huggingface.co/togethercomputer/RedPajama-INCITE-Base-3B-v1) as the base model.
132
+ <br>The model does not perform well with languages other than English.
133
+ <br>Please note: This model is designed to provide responses without content filtering or censorship. It generates answers without denials.
134
+
135
+ ## Special thanks
136
+ I would like to thank AutoMeta for providing me with the computing power necessary to train this model.
137
+
138
+
139
+ ### Prompt Template
140
+ ```
141
+ ### Human: {prompt} ### Assistant:
142
+ ```
143
+
144
+ ### Changes
145
+ This is the second version of the 3B parameter Guanaco uncensored model.
146
+ The model has been fine-tuned on the V2 of the Guanaco unfiltered dataset.