Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: text-generation
|
3 |
+
tags:
|
4 |
+
- llama-2
|
5 |
+
- chat
|
6 |
+
- 7b
|
7 |
+
- GGUF
|
8 |
+
- meta
|
9 |
+
- facebook
|
10 |
+
- llama
|
11 |
+
- pytorch
|
12 |
+
---
|
13 |
+
|
14 |
+
This is a converted model to GGUF from `meta-llama/Llama-2-7b-chat-hf` quantized to `Q4_0` using `llama.cpp` library.
|