Upload folder using huggingface_hub
Browse files
.gitattributes
CHANGED
@@ -33,3 +33,8 @@ 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 |
+
llama3-turbcat-instruct-8b.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
llama3-turbcat-instruct-8b.q5_k.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
llama3-turbcat-instruct-8b.q6_k.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
llama3-turbcat-instruct-8b.q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
llama3-turbcat-instruct-8b.q8_p.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
license: mit
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
---
|
7 |
+
|
8 |
+
My own (ZeroWw) quantizations.
|
9 |
+
output and embed tensors quantized to f16.
|
10 |
+
all other tensors quantized to q5_k or q6_k.
|
11 |
+
|
12 |
+
Result:
|
13 |
+
both f16.q6 and f16.q5 are smaller than q8_0 standard quantization
|
14 |
+
and they perform as well as the pure f16.
|
15 |
+
|
16 |
+
Updated on: Thu Jul 18, 10:07:21
|
llama3-turbcat-instruct-8b.f16.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4df4a137f91dac36f78feb3329363418294714472c25d19e9cde462f03ce37b5
|
3 |
+
size 16068891104
|
llama3-turbcat-instruct-8b.q5_k.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96f8df37ebc67550b5e5591cb686e98f3a6588ebf04b7148c924eecc0981ea6f
|
3 |
+
size 7042224608
|
llama3-turbcat-instruct-8b.q6_k.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4ebaad772b35f4aaee8d3c4d2f16a057104896b3a4214f058b9359c8db8c3fa
|
3 |
+
size 7835472352
|
llama3-turbcat-instruct-8b.q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e4263056f8ff2bca124796fe900f0d5017902112e95a780c714de953d2bda5d
|
3 |
+
size 9525776864
|
llama3-turbcat-instruct-8b.q8_p.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b09129aa88f3eaad58cf0572f8b8babbaa8b1c08e77e59acb49bb44c192090c0
|
3 |
+
size 8540770784
|