Upload folder using huggingface_hub
Browse files- .gitattributes +6 -0
- Mistral-NeMo-Minitron-8B-Instruct.f16.gguf +3 -0
- Mistral-NeMo-Minitron-8B-Instruct.q5_k.gguf +3 -0
- Mistral-NeMo-Minitron-8B-Instruct.q6_k.gguf +3 -0
- Mistral-NeMo-Minitron-8B-Instruct.q8_0.gguf +3 -0
- Mistral-NeMo-Minitron-8B-Instruct.q8_p.gguf +3 -0
- Mistral-NeMo-Minitron-8B-Instruct.q8q4.gguf +3 -0
- README.md +17 -0
.gitattributes
CHANGED
@@ -33,3 +33,9 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
Mistral-NeMo-Minitron-8B-Instruct.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
Mistral-NeMo-Minitron-8B-Instruct.q5_k.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
Mistral-NeMo-Minitron-8B-Instruct.q6_k.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
Mistral-NeMo-Minitron-8B-Instruct.q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
Mistral-NeMo-Minitron-8B-Instruct.q8_p.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
Mistral-NeMo-Minitron-8B-Instruct.q8q4.gguf filter=lfs diff=lfs merge=lfs -text
|
Mistral-NeMo-Minitron-8B-Instruct.f16.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a91d231281b8df7bfdc1da9cb5f12d013990ae23ed53c82fe6c9e8b67fcfaa99
|
3 |
+
size 16836756896
|
Mistral-NeMo-Minitron-8B-Instruct.q5_k.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fbfd990e96b6d010dcd4aaefc3950e8b4ec6ad00a9b337078590c1dd6fe76530
|
3 |
+
size 7339443616
|
Mistral-NeMo-Minitron-8B-Instruct.q6_k.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9626ca945e495daa271e02da217946e78167557c216d85701550017398c84e8e
|
3 |
+
size 8177812896
|
Mistral-NeMo-Minitron-8B-Instruct.q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c34d5a7a553616f84a2ba60ef2c173e883f826eb91034731a06cf091b72d0f4e
|
3 |
+
size 9955476896
|
Mistral-NeMo-Minitron-8B-Instruct.q8_p.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f4144408fc88d37a04a2d4ea34c4e143c70155e8fbc766ff683e4759189798f9
|
3 |
+
size 8948843936
|
Mistral-NeMo-Minitron-8B-Instruct.q8q4.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:025af4e5750331b4fc2b73b2055082f15926b7f7f9715026159062f61986402e
|
3 |
+
size 5543757216
|
README.md
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
license: mit
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
pipeline_tag: text-generation
|
7 |
+
---
|
8 |
+
|
9 |
+
My own (ZeroWw) quantizations.
|
10 |
+
output and embed tensors quantized to f16.
|
11 |
+
all other tensors quantized to q5_k or q6_k.
|
12 |
+
|
13 |
+
Result:
|
14 |
+
both f16.q6 and f16.q5 are smaller than q8_0 standard quantization
|
15 |
+
and they perform as well as the pure f16.
|
16 |
+
|
17 |
+
Updated on: Sat Oct 26, 13:09:45
|