Update README.md
Browse files
README.md
CHANGED
|
@@ -14,28 +14,10 @@ inference: false
|
|
| 14 |
model_creator: Meta
|
| 15 |
model_type: llama
|
| 16 |
pipeline_tag: text-generation
|
| 17 |
-
prompt_template: '{prompt}
|
| 18 |
-
|
| 19 |
-
'
|
| 20 |
-
quantized_by: TheBloke
|
| 21 |
---
|
| 22 |
|
| 23 |
-
|
| 24 |
-
<!-- 200823 -->
|
| 25 |
-
<div style="width: auto; margin-left: auto; margin-right: auto">
|
| 26 |
-
<img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
| 27 |
-
</div>
|
| 28 |
-
<div style="display: flex; justify-content: space-between; width: 100%;">
|
| 29 |
-
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
| 30 |
-
<p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
|
| 31 |
-
</div>
|
| 32 |
-
<div style="display: flex; flex-direction: column; align-items: flex-end;">
|
| 33 |
-
<p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? TheBloke's Patreon page</a></p>
|
| 34 |
-
</div>
|
| 35 |
-
</div>
|
| 36 |
-
<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>
|
| 37 |
-
<hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
|
| 38 |
-
<!-- header end -->
|
| 39 |
|
| 40 |
# Llama 2 7B - GPTQ
|
| 41 |
- Model creator: [Meta](https://huggingface.co/meta-llama)
|
|
|
|
| 14 |
model_creator: Meta
|
| 15 |
model_type: llama
|
| 16 |
pipeline_tag: text-generation
|
| 17 |
+
prompt_template: '{prompt}'
|
|
|
|
|
|
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
+
GPTQ quantized version of Llama 2 7B model.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
# Llama 2 7B - GPTQ
|
| 23 |
- Model creator: [Meta](https://huggingface.co/meta-llama)
|