Upload folder using huggingface_hub
Browse files- .gitattributes +6 -0
- Marco-o1.f16.gguf +3 -0
- Marco-o1.q5_k.gguf +3 -0
- Marco-o1.q6_k.gguf +3 -0
- Marco-o1.q8_0.gguf +3 -0
- Marco-o1.q8_p.gguf +3 -0
- Marco-o1.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 |
+
Marco-o1.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
Marco-o1.q5_k.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
Marco-o1.q6_k.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
Marco-o1.q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
Marco-o1.q8_p.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
Marco-o1.q8q4.gguf filter=lfs diff=lfs merge=lfs -text
|
Marco-o1.f16.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c968f84dccf2128be3a3bcc54225a645dfc0d357db188d87b21018843864037
|
3 |
+
size 15237851296
|
Marco-o1.q5_k.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96132d7fb0d0bcd95d76f48da49760c53e68c30e0675b73ae377eee6e9871605
|
3 |
+
size 6803064992
|
Marco-o1.q6_k.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:659e23a55ce664afc04b68cc22c719c5ce4335ca078855a43542a479ef18ecd9
|
3 |
+
size 7540050080
|
Marco-o1.q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:64a2f6eb9ee246598821dc9743b79d3b5297c9c2f0fec76bbc15eeee83988369
|
3 |
+
size 9120393376
|
Marco-o1.q8_p.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f4c14c33acd90c4635785707b150ca42886c9921f16a207518a57b7e1ba6bd7
|
3 |
+
size 8098523296
|
Marco-o1.q8q4.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9d4bce2c0fc776370b8d6f5f42d2ffe33829b6b60129f498bc226e0fa46453d
|
3 |
+
size 5087561888
|
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: Wed Nov 27, 12:44:58
|