TheBloke commited on
Commit
da6765c
1 Parent(s): a3f2999

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -10
README.md CHANGED
@@ -1,12 +1,20 @@
1
  ---
 
2
  datasets:
3
  - ehartford/wizard_vicuna_70k_unfiltered
4
  inference: false
5
  license: llama2
6
  model_creator: Jarrad Hope
7
- model_link: https://huggingface.co/jarradh/llama2_70b_chat_uncensored
8
  model_name: Llama2 70B Chat Uncensored
9
  model_type: llama
 
 
 
 
 
 
 
 
10
  quantized_by: TheBloke
11
  tags:
12
  - uncensored
@@ -63,9 +71,9 @@ Here is an incomplate list of clients and libraries that are known to support GG
63
  <!-- repositories-available start -->
64
  ## Repositories available
65
 
 
66
  * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GPTQ)
67
  * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGUF)
68
- * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference (deprecated)](https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML)
69
  * [Jarrad Hope's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/jarradh/llama2_70b_chat_uncensored)
70
  <!-- repositories-available end -->
71
 
@@ -81,15 +89,8 @@ Here is an incomplate list of clients and libraries that are known to support GG
81
  ```
82
 
83
  <!-- prompt-template end -->
84
- <!-- licensing start -->
85
- ## Licensing
86
-
87
- The creator of the source model has listed its license as `llama2`, and this quantization has therefore used that same license.
88
 
89
- As this model is based on Llama 2, it is also subject to the Meta Llama 2 license terms, and the license files for that are additionally included. It should therefore be considered as being claimed to be licensed under both licenses. I contacted Hugging Face for clarification on dual licensing but they do not yet have an official position. Should this change, or should Meta provide any feedback on this situation, I will update this section accordingly.
90
 
91
- In the meantime, any questions regarding licensing, and in particular how these two licenses might interact, should be directed to the original model repository: [Jarrad Hope's Llama2 70B Chat Uncensored](https://huggingface.co/jarradh/llama2_70b_chat_uncensored).
92
- <!-- licensing end -->
93
  <!-- compatibility_gguf start -->
94
  ## Compatibility
95
 
@@ -168,6 +169,63 @@ del llama2_70b_chat_uncensored.Q8_0.gguf-split-a llama2_70b_chat_uncensored.Q8_0
168
  </details>
169
  <!-- README_GGUF.md-provided-files end -->
170
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
171
  <!-- README_GGUF.md-how-to-run start -->
172
  ## Example `llama.cpp` command
173
 
@@ -253,7 +311,7 @@ Donaters will get priority support on any and all AI/LLM/model questions and req
253
 
254
  **Special thanks to**: Aemon Algiz.
255
 
256
- **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
257
 
258
 
259
  Thank you to all my generous patrons and donaters!
 
1
  ---
2
+ base_model: https://huggingface.co/jarradh/llama2_70b_chat_uncensored
3
  datasets:
4
  - ehartford/wizard_vicuna_70k_unfiltered
5
  inference: false
6
  license: llama2
7
  model_creator: Jarrad Hope
 
8
  model_name: Llama2 70B Chat Uncensored
9
  model_type: llama
10
+ prompt_template: '### HUMAN:
11
+
12
+ {prompt}
13
+
14
+
15
+ ### RESPONSE:
16
+
17
+ '
18
  quantized_by: TheBloke
19
  tags:
20
  - uncensored
 
71
  <!-- repositories-available start -->
72
  ## Repositories available
73
 
74
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-AWQ)
75
  * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GPTQ)
76
  * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGUF)
 
77
  * [Jarrad Hope's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/jarradh/llama2_70b_chat_uncensored)
78
  <!-- repositories-available end -->
79
 
 
89
  ```
90
 
91
  <!-- prompt-template end -->
 
 
 
 
92
 
 
93
 
 
 
94
  <!-- compatibility_gguf start -->
95
  ## Compatibility
96
 
 
169
  </details>
170
  <!-- README_GGUF.md-provided-files end -->
171
 
172
+ <!-- README_GGUF.md-how-to-download start -->
173
+ ## How to download GGUF files
174
+
175
+ **Note for manual downloaders:** You almost never want to clone the entire repo! Multiple different quantisation formats are provided, and most users only want to pick and download a single file.
176
+
177
+ The following clients/libraries will automatically download models for you, providing a list of available models to choose from:
178
+ - LM Studio
179
+ - LoLLMS Web UI
180
+ - Faraday.dev
181
+
182
+ ### In `text-generation-webui`
183
+
184
+ Under Download Model, you can enter the model repo: TheBloke/llama2_70b_chat_uncensored-GGUF and below it, a specific filename to download, such as: llama2_70b_chat_uncensored.q4_K_M.gguf.
185
+
186
+ Then click Download.
187
+
188
+ ### On the command line, including multiple files at once
189
+
190
+ I recommend using the `huggingface-hub` Python library:
191
+
192
+ ```shell
193
+ pip3 install huggingface-hub>=0.17.1
194
+ ```
195
+
196
+ Then you can download any individual model file to the current directory, at high speed, with a command like this:
197
+
198
+ ```shell
199
+ huggingface-cli download TheBloke/llama2_70b_chat_uncensored-GGUF llama2_70b_chat_uncensored.q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
200
+ ```
201
+
202
+ <details>
203
+ <summary>More advanced huggingface-cli download usage</summary>
204
+
205
+ You can also download multiple files at once with a pattern:
206
+
207
+ ```shell
208
+ huggingface-cli download TheBloke/llama2_70b_chat_uncensored-GGUF --local-dir . --local-dir-use-symlinks False --include='*Q4_K*gguf'
209
+ ```
210
+
211
+ 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).
212
+
213
+ To accelerate downloads on fast connections (1Gbit/s or higher), install `hf_transfer`:
214
+
215
+ ```shell
216
+ pip3 install hf_transfer
217
+ ```
218
+
219
+ And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
220
+
221
+ ```shell
222
+ HUGGINGFACE_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download TheBloke/llama2_70b_chat_uncensored-GGUF llama2_70b_chat_uncensored.q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
223
+ ```
224
+
225
+ Windows CLI users: Use `set HUGGINGFACE_HUB_ENABLE_HF_TRANSFER=1` before running the download command.
226
+ </details>
227
+ <!-- README_GGUF.md-how-to-download end -->
228
+
229
  <!-- README_GGUF.md-how-to-run start -->
