TheBloke commited on
Commit
bb87d86
1 Parent(s): 3cde96c

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -10
README.md CHANGED
@@ -7,6 +7,7 @@ license: llama2
7
  model_creator: Jon Durbin
8
  model_name: Spicyboros c34B 2.2
9
  model_type: llama
 
10
  quantized_by: TheBloke
11
  tags:
12
  - not-for-all-audiences
@@ -38,14 +39,13 @@ tags:
38
 
39
  This repo contains GPTQ model files for [Jon Durbin's Spicyboros c34B 2.2](https://huggingface.co/jondurbin/spicyboros-c34b-2.2).
40
 
41
- Note: these GGUF models were re-created on 14th September, as Jon has re-uploaded the original source weights. The first source upload was based on a new method for merging qLoRA weights. This has proved to cause problems, and therefore Jon has re-uploaded the weights in the usual way, and I have re-done all my GGUF and GPTQ models.
42
-
43
  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.
44
 
45
  <!-- description end -->
46
  <!-- repositories-available start -->
47
  ## Repositories available
48
 
 
49
  * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Spicyboros-c34b-2.2-GPTQ)
50
  * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/Spicyboros-c34b-2.2-GGUF)
51
  * [Jon Durbin's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/jondurbin/spicyboros-c34b-2.2)
@@ -62,15 +62,8 @@ ASSISTANT:
62
  ```
63
 
64
  <!-- prompt-template end -->
65
- <!-- licensing start -->
66
- ## Licensing
67
-
68
- The creator of the source model has listed its license as `llama2`, and this quantization has therefore used that same license.
69
 
70
- 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.
71
 
72
- In the meantime, any questions regarding licensing, and in particular how these two licenses might interact, should be directed to the original model repository: [Jon Durbin's Spicyboros c34B 2.2](https://huggingface.co/jondurbin/spicyboros-c34b-2.2).
73
- <!-- licensing end -->
74
  <!-- README_GPTQ.md-provided-files start -->
75
  ## Provided files and GPTQ parameters
76
 
@@ -246,7 +239,7 @@ Donaters will get priority support on any and all AI/LLM/model questions and req
246
 
247
  **Special thanks to**: Aemon Algiz.
248
 
249
- **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
250
 
251
 
252
  Thank you to all my generous patrons and donaters!
 
7
  model_creator: Jon Durbin
8
  model_name: Spicyboros c34B 2.2
9
  model_type: llama
10
+ prompt_template: "A chat.\nUSER: {prompt}\nASSISTANT: \n"
11
  quantized_by: TheBloke
12
  tags:
13
  - not-for-all-audiences
 
39
 
40
  This repo contains GPTQ model files for [Jon Durbin's Spicyboros c34B 2.2](https://huggingface.co/jondurbin/spicyboros-c34b-2.2).
41
 
 
 
42
  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.
43
 
44
  <!-- description end -->
45
  <!-- repositories-available start -->
46
  ## Repositories available
47
 
48
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/Spicyboros-c34b-2.2-AWQ)
49
  * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Spicyboros-c34b-2.2-GPTQ)
50
  * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/Spicyboros-c34b-2.2-GGUF)
51
  * [Jon Durbin's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/jondurbin/spicyboros-c34b-2.2)
 
62
  ```
63
 
64
  <!-- prompt-template end -->
 
 
 
 
65
 
 
66
 
 
 
67
  <!-- README_GPTQ.md-provided-files start -->
68
  ## Provided files and GPTQ parameters
69
 
 
239
 
240
  **Special thanks to**: Aemon Algiz.
241
 
242
+ **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
243
 
244
 
245
  Thank you to all my generous patrons and donaters!