Update README.md
Browse files
README.md
CHANGED
@@ -7,8 +7,8 @@ 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
|
|
|
7 |
---
|
8 |
|
9 |
My own (ZeroWw) quantizations.
|
10 |
+
output and embed tensors are quantized to f16.
|
11 |
+
all other tensors are quantized to q5_k or q6_k.
|
12 |
|
13 |
Result:
|
14 |
both f16.q6 and f16.q5 are smaller than q8_0 standard quantization
|