feat: 4-bit quantized model
Browse files- README.md +6 -0
- config.json +3 -0
- merlinite-7b-Q4_K_M.gguf +3 -0
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
base_model: ibm/merlinite-7b
|
3 |
+
quantized_by: IBM Research
|
4 |
license: apache-2.0
|
5 |
---
|
6 |
+
|
7 |
+
# Merlinite 7b - GGUF
|
8 |
+
|
9 |
+
4-bit quantized version of [ibm/merlinite-7b](https://huggingface.co/ibm/merlinite-7b)
|
config.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "mistral"
|
3 |
+
}
|
merlinite-7b-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94f3a16321c9604ca22e970f3b89931ae5b4bbfd4c5d996e2bb606c506590666
|
3 |
+
size 4368484576
|