Create README.md
Browse files
README.md
CHANGED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: text-generation
|
3 |
+
tags:
|
4 |
+
- llama
|
5 |
+
- 13b
|
6 |
+
- chat
|
7 |
+
- GGUF
|
8 |
+
---
|
9 |
+
This is a converted model to GGUF from `NousResearch/Llama-2-13b-chat-hf` quantized to `Q4_K_M` using `llama.cpp` library.
|