Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: original-username/original-model
|
4 |
+
tags:
|
5 |
+
- gguf
|
6 |
+
- quantization
|
7 |
+
- q4_k_m
|
8 |
+
---
|
9 |
+
# Q4_K_M Quantization of [Instinct](https://huggingface.co/original-username/original-model), Continue's Open Next-Edit Model
|
10 |
+
This is a Q4_K_M quantized GGUF version of the original model for efficient local inference.
|