TheBloke commited on
Commit
0f386a5
1 Parent(s): 15b19d7

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +92 -20
README.md CHANGED
@@ -1,4 +1,5 @@
1
  ---
 
2
  datasets:
3
  - garage-bAInd/Open-Platypus
4
  inference: false
@@ -7,10 +8,21 @@ language:
7
  library_name: transformers
8
  license: llama2
9
  model_creator: Jiangwen Su
10
- model_link: https://huggingface.co/uukuguy/speechless-llama2-hermes-orca-platypus-wizardlm-13b
11
  model_name: Speechess Lllama2 Hermes Orca-Platypus WizardLM 13B
12
  model_type: llama
13
  pipeline_tag: text-generation
 
 
 
 
 
 
 
 
 
 
 
 
14
  quantized_by: TheBloke
15
  tags:
16
  - facebook
@@ -41,23 +53,25 @@ tags:
41
  - Model creator: [Jiangwen Su](https://huggingface.co/uukuguy)
42
  - Original model: [Speechess Lllama2 Hermes Orca-Platypus WizardLM 13B](https://huggingface.co/uukuguy/speechless-llama2-hermes-orca-platypus-wizardlm-13b)
43
 
 
44
  ## Description
45
 
46
  This repo contains GGUF format model files for [Jiangwen Su's Speechess Lllama2 Hermes Orca-Platypus WizardLM 13B](https://huggingface.co/uukuguy/speechless-llama2-hermes-orca-platypus-wizardlm-13b).
47
 
 
48
  <!-- README_GGUF.md-about-gguf start -->
49
  ### About GGUF
50
 
51
- GGUF is a new format introduced by the llama.cpp team on August 21st 2023. It is a replacement for GGML, which is no longer supported by llama.cpp.
52
 
53
- The key benefit of GGUF is that it is a extensible, future-proof format which stores more information about the model as metadata. It also includes significantly improved tokenization code, including for the first time full support for special tokens. This should improve performance, especially with models that use new special tokens and implement custom prompt templates.
54
 
55
- Here are a list of clients and libraries that are known to support GGUF:
56
- * [llama.cpp](https://github.com/ggerganov/llama.cpp).
57
- * [text-generation-webui](https://github.com/oobabooga/text-generation-webui), the most widely used web UI, with many features and powerful extensions.
58
- * [KoboldCpp](https://github.com/LostRuins/koboldcpp), a fully featured web UI, with full GPU accel across multiple platforms and GPU architectures. Especially good for story telling.
59
- * [LM Studio](https://lmstudio.ai/), an easy-to-use and powerful local GUI with GPU acceleration on both Windows (NVidia and AMD), and macOS.
60
  * [LoLLMS Web UI](https://github.com/ParisNeo/lollms-webui), a great web UI with many interesting and unique features, including a full model library for easy model selection.
 
61
  * [ctransformers](https://github.com/marella/ctransformers), a Python library with GPU accel, LangChain support, and OpenAI-compatible AI server.
62
  * [llama-cpp-python](https://github.com/abetlen/llama-cpp-python), a Python library with GPU accel, LangChain support, and OpenAI-compatible API server.
63
  * [candle](https://github.com/huggingface/candle), a Rust ML framework with a focus on performance, including GPU support, and ease of use.
@@ -66,9 +80,9 @@ Here are a list of clients and libraries that are known to support GGUF:
66
  <!-- repositories-available start -->
67
  ## Repositories available
68
 
 
69
  * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GPTQ)
70
  * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGUF)
71
- * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference (deprecated)](https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML)
72
  * [Jiangwen Su's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/uukuguy/speechless-llama2-hermes-orca-platypus-wizardlm-13b)
73
  <!-- repositories-available end -->
74
 
@@ -86,12 +100,14 @@ Below is an instruction that describes a task. Write a response that appropriate
86
  ```
87
 
88
  <!-- prompt-template end -->
 
 
89
  <!-- compatibility_gguf start -->
90
  ## Compatibility
91
 
92
- These quantised GGUF files are compatible with llama.cpp from August 21st 2023 onwards, as of commit [6381d4e110bd0ec02843a60bbeb8b6fc37a9ace9](https://github.com/ggerganov/llama.cpp/commit/6381d4e110bd0ec02843a60bbeb8b6fc37a9ace9)
93
 
94
- They are now also compatible with many third party UIs and libraries - please see the list at the top of the README.
95
 
96
  ## Explanation of quantisation methods
97
  <details>
@@ -132,21 +148,75 @@ Refer to the Provided Files table below to see what files use which methods, and
132
 
133
  <!-- README_GGUF.md-provided-files end -->
134
 
135
- <!-- README_GGUF.md-how-to-run start -->
136
- ## Example `llama.cpp` command
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
137
 
138
- Make sure you are using `llama.cpp` from commit [6381d4e110bd0ec02843a60bbeb8b6fc37a9ace9](https://github.com/ggerganov/llama.cpp/commit/6381d4e110bd0ec02843a60bbeb8b6fc37a9ace9) or later.
139
 
140
- For compatibility with older versions of llama.cpp, or for any third-party libraries or clients that haven't yet updated for GGUF, please use GGML files instead.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
141
 
 
 
142
  ```
143
- ./main -t 10 -ngl 32 -m speechless-llama2-hermes-orca-platypus-wizardlm-13b.q4_K_M.gguf --color -c 4096 --temp 0.7 --repeat_penalty 1.1 -n -1 -p "Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\n{prompt}\n\n### Response:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
144
  ```
145
- Change `-t 10` to the number of physical CPU cores you have. For example if your system has 8 cores/16 threads, use `-t 8`. If offloading all layers to GPU, set `-t 1`.
146
 
147
  Change `-ngl 32` to the number of layers to offload to GPU. Remove it if you don't have GPU acceleration.
148
 
149
- Change `-c 4096` to the desired sequence length for this model. For extended sequence models - eg 8K, 16K, 32K - the necessary RoPE scaling parameters are read from the GGUF file and set by llama.cpp automatically.
150
 
151
  If you want to have a chat-style conversation, replace the `-p <PROMPT>` argument with `-i -ins`
152
 
@@ -203,10 +273,12 @@ For further support, and discussions on these models and AI in general, join us
203
 
204
  [TheBloke AI's Discord server](https://discord.gg/theblokeai)
205
 
206
- ## Thanks, and how to contribute.
207
 
208
  Thanks to the [chirper.ai](https://chirper.ai) team!
209
 
 
 
210
  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.
211
 
212
  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.
@@ -218,7 +290,7 @@ Donaters will get priority support on any and all AI/LLM/model questions and req
218
 
219
  **Special thanks to**: Aemon Algiz.
220
 
221
- **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
222
 
223
 
224
  Thank you to all my generous patrons and donaters!
 
1
  ---
2
+ base_model: https://huggingface.co/uukuguy/speechless-llama2-hermes-orca-platypus-wizardlm-13b
3
  datasets:
4
  - garage-bAInd/Open-Platypus
5
  inference: false
 
8
  library_name: transformers
9
  license: llama2
10
  model_creator: Jiangwen Su
 
11
  model_name: Speechess Lllama2 Hermes Orca-Platypus WizardLM 13B
12
  model_type: llama
13
  pipeline_tag: text-generation
14
+ prompt_template: 'Below is an instruction that describes a task. Write a response
15
+ that appropriately completes the request.
16
+
17
+
18
+ ### Instruction:
19
+
20
+ {prompt}
21
+
22
+
23
+ ### Response:
24
+
25
+ '
26
  quantized_by: TheBloke
27
  tags:
28
  - facebook
 
53
  - Model creator: [Jiangwen Su](https://huggingface.co/uukuguy)
54
  - Original model: [Speechess Lllama2 Hermes Orca-Platypus WizardLM 13B](https://huggingface.co/uukuguy/speechless-llama2-hermes-orca-platypus-wizardlm-13b)
55
 
56
+ <!-- description start -->
57
  ## Description
58
 
59
  This repo contains GGUF format model files for [Jiangwen Su's Speechess Lllama2 Hermes Orca-Platypus WizardLM 13B](https://huggingface.co/uukuguy/speechless-llama2-hermes-orca-platypus-wizardlm-13b).
60
 
61
+ <!-- description end -->
62
  <!-- README_GGUF.md-about-gguf start -->
63
  ### About GGUF
64
 
65
+ GGUF is a new format introduced by the llama.cpp team on August 21st 2023. It is a replacement for GGML, which is no longer supported by llama.cpp. GGUF offers numerous advantages over GGML, such as better tokenisation, and support for special tokens. It is also supports metadata, and is designed to be extensible.
66
 
67
+ Here is an incomplate list of clients and libraries that are known to support GGUF:
68
 
69
+ * [llama.cpp](https://github.com/ggerganov/llama.cpp). The source project for GGUF. Offers a CLI and a server option.
70
+ * [text-generation-webui](https://github.com/oobabooga/text-generation-webui), the most widely used web UI, with many features and powerful extensions. Supports GPU acceleration.
71
+ * [KoboldCpp](https://github.com/LostRuins/koboldcpp), a fully featured web UI, with GPU accel across all platforms and GPU architectures. Especially good for story telling.
72
+ * [LM Studio](https://lmstudio.ai/), an easy-to-use and powerful local GUI for Windows and macOS (Silicon), with GPU acceleration.
 
73
  * [LoLLMS Web UI](https://github.com/ParisNeo/lollms-webui), a great web UI with many interesting and unique features, including a full model library for easy model selection.
74
+ * [Faraday.dev](https://faraday.dev/), an attractive and easy to use character-based chat GUI for Windows and macOS (both Silicon and Intel), with GPU acceleration.
75
  * [ctransformers](https://github.com/marella/ctransformers), a Python library with GPU accel, LangChain support, and OpenAI-compatible AI server.
76
  * [llama-cpp-python](https://github.com/abetlen/llama-cpp-python), a Python library with GPU accel, LangChain support, and OpenAI-compatible API server.
77
  * [candle](https://github.com/huggingface/candle), a Rust ML framework with a focus on performance, including GPU support, and ease of use.
 
80
  <!-- repositories-available start -->
81
  ## Repositories available
82
 
83
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-AWQ)
84
  * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GPTQ)
85
  * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGUF)
 
86
  * [Jiangwen Su's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/uukuguy/speechless-llama2-hermes-orca-platypus-wizardlm-13b)
87
  <!-- repositories-available end -->
88
 
 
100
  ```
101
 
102
  <!-- prompt-template end -->
103
+
104
+
105
  <!-- compatibility_gguf start -->
106
  ## Compatibility
107
 
108
+ These quantised GGUFv2 files are compatible with llama.cpp from August 27th onwards, as of commit [d0cee0d36d5be95a0d9088b674dbb27354107221](https://github.com/ggerganov/llama.cpp/commit/d0cee0d36d5be95a0d9088b674dbb27354107221)
109
 
110
+ They are also compatible with many third party UIs and libraries - please see the list at the top of this README.
111
 
112
  ## Explanation of quantisation methods
113
  <details>
 
148
 
149
  <!-- README_GGUF.md-provided-files end -->
150
 
151
+ <!-- README_GGUF.md-how-to-download start -->
152
+ ## How to download GGUF files
153
+
154
+ **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.
155
+
156
+ The following clients/libraries will automatically download models for you, providing a list of available models to choose from:
157
+ - LM Studio
158
+ - LoLLMS Web UI
159
+ - Faraday.dev
160
+
161
+ ### In `text-generation-webui`
162
+
163
+ Under Download Model, you can enter the model repo: TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGUF and below it, a specific filename to download, such as: speechless-llama2-hermes-orca-platypus-wizardlm-13b.q4_K_M.gguf.
164
+
165
+ Then click Download.
166
+
167
+ ### On the command line, including multiple files at once
168
+
169
+ I recommend using the `huggingface-hub` Python library:
170
+
171
+ ```shell
172
+ pip3 install huggingface-hub>=0.17.1
173
+ ```
174
 
175
+ Then you can download any individual model file to the current directory, at high speed, with a command like this:
176
 
177
+ ```shell
178
+ huggingface-cli download TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGUF speechless-llama2-hermes-orca-platypus-wizardlm-13b.q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
179
+ ```
180
+
181
+ <details>
182
+ <summary>More advanced huggingface-cli download usage</summary>
183
+
184
+ You can also download multiple files at once with a pattern:
185
+
186
+ ```shell
187
+ huggingface-cli download TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGUF --local-dir . --local-dir-use-symlinks False --include='*Q4_K*gguf'
188
+ ```
189
+
190
+ 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).
191
+
192
+ To accelerate downloads on fast connections (1Gbit/s or higher), install `hf_transfer`:
193
 
194
+ ```shell
195
+ pip3 install hf_transfer
196
  ```
197
+
198
+ And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
199
+
200
+ ```shell
201
+ HUGGINGFACE_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGUF speechless-llama2-hermes-orca-platypus-wizardlm-13b.q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
202
+ ```
203
+
204
+ Windows CLI users: Use `set HUGGINGFACE_HUB_ENABLE_HF_TRANSFER=1` before running the download command.
205
+ </details>
206
+ <!-- README_GGUF.md-how-to-download end -->
207
+
208
+ <!-- README_GGUF.md-how-to-run start -->
209
+ ## Example `llama.cpp` command
210
+
211
+ Make sure you are using `llama.cpp` from commit [d0cee0d36d5be95a0d9088b674dbb27354107221](https://github.com/ggerganov/llama.cpp/commit/d0cee0d36d5be95a0d9088b674dbb27354107221) or later.
212
+
213
+ ```shell
214
+ ./main -ngl 32 -m speechless-llama2-hermes-orca-platypus-wizardlm-13b.q4_K_M.gguf --color -c 4096 --temp 0.7 --repeat_penalty 1.1 -n -1 -p "Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\n{prompt}\n\n### Response:"
215
  ```
 
216
 
217
  Change `-ngl 32` to the number of layers to offload to GPU. Remove it if you don't have GPU acceleration.
218
 
219
+ Change `-c 4096` to the desired sequence length. For extended sequence models - eg 8K, 16K, 32K - the necessary RoPE scaling parameters are read from the GGUF file and set by llama.cpp automatically.
220
 
221
  If you want to have a chat-style conversation, replace the `-p <PROMPT>` argument with `-i -ins`
222
 
 
273
 
274
  [TheBloke AI's Discord server](https://discord.gg/theblokeai)
275
 
276
+ ## Thanks, and how to contribute
277
 
278
  Thanks to the [chirper.ai](https://chirper.ai) team!
279
 
280
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
281
+
282
  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.
283
 
284
  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.
 
290
 
291
  **Special thanks to**: Aemon Algiz.
292
 
293
+ **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
294
 
295
 
296
  Thank you to all my generous patrons and donaters!