Change of text on requirements
#16
by
absy
- opened
README.md
CHANGED
@@ -1,91 +1,74 @@
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- en
|
4 |
-
|
5 |
tags:
|
6 |
- facebook
|
7 |
- meta
|
8 |
- pytorch
|
9 |
- llama
|
10 |
- llama-2
|
11 |
-
model_name: Llama 2 7B Chat
|
12 |
-
arxiv: 2307.09288
|
13 |
-
inference: false
|
14 |
-
model_creator: Meta Llama 2
|
15 |
-
model_link: https://huggingface.co/meta-llama/Llama-2-7b-chat-hf
|
16 |
model_type: llama
|
17 |
-
|
18 |
-
quantized_by: TheBloke
|
19 |
-
base_model: meta-llama/Llama-2-7b-chat-hf
|
20 |
---
|
21 |
|
22 |
<!-- header start -->
|
23 |
-
|
24 |
-
<
|
25 |
-
<img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
26 |
</div>
|
27 |
<div style="display: flex; justify-content: space-between; width: 100%;">
|
28 |
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
29 |
-
<p
|
30 |
</div>
|
31 |
<div style="display: flex; flex-direction: column; align-items: flex-end;">
|
32 |
-
<p
|
33 |
</div>
|
34 |
</div>
|
35 |
-
<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>
|
36 |
-
<hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
|
37 |
<!-- header end -->
|
38 |
|
39 |
-
# Llama 2
|
40 |
-
- Model creator: [Meta Llama 2](https://huggingface.co/meta-llama)
|
41 |
-
- Original model: [Llama 2 7B Chat](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf)
|
42 |
-
|
43 |
-
## Description
|
44 |
-
|
45 |
-
This repo contains GGML format model files for [Meta Llama 2's Llama 2 7B Chat](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf).
|
46 |
|
47 |
-
|
48 |
-
|
49 |
-
The GGML format has now been superseded by GGUF. As of August 21st 2023, [llama.cpp](https://github.com/ggerganov/llama.cpp) no longer supports GGML models. Third party clients and libraries are expected to still support it for a time, but many may also drop support.
|
50 |
-
|
51 |
-
Please use the GGUF models instead.
|
52 |
-
### About GGML
|
53 |
|
54 |
GGML files are for CPU + GPU inference using [llama.cpp](https://github.com/ggerganov/llama.cpp) and libraries and UIs which support this format, such as:
|
55 |
-
* [
|
56 |
-
* [
|
57 |
-
* [LM Studio](https://lmstudio.ai/), a fully featured local GUI
|
58 |
-
* [
|
59 |
-
* [ctransformers](https://github.com/marella/ctransformers), a Python library with
|
60 |
-
* [llama-cpp-python](https://github.com/abetlen/llama-cpp-python), a Python library with
|
61 |
|
62 |
## Repositories available
|
63 |
|
64 |
* [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Llama-2-7b-Chat-GPTQ)
|
65 |
-
* [2, 3, 4, 5, 6 and 8-bit
|
66 |
-
* [
|
67 |
-
* [Meta Llama 2's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf)
|
68 |
|
69 |
## Prompt template: Llama-2-Chat
|
70 |
|
71 |
```
|
72 |
[INST] <<SYS>>
|
73 |
-
You are a helpful, respectful and honest assistant. Always answer as helpfully as possible, while being safe. Your answers should not include any harmful, unethical, racist, sexist, toxic, dangerous, or illegal content. Please ensure that your responses are socially unbiased and positive in nature.
|
|
|
|
|
74 |
<</SYS>>
|
75 |
-
{prompt}[/INST]
|
76 |
|
|
|
77 |
```
|
78 |
|
79 |
<!-- compatibility_ggml start -->
|
80 |
## Compatibility
|
81 |
|
82 |
-
|
|
|
|
|
83 |
|
84 |
-
|
85 |
|
86 |
-
|
87 |
|
88 |
-
|
89 |
|
90 |
## Explanation of the new k-quant methods
|
91 |
<details>
|
@@ -104,21 +87,20 @@ Refer to the Provided Files table below to see what files use which methods, and
|
|
104 |
<!-- compatibility_ggml end -->
|
105 |
|
106 |
## Provided files
|
107 |
-
|
108 |
| Name | Quant method | Bits | Size | Max RAM required | Use case |
|
109 |
| ---- | ---- | ---- | ---- | ---- | ----- |
|
110 |
| llama-2-7b-chat.ggmlv3.q2_K.bin | q2_K | 2 | 2.87 GB| 5.37 GB | New k-quant method. Uses GGML_TYPE_Q4_K for the attention.vw and feed_forward.w2 tensors, GGML_TYPE_Q2_K for the other tensors. |
|
111 |
-
| llama-2-7b-chat.ggmlv3.q3_K_S.bin | q3_K_S | 3 | 2.95 GB| 5.45 GB | New k-quant method. Uses GGML_TYPE_Q3_K for all tensors |
|
112 |
-
| llama-2-7b-chat.ggmlv3.q3_K_M.bin | q3_K_M | 3 | 3.28 GB| 5.78 GB | New k-quant method. Uses GGML_TYPE_Q4_K for the attention.wv, attention.wo, and feed_forward.w2 tensors, else GGML_TYPE_Q3_K |
|
113 |
| llama-2-7b-chat.ggmlv3.q3_K_L.bin | q3_K_L | 3 | 3.60 GB| 6.10 GB | New k-quant method. Uses GGML_TYPE_Q5_K for the attention.wv, attention.wo, and feed_forward.w2 tensors, else GGML_TYPE_Q3_K |
|
|
|
|
|
114 |
| llama-2-7b-chat.ggmlv3.q4_0.bin | q4_0 | 4 | 3.79 GB| 6.29 GB | Original quant method, 4-bit. |
|
115 |
-
| llama-2-7b-chat.ggmlv3.q4_K_S.bin | q4_K_S | 4 | 3.83 GB| 6.33 GB | New k-quant method. Uses GGML_TYPE_Q4_K for all tensors |
|
116 |
-
| llama-2-7b-chat.ggmlv3.q4_K_M.bin | q4_K_M | 4 | 4.08 GB| 6.58 GB | New k-quant method. Uses GGML_TYPE_Q6_K for half of the attention.wv and feed_forward.w2 tensors, else GGML_TYPE_Q4_K |
|
117 |
| llama-2-7b-chat.ggmlv3.q4_1.bin | q4_1 | 4 | 4.21 GB| 6.71 GB | Original quant method, 4-bit. Higher accuracy than q4_0 but not as high as q5_0. However has quicker inference than q5 models. |
|
|
|
|
|
118 |
| llama-2-7b-chat.ggmlv3.q5_0.bin | q5_0 | 5 | 4.63 GB| 7.13 GB | Original quant method, 5-bit. Higher accuracy, higher resource usage and slower inference. |
|
119 |
-
| llama-2-7b-chat.ggmlv3.q5_K_S.bin | q5_K_S | 5 | 4.65 GB| 7.15 GB | New k-quant method. Uses GGML_TYPE_Q5_K for all tensors |
|
120 |
-
| llama-2-7b-chat.ggmlv3.q5_K_M.bin | q5_K_M | 5 | 4.78 GB| 7.28 GB | New k-quant method. Uses GGML_TYPE_Q6_K for half of the attention.wv and feed_forward.w2 tensors, else GGML_TYPE_Q5_K |
|
121 |
| llama-2-7b-chat.ggmlv3.q5_1.bin | q5_1 | 5 | 5.06 GB| 7.56 GB | Original quant method, 5-bit. Even higher accuracy, resource usage and slower inference. |
|
|
|
|
|
122 |
| llama-2-7b-chat.ggmlv3.q6_K.bin | q6_K | 6 | 5.53 GB| 8.03 GB | New k-quant method. Uses GGML_TYPE_Q8_K for all tensors - 6-bit quantization |
|
123 |
| llama-2-7b-chat.ggmlv3.q8_0.bin | q8_0 | 8 | 7.16 GB| 9.66 GB | Original quant method, 8-bit. Almost indistinguishable from float16. High resource use and slow. Not recommended for most users. |
|
124 |
|
@@ -126,29 +108,22 @@ Refer to the Provided Files table below to see what files use which methods, and
|
|
126 |
|
127 |
## How to run in `llama.cpp`
|
128 |
|
129 |
-
|
130 |
-
|
131 |
-
For compatibility with latest llama.cpp, please use GGUF files instead.
|
132 |
|
133 |
```
|
134 |
-
./main -t 10 -ngl 32 -m llama-2-7b-chat.ggmlv3.
|
135 |
```
|
136 |
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`.
|
137 |
|
138 |
Change `-ngl 32` to the number of layers to offload to GPU. Remove it if you don't have GPU acceleration.
|
139 |
|
140 |
-
Change `-c 2048` to the desired sequence length for this model. For example, `-c 4096` for a Llama 2 model. For models that use RoPE, add `--rope-freq-base 10000 --rope-freq-scale 0.5` for doubled context, or `--rope-freq-base 10000 --rope-freq-scale 0.25` for 4x context.
|
141 |
-
|
142 |
If you want to have a chat-style conversation, replace the `-p <PROMPT>` argument with `-i -ins`
|
143 |
|
144 |
-
For other parameters and how to use them, please refer to [the llama.cpp documentation](https://github.com/ggerganov/llama.cpp/blob/master/examples/main/README.md)
|
145 |
-
|
146 |
## How to run in `text-generation-webui`
|
147 |
|
148 |
-
Further instructions here: [text-generation-webui/docs/llama.cpp.md](https://github.com/oobabooga/text-generation-webui/blob/main/docs/llama.cpp.md).
|
149 |
|
150 |
<!-- footer start -->
|
151 |
-
<!-- 200823 -->
|
152 |
## Discord
|
153 |
|
154 |
For further support, and discussions on these models and AI in general, join us at:
|
@@ -168,18 +143,15 @@ Donaters will get priority support on any and all AI/LLM/model questions and req
|
|
168 |
* Patreon: https://patreon.com/TheBlokeAI
|
169 |
* Ko-Fi: https://ko-fi.com/TheBlokeAI
|
170 |
|
171 |
-
**Special thanks to**: Aemon Algiz.
|
172 |
-
|
173 |
-
**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
|
174 |
|
|
|
175 |
|
176 |
Thank you to all my generous patrons and donaters!
|
177 |
|
178 |
-
And thank you again to a16z for their generous grant.
|
179 |
-
|
180 |
<!-- footer end -->
|
181 |
|
182 |
-
# Original model card: Meta
|
183 |
|
184 |
# **Llama 2**
|
185 |
Llama 2 is a collection of pretrained and fine-tuned generative text models ranging in scale from 7 billion to 70 billion parameters. This is the repository for the 7B fine-tuned model, optimized for dialogue use cases and converted for the Hugging Face Transformers format. Links to other models can be found in the index at the bottom.
|
@@ -214,8 +186,6 @@ Meta developed and publicly released the Llama 2 family of large language models
|
|
214 |
|
215 |
**License** A custom commercial license is available at: [https://ai.meta.com/resources/models-and-libraries/llama-downloads/](https://ai.meta.com/resources/models-and-libraries/llama-downloads/)
|
216 |
|
217 |
-
**Research Paper** ["Llama-2: Open Foundation and Fine-tuned Chat Models"](arxiv.org/abs/2307.09288)
|
218 |
-
|
219 |
## Intended Use
|
220 |
**Intended Use Cases** Llama 2 is intended for commercial and research use in English. Tuned models are intended for assistant-like chat, whereas pretrained models can be adapted for a variety of natural language generation tasks.
|
221 |
|
|
|
1 |
---
|
2 |
+
inference: false
|
3 |
language:
|
4 |
- en
|
5 |
+
pipeline_tag: text-generation
|
6 |
tags:
|
7 |
- facebook
|
8 |
- meta
|
9 |
- pytorch
|
10 |
- llama
|
11 |
- llama-2
|
|
|
|
|
|
|
|
|
|
|
12 |
model_type: llama
|
13 |
+
license: other
|
|
|
|
|
14 |
---
|
15 |
|
16 |
<!-- header start -->
|
17 |
+
<div style="width: 100%;">
|
18 |
+
<img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
|
|
19 |
</div>
|
20 |
<div style="display: flex; justify-content: space-between; width: 100%;">
|
21 |
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
22 |
+
<p><a href="https://discord.gg/theblokeai">Chat & support: my new Discord server</a></p>
|
23 |
</div>
|
24 |
<div style="display: flex; flex-direction: column; align-items: flex-end;">
|
25 |
+
<p><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? TheBloke's Patreon page</a></p>
|
26 |
</div>
|
27 |
</div>
|
|
|
|
|
28 |
<!-- header end -->
|
29 |
|
30 |
+
# Meta's Llama 2 7b Chat GGML
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
|
32 |
+
These files are GGML format model files for [Meta's Llama 2 7b Chat](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf).
|
|
|
|
|
|
|
|
|
|
|
33 |
|
34 |
GGML files are for CPU + GPU inference using [llama.cpp](https://github.com/ggerganov/llama.cpp) and libraries and UIs which support this format, such as:
|
35 |
+
* [KoboldCpp](https://github.com/LostRuins/koboldcpp), a powerful GGML web UI with full GPU acceleration out of the box. Especially good for story telling.
|
36 |
+
* [LoLLMS Web UI](https://github.com/ParisNeo/lollms-webui), a great web UI with GPU acceleration via the c_transformers backend.
|
37 |
+
* [LM Studio](https://lmstudio.ai/), a fully featured local GUI. Supports full GPU accel on macOS. Also supports Windows, without GPU accel.
|
38 |
+
* [text-generation-webui](https://github.com/oobabooga/text-generation-webui), the most popular web UI. Requires extra steps to enable GPU accel via llama.cpp backend.
|
39 |
+
* [ctransformers](https://github.com/marella/ctransformers), a Python library with LangChain support and OpenAI-compatible AI server.
|
40 |
+
* [llama-cpp-python](https://github.com/abetlen/llama-cpp-python), a Python library with OpenAI-compatible API server.
|
41 |
|
42 |
## Repositories available
|
43 |
|
44 |
* [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Llama-2-7b-Chat-GPTQ)
|
45 |
+
* [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/Llama-2-7b-Chat-GGML)
|
46 |
+
* [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf)
|
|
|
47 |
|
48 |
## Prompt template: Llama-2-Chat
|
49 |
|
50 |
```
|
51 |
[INST] <<SYS>>
|
52 |
+
You are a helpful, respectful and honest assistant. Always answer as helpfully as possible, while being safe. Your answers should not include any harmful, unethical, racist, sexist, toxic, dangerous, or illegal content. Please ensure that your responses are socially unbiased and positive in nature.
|
53 |
+
|
54 |
+
If a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct. If you don't know the answer to a question, please don't share false information.
|
55 |
<</SYS>>
|
|
|
56 |
|
57 |
+
{prompt} [/INST]
|
58 |
```
|
59 |
|
60 |
<!-- compatibility_ggml start -->
|
61 |
## Compatibility
|
62 |
|
63 |
+
### Original llama.cpp quant methods: `q4_0, q4_1, q5_0, q5_1, q8_0`
|
64 |
+
|
65 |
+
These are guaranteed to be compatible with any UIs, tools and libraries released since late May. They may be phased out soon, as they are largely superseded by the new k-quant methods.
|
66 |
|
67 |
+
### New k-quant methods: `q2_K, q3_K_S, q3_K_M, q3_K_L, q4_K_S, q4_K_M, q5_K_S, q6_K`
|
68 |
|
69 |
+
These new quantisation methods are compatible with llama.cpp as of June 6th, commit `2d43387`.
|
70 |
|
71 |
+
They are now also compatible with recent releases of text-generation-webui, KoboldCpp, llama-cpp-python, ctransformers, rustformers and most others. For compatibility with other tools and libraries, please check their documentation.
|
72 |
|
73 |
## Explanation of the new k-quant methods
|
74 |
<details>
|
|
|
87 |
<!-- compatibility_ggml end -->
|
88 |
|
89 |
## Provided files
|
|
|
90 |
| Name | Quant method | Bits | Size | Max RAM required | Use case |
|
91 |
| ---- | ---- | ---- | ---- | ---- | ----- |
|
92 |
| llama-2-7b-chat.ggmlv3.q2_K.bin | q2_K | 2 | 2.87 GB| 5.37 GB | New k-quant method. Uses GGML_TYPE_Q4_K for the attention.vw and feed_forward.w2 tensors, GGML_TYPE_Q2_K for the other tensors. |
|
|
|
|
|
93 |
| llama-2-7b-chat.ggmlv3.q3_K_L.bin | q3_K_L | 3 | 3.60 GB| 6.10 GB | New k-quant method. Uses GGML_TYPE_Q5_K for the attention.wv, attention.wo, and feed_forward.w2 tensors, else GGML_TYPE_Q3_K |
|
94 |
+
| llama-2-7b-chat.ggmlv3.q3_K_M.bin | q3_K_M | 3 | 3.28 GB| 5.78 GB | New k-quant method. Uses GGML_TYPE_Q4_K for the attention.wv, attention.wo, and feed_forward.w2 tensors, else GGML_TYPE_Q3_K |
|
95 |
+
| llama-2-7b-chat.ggmlv3.q3_K_S.bin | q3_K_S | 3 | 2.95 GB| 5.45 GB | New k-quant method. Uses GGML_TYPE_Q3_K for all tensors |
|
96 |
| llama-2-7b-chat.ggmlv3.q4_0.bin | q4_0 | 4 | 3.79 GB| 6.29 GB | Original quant method, 4-bit. |
|
|
|
|
|
97 |
| llama-2-7b-chat.ggmlv3.q4_1.bin | q4_1 | 4 | 4.21 GB| 6.71 GB | Original quant method, 4-bit. Higher accuracy than q4_0 but not as high as q5_0. However has quicker inference than q5 models. |
|
98 |
+
| llama-2-7b-chat.ggmlv3.q4_K_M.bin | q4_K_M | 4 | 4.08 GB| 6.58 GB | New k-quant method. Uses GGML_TYPE_Q6_K for half of the attention.wv and feed_forward.w2 tensors, else GGML_TYPE_Q4_K |
|
99 |
+
| llama-2-7b-chat.ggmlv3.q4_K_S.bin | q4_K_S | 4 | 3.83 GB| 6.33 GB | New k-quant method. Uses GGML_TYPE_Q4_K for all tensors |
|
100 |
| llama-2-7b-chat.ggmlv3.q5_0.bin | q5_0 | 5 | 4.63 GB| 7.13 GB | Original quant method, 5-bit. Higher accuracy, higher resource usage and slower inference. |
|
|
|
|
|
101 |
| llama-2-7b-chat.ggmlv3.q5_1.bin | q5_1 | 5 | 5.06 GB| 7.56 GB | Original quant method, 5-bit. Even higher accuracy, resource usage and slower inference. |
|
102 |
+
| llama-2-7b-chat.ggmlv3.q5_K_M.bin | q5_K_M | 5 | 4.78 GB| 7.28 GB | New k-quant method. Uses GGML_TYPE_Q6_K for half of the attention.wv and feed_forward.w2 tensors, else GGML_TYPE_Q5_K |
|
103 |
+
| llama-2-7b-chat.ggmlv3.q5_K_S.bin | q5_K_S | 5 | 4.65 GB| 7.15 GB | New k-quant method. Uses GGML_TYPE_Q5_K for all tensors |
|
104 |
| llama-2-7b-chat.ggmlv3.q6_K.bin | q6_K | 6 | 5.53 GB| 8.03 GB | New k-quant method. Uses GGML_TYPE_Q8_K for all tensors - 6-bit quantization |
|
105 |
| llama-2-7b-chat.ggmlv3.q8_0.bin | q8_0 | 8 | 7.16 GB| 9.66 GB | Original quant method, 8-bit. Almost indistinguishable from float16. High resource use and slow. Not recommended for most users. |
|
106 |
|
|
|
108 |
|
109 |
## How to run in `llama.cpp`
|
110 |
|
111 |
+
I use the following command line; adjust for your tastes and needs:
|
|
|
|
|
112 |
|
113 |
```
|
114 |
+
./main -t 10 -ngl 32 -m llama-2-7b-chat.ggmlv3.q4_0.bin --color -c 4096 --temp 0.7 --repeat_penalty 1.1 -n -1 --in-prefix-bos --in-prefix ' [INST] ' --in-suffix ' [/INST]' -i -p "[INST] <<SYS>> You are a helpful, respectful and honest assistant. <</SYS>> Write a story about llamas. [/INST]"
|
115 |
```
|
116 |
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`.
|
117 |
|
118 |
Change `-ngl 32` to the number of layers to offload to GPU. Remove it if you don't have GPU acceleration.
|
119 |
|
|
|
|
|
120 |
If you want to have a chat-style conversation, replace the `-p <PROMPT>` argument with `-i -ins`
|
121 |
|
|
|
|
|
122 |
## How to run in `text-generation-webui`
|
123 |
|
124 |
+
Further instructions here: [text-generation-webui/docs/llama.cpp-models.md](https://github.com/oobabooga/text-generation-webui/blob/main/docs/llama.cpp-models.md).
|
125 |
|
126 |
<!-- footer start -->
|
|
|
127 |
## Discord
|
128 |
|
129 |
For further support, and discussions on these models and AI in general, join us at:
|
|
|
143 |
* Patreon: https://patreon.com/TheBlokeAI
|
144 |
* Ko-Fi: https://ko-fi.com/TheBlokeAI
|
145 |
|
146 |
+
**Special thanks to**: Luke from CarbonQuill, Aemon Algiz.
|
|
|
|
|
147 |
|
148 |
+
**Patreon special mentions**: Space Cruiser, Nikolai Manek, Sam, Chris McCloskey, Rishabh Srivastava, Kalila, Spiking Neurons AB, Khalefa Al-Ahmad, WelcomeToTheClub, Chadd, Lone Striker, Viktor Bowallius, Edmond Seymore, Ai Maven, Chris Smitley, Dave, Alexandros Triantafyllidis, Luke @flexchar, Elle, ya boyyy, Talal Aujan, Alex , Jonathan Leane, Deep Realms, Randy H, subjectnull, Preetika Verma, Joseph William Delisle, Michael Levine, chris gileta, K, Oscar Rangel, LangChain4j, Trenton Dambrowitz, Eugene Pentland, Johann-Peter Hartmann, Femi Adebogun, Illia Dulskyi, senxiiz, Daniel P. Andersen, Sean Connelly, Artur Olbinski, RoA, Mano Prime, Derek Yates, Raven Klaugh, David Flickinger, Willem Michiel, Pieter, Willian Hasse, vamX, Luke Pendergrass, webtim, Ghost , Rainer Wilmers, Nathan LeClaire, Will Dee, Cory Kujawski, John Detwiler, Fred von Graf, biorpg, Iucharbius , Imad Khwaja, Pierre Kircher, terasurfer , Asp the Wyvern, John Villwock, theTransient, zynix , Gabriel Tamborski, Fen Risland, Gabriel Puliatti, Matthew Berman, Pyrater, SuperWojo, Stephen Murray, Karl Bernard, Ajan Kanaga, Greatston Gnanesh, Junyu Yang.
|
149 |
|
150 |
Thank you to all my generous patrons and donaters!
|
151 |
|
|
|
|
|
152 |
<!-- footer end -->
|
153 |
|
154 |
+
# Original model card: Meta's Llama 2 7b Chat
|
155 |
|
156 |
# **Llama 2**
|
157 |
Llama 2 is a collection of pretrained and fine-tuned generative text models ranging in scale from 7 billion to 70 billion parameters. This is the repository for the 7B fine-tuned model, optimized for dialogue use cases and converted for the Hugging Face Transformers format. Links to other models can be found in the index at the bottom.
|
|
|
186 |
|
187 |
**License** A custom commercial license is available at: [https://ai.meta.com/resources/models-and-libraries/llama-downloads/](https://ai.meta.com/resources/models-and-libraries/llama-downloads/)
|
188 |
|
|
|
|
|
189 |
## Intended Use
|
190 |
**Intended Use Cases** Llama 2 is intended for commercial and research use in English. Tuned models are intended for assistant-like chat, whereas pretrained models can be adapted for a variety of natural language generation tasks.
|
191 |
|