230
  ## Example `llama.cpp` command
231
 
 
311
 
312
  **Special thanks to**: Aemon Algiz.
313
 
314
+ **Patreon special mentions**: Alicia Loh, Stephen Murray, K, Ajan Kanaga, RoA, Magnesian, Deo Leter, Olakabola, Eugene Pentland, zynix, Deep Realms, Raymond Fosdick, Elijah Stavena, Iucharbius, Erik Bjäreholt, Luis Javier Navarrete Lozano, Nicholas, theTransient, John Detwiler, alfie_i, knownsqashed, Mano Prime, Willem Michiel, Enrico Ros, LangChain4j, OG, Michael Dempsey, Pierre Kircher, Pedro Madruga, James Bentley, Thomas Belote, Luke @flexchar, Leonard Tan, Johann-Peter Hartmann, Illia Dulskyi, Fen Risland, Chadd, S_X, Jeff Scroggin, Ken Nordquist, Sean Connelly, Artur Olbinski, Swaroop Kallakuri, Jack West, Ai Maven, David Ziegler, Russ Johnson, transmissions 11, John Villwock, Alps Aficionado, Clay Pascal, Viktor Bowallius, Subspace Studios, Rainer Wilmers, Trenton Dambrowitz, vamX, Michael Levine, 준교 김, Brandon Frisco, Kalila, Trailburnt, Randy H, Talal Aujan, Nathan Dryer, Vadim, 阿明, ReadyPlayerEmma, Tiffany J. Kim, George Stoitzev, Spencer Kim, Jerry Meng, Gabriel Tamborski, Cory Kujawski, Jeffrey Morgan, Spiking Neurons AB, Edmond Seymore, Alexandros Triantafyllidis, Lone Striker, Cap'n Zoog, Nikolai Manek, danny, ya boyyy, Derek Yates, usrbinkat, Mandus, TL, Nathan LeClaire, subjectnull, Imad Khwaja, webtim, Raven Klaugh, Asp the Wyvern, Gabriel Puliatti, Caitlyn Gatomon, Joseph William Delisle, Jonathan Leane, Luke Pendergrass, SuperWojo, Sebastain Graf, Will Dee, Fred von Graf, Andrey, Dan Guido, Daniel P. Andersen, Nitin Borwankar, Elle, Vitor Caleffi, biorpg, jjj, NimbleBox.ai, Pieter, Matthew Berman, terasurfer, Michael Davis, Alex, Stanislav Ovsiannikov
315
 
316
 
317
  Thank you to all my generous patrons and donaters!