TheBloke commited on
Commit
9666edd
1 Parent(s): 2ee2209

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +96 -26
README.md CHANGED
@@ -1,4 +1,5 @@
1
  ---
 
2
  datasets:
3
  - rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored
4
  - OpenAssistant/oasst1
@@ -10,10 +11,20 @@ language:
10
  library_name: transformers
11
  license: llama2
12
  model_creator: OpenAssistant
13
- model_link: https://huggingface.co/OpenAssistant/llama2-70b-oasst-sft-v10
14
  model_name: Llama2 70B SFT v10
15
  model_type: llama
16
  pipeline_tag: text-generation
 
 
 
 
 
 
 
 
 
 
 
17
  quantized_by: TheBloke
18
  tags:
19
  - sft
@@ -40,23 +51,25 @@ tags:
40
  - Model creator: [OpenAssistant](https://huggingface.co/OpenAssistant)
41
  - Original model: [Llama2 70B SFT v10](https://huggingface.co/OpenAssistant/llama2-70b-oasst-sft-v10)
42
 
 
43
  ## Description
44
 
45
  This repo contains GGUF format model files for [OpenAssistant's Llama2 70B SFT v10](https://huggingface.co/OpenAssistant/llama2-70b-oasst-sft-v10).
46
 
 
47
  <!-- README_GGUF.md-about-gguf start -->
48
  ### About GGUF
49
 
50
- 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.
51
 
52
- 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.
53
 
54
- Here are a list of clients and libraries that are known to support GGUF:
55
- * [llama.cpp](https://github.com/ggerganov/llama.cpp).
56
- * [text-generation-webui](https://github.com/oobabooga/text-generation-webui), the most widely used web UI, with many features and powerful extensions.
57
- * [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.
58
- * [LM Studio](https://lmstudio.ai/), an easy-to-use and powerful local GUI with GPU acceleration on both Windows (NVidia and AMD), and macOS.
59
  * [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.
 
60
  * [ctransformers](https://github.com/marella/ctransformers), a Python library with GPU accel, LangChain support, and OpenAI-compatible AI server.
61
  * [llama-cpp-python](https://github.com/abetlen/llama-cpp-python), a Python library with GPU accel, LangChain support, and OpenAI-compatible API server.
62
  * [candle](https://github.com/huggingface/candle), a Rust ML framework with a focus on performance, including GPU support, and ease of use.
@@ -65,9 +78,9 @@ Here are a list of clients and libraries that are known to support GGUF:
65
  <!-- repositories-available start -->
66
  ## Repositories available
67
 
 
68
  * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GPTQ)
69
  * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGUF)
70
- * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference (deprecated)](https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML)
71
  * [OpenAssistant's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/OpenAssistant/llama2-70b-oasst-sft-v10)
72
  <!-- repositories-available end -->
73
 
@@ -84,12 +97,14 @@ Here are a list of clients and libraries that are known to support GGUF:
84
  ```
85
 
86
  <!-- prompt-template end -->
 
 
87
  <!-- compatibility_gguf start -->
88
  ## Compatibility
89
 
90
- 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)
91
 
92
- They are now also compatible with many third party UIs and libraries - please see the list at the top of the README.
93
 
94
  ## Explanation of quantisation methods
95
  <details>
@@ -162,21 +177,75 @@ del llama2-70b-oasst-sft-v10.Q8_0.gguf-split-a llama2-70b-oasst-sft-v10.Q8_0.ggu
162
  </details>
163
  <!-- README_GGUF.md-provided-files end -->
164
 
165
- <!-- README_GGUF.md-how-to-run start -->
166
- ## Example `llama.cpp` command
 
 
167
 
168
- Make sure you are using `llama.cpp` from commit [6381d4e110bd0ec02843a60bbeb8b6fc37a9ace9](https://github.com/ggerganov/llama.cpp/commit/6381d4e110bd0ec02843a60bbeb8b6fc37a9ace9) or later.
 
 
 
169
 
170
- 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.
171
 
 
 
 
 
 
 
 
 
 
 
172
  ```
173
- ./main -t 10 -ngl 32 -m llama2-70b-oasst-sft-v10.q4_K_M.gguf --color -c 4096 --temp 0.7 --repeat_penalty 1.1 -n -1 -p "<|im_start|>system\n{system_message}<|im_end|>\n<|im_start|>user\n{prompt}<|im_end|>\n<|im_start|>assistant"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
174
  ```
175
- 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`.
176
 
177
  Change `-ngl 32` to the number of layers to offload to GPU. Remove it if you don't have GPU acceleration.
178
 
179
- 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.
180
 
181
  If you want to have a chat-style conversation, replace the `-p <PROMPT>` argument with `-i -ins`
182
 
@@ -233,10 +302,12 @@ For further support, and discussions on these models and AI in general, join us
233
 
234
  [TheBloke AI's Discord server](https://discord.gg/theblokeai)
235
 
236
- ## Thanks, and how to contribute.
237
 
238
  Thanks to the [chirper.ai](https://chirper.ai) team!
239
 
 
 
240
  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.
241
 
242
  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.
@@ -248,7 +319,7 @@ Donaters will get priority support on any and all AI/LLM/model questions and req
248
 
249
  **Special thanks to**: Aemon Algiz.
250
 
251
- **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
252
 
253
 
254
  Thank you to all my generous patrons and donaters!
@@ -340,13 +411,12 @@ perform safety testing and tuning tailored to their specific applications of the
340
 
341
  Please see Meta's [Responsible Use Guide](https://ai.meta.com/llama/responsible-use-guide/).
342
 
 
343
 
344
- ## Inference via TGI
345
-
346
- An early version of this model had an embedding count of 32,007 which was incompatible to sharding with [TGI](https://github.com/huggingface/text-generation-inference).
347
- In the current version the embeddings and the lm_head weights have been padded to a multiple of 128 (by replicating the emembeddings of the unk-token (id: 0)).
348
- Sharded inference with TGI should now work as expected.
349
-
350
 
351
  ## Configuration Details
352
 
 
1
  ---
2
+ base_model: https://huggingface.co/OpenAssistant/llama2-70b-oasst-sft-v10
3
  datasets:
4
  - rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored
5
  - OpenAssistant/oasst1
 
11
  library_name: transformers
12
  license: llama2
13
  model_creator: OpenAssistant
 
14
  model_name: Llama2 70B SFT v10
15
  model_type: llama
16
  pipeline_tag: text-generation
17
+ prompt_template: '<|im_start|>system
18
+
19
+ {system_message}<|im_end|>
20
+
21
+ <|im_start|>user
22
+
23
+ {prompt}<|im_end|>
24
+
25
+ <|im_start|>assistant
26
+
27
+ '
28
  quantized_by: TheBloke
29
  tags:
30
  - sft
 
51
  - Model creator: [OpenAssistant](https://huggingface.co/OpenAssistant)
52
  - Original model: [Llama2 70B SFT v10](https://huggingface.co/OpenAssistant/llama2-70b-oasst-sft-v10)
53
 
54
+ <!-- description start -->
55
  ## Description
56
 
57
  This repo contains GGUF format model files for [OpenAssistant's Llama2 70B SFT v10](https://huggingface.co/OpenAssistant/llama2-70b-oasst-sft-v10).
58
 
59
+ <!-- description end -->
60
  <!-- README_GGUF.md-about-gguf start -->
61
  ### About GGUF
62
 
63
+ 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.
64
 
65
+ Here is an incomplate list of clients and libraries that are known to support GGUF:
66
 
67
+ * [llama.cpp](https://github.com/ggerganov/llama.cpp). The source project for GGUF. Offers a CLI and a server option.
68
+ * [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.
69
+ * [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.
70
+ * [LM Studio](https://lmstudio.ai/), an easy-to-use and powerful local GUI for Windows and macOS (Silicon), with GPU acceleration.
 
71
  * [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.
72
+ * [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.
73
  * [ctransformers](https://github.com/marella/ctransformers), a Python library with GPU accel, LangChain support, and OpenAI-compatible AI server.
74
  * [llama-cpp-python](https://github.com/abetlen/llama-cpp-python), a Python library with GPU accel, LangChain support, and OpenAI-compatible API server.
75
  * [candle](https://github.com/huggingface/candle), a Rust ML framework with a focus on performance, including GPU support, and ease of use.
 
78
  <!-- repositories-available start -->
79
  ## Repositories available
80
 
81
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-AWQ)
82
  * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GPTQ)
83
  * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGUF)
 
84
  * [OpenAssistant's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/OpenAssistant/llama2-70b-oasst-sft-v10)
85
  <!-- repositories-available end -->
86
 
 
97
  ```
98
 
99
  <!-- prompt-template end -->
100
+
101
+
102
  <!-- compatibility_gguf start -->
103
  ## Compatibility
104
 
105
+ 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)
106
 
107
+ They are also compatible with many third party UIs and libraries - please see the list at the top of this README.
108
 
109
  ## Explanation of quantisation methods
110
  <details>
 
177
  </details>
178
  <!-- README_GGUF.md-provided-files end -->
179
 
180
+ <!-- README_GGUF.md-how-to-download start -->
181
+ ## How to download GGUF files
182
+
183
+ **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.
184
 
185
+ The following clients/libraries will automatically download models for you, providing a list of available models to choose from:
186
+ - LM Studio
187
+ - LoLLMS Web UI
188
+ - Faraday.dev
189
 
190
+ ### In `text-generation-webui`
191
 
192
+ Under Download Model, you can enter the model repo: TheBloke/Llama2-70B-OASST-SFT-v10-GGUF and below it, a specific filename to download, such as: llama2-70b-oasst-sft-v10.q4_K_M.gguf.
193
+
194
+ Then click Download.
195
+
196
+ ### On the command line, including multiple files at once
197
+
198
+ I recommend using the `huggingface-hub` Python library:
199
+
200
+ ```shell
201
+ pip3 install huggingface-hub>=0.17.1
202
  ```
203
+
204
+ Then you can download any individual model file to the current directory, at high speed, with a command like this:
205
+
206
+ ```shell
207
+ huggingface-cli download TheBloke/Llama2-70B-OASST-SFT-v10-GGUF llama2-70b-oasst-sft-v10.q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
208
+ ```
209
+
210
+ <details>
211
+ <summary>More advanced huggingface-cli download usage</summary>
212
+
213
+ You can also download multiple files at once with a pattern:
214
+
215
+ ```shell
216
+ huggingface-cli download TheBloke/Llama2-70B-OASST-SFT-v10-GGUF --local-dir . --local-dir-use-symlinks False --include='*Q4_K*gguf'
217
+ ```
218
+
219
+ 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).
220
+
221
+ To accelerate downloads on fast connections (1Gbit/s or higher), install `hf_transfer`:
222
+
223
+ ```shell
224
+ pip3 install hf_transfer
225
+ ```
226
+
227
+ And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
228
+
229
+ ```shell
230
+ HUGGINGFACE_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download TheBloke/Llama2-70B-OASST-SFT-v10-GGUF llama2-70b-oasst-sft-v10.q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
231
+ ```
232
+
233
+ Windows CLI users: Use `set HUGGINGFACE_HUB_ENABLE_HF_TRANSFER=1` before running the download command.
234
+ </details>
235
+ <!-- README_GGUF.md-how-to-download end -->
236
+
237
+ <!-- README_GGUF.md-how-to-run start -->
238
+ ## Example `llama.cpp` command
239
+
240
+ Make sure you are using `llama.cpp` from commit [d0cee0d36d5be95a0d9088b674dbb27354107221](https://github.com/ggerganov/llama.cpp/commit/d0cee0d36d5be95a0d9088b674dbb27354107221) or later.
241
+
242
+ ```shell
243
+ ./main -ngl 32 -m llama2-70b-oasst-sft-v10.q4_K_M.gguf --color -c 4096 --temp 0.7 --repeat_penalty 1.1 -n -1 -p "<|im_start|>system\n{system_message}<|im_end|>\n<|im_start|>user\n{prompt}<|im_end|>\n<|im_start|>assistant"
244
  ```
 
245
 
246
  Change `-ngl 32` to the number of layers to offload to GPU. Remove it if you don't have GPU acceleration.
247
 
248
+ 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.
249
 
250
  If you want to have a chat-style conversation, replace the `-p <PROMPT>` argument with `-i -ins`
251
 
 
302
 
303
  [TheBloke AI's Discord server](https://discord.gg/theblokeai)
304
 
305
+ ## Thanks, and how to contribute
306
 
307
  Thanks to the [chirper.ai](https://chirper.ai) team!
308
 
309
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
310
+
311
  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.
312
 
313
  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.
 
319
 
320
  **Special thanks to**: Aemon Algiz.
321
 
322
+ **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
323
 
324
 
325
  Thank you to all my generous patrons and donaters!
 
411
 
412
  Please see Meta's [Responsible Use Guide](https://ai.meta.com/llama/responsible-use-guide/).
413
 
414
+ ## Note regarding inference with TGI
415
 
416
+ During evaluation we noticed that this 70B model produced extremely poor outputs when loaded it was loaded in 16 bit precision sharded in [TGI](https://github.com/huggingface/text-generation-inference).
417
+ In contrast the model could be evaluated without problem using [vLLM](https://github.com/vllm-project/vllm).
418
+ The model also worked decently well when loaded with TGI on a single GPPU nf4 quantized via [TimDettmers/bitsandbytes](https://github.com/TimDettmers/bitsandbytes).
419
+ Will will get it touch with the TGI authors to find out why sharded 16-bit inference doesn't work as expected.
 
 
420
 
421
  ## Configuration Details
422