mradermacher
commited on
Commit
•
7a70edc
1
Parent(s):
ed3c7fc
auto-patch README.md
Browse files
README.md
CHANGED
@@ -35,10 +35,14 @@ more details, including on how to concatenate multi-part files.
|
|
35 |
| [GGUF](https://huggingface.co/mradermacher/Yi-Ko-6B_Open-Platypus-GGUF/resolve/main/Yi-Ko-6B_Open-Platypus.Q3_K_S.gguf) | Q3_K_S | 2.9 | |
|
36 |
| [GGUF](https://huggingface.co/mradermacher/Yi-Ko-6B_Open-Platypus-GGUF/resolve/main/Yi-Ko-6B_Open-Platypus.Q3_K_M.gguf) | Q3_K_M | 3.2 | lower quality |
|
37 |
| [GGUF](https://huggingface.co/mradermacher/Yi-Ko-6B_Open-Platypus-GGUF/resolve/main/Yi-Ko-6B_Open-Platypus.Q3_K_L.gguf) | Q3_K_L | 3.4 | |
|
|
|
38 |
| [GGUF](https://huggingface.co/mradermacher/Yi-Ko-6B_Open-Platypus-GGUF/resolve/main/Yi-Ko-6B_Open-Platypus.Q4_K_S.gguf) | Q4_K_S | 3.7 | fast, recommended |
|
39 |
| [GGUF](https://huggingface.co/mradermacher/Yi-Ko-6B_Open-Platypus-GGUF/resolve/main/Yi-Ko-6B_Open-Platypus.Q4_K_M.gguf) | Q4_K_M | 3.9 | fast, recommended |
|
|
|
|
|
40 |
| [GGUF](https://huggingface.co/mradermacher/Yi-Ko-6B_Open-Platypus-GGUF/resolve/main/Yi-Ko-6B_Open-Platypus.Q6_K.gguf) | Q6_K | 5.2 | very good quality |
|
41 |
| [GGUF](https://huggingface.co/mradermacher/Yi-Ko-6B_Open-Platypus-GGUF/resolve/main/Yi-Ko-6B_Open-Platypus.Q8_0.gguf) | Q8_0 | 6.7 | fast, best quality |
|
|
|
42 |
|
43 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
44 |
types (lower is better):
|
|
|
35 |
| [GGUF](https://huggingface.co/mradermacher/Yi-Ko-6B_Open-Platypus-GGUF/resolve/main/Yi-Ko-6B_Open-Platypus.Q3_K_S.gguf) | Q3_K_S | 2.9 | |
|
36 |
| [GGUF](https://huggingface.co/mradermacher/Yi-Ko-6B_Open-Platypus-GGUF/resolve/main/Yi-Ko-6B_Open-Platypus.Q3_K_M.gguf) | Q3_K_M | 3.2 | lower quality |
|
37 |
| [GGUF](https://huggingface.co/mradermacher/Yi-Ko-6B_Open-Platypus-GGUF/resolve/main/Yi-Ko-6B_Open-Platypus.Q3_K_L.gguf) | Q3_K_L | 3.4 | |
|
38 |
+
| [GGUF](https://huggingface.co/mradermacher/Yi-Ko-6B_Open-Platypus-GGUF/resolve/main/Yi-Ko-6B_Open-Platypus.IQ4_XS.gguf) | IQ4_XS | 3.5 | |
|
39 |
| [GGUF](https://huggingface.co/mradermacher/Yi-Ko-6B_Open-Platypus-GGUF/resolve/main/Yi-Ko-6B_Open-Platypus.Q4_K_S.gguf) | Q4_K_S | 3.7 | fast, recommended |
|
40 |
| [GGUF](https://huggingface.co/mradermacher/Yi-Ko-6B_Open-Platypus-GGUF/resolve/main/Yi-Ko-6B_Open-Platypus.Q4_K_M.gguf) | Q4_K_M | 3.9 | fast, recommended |
|
41 |
+
| [GGUF](https://huggingface.co/mradermacher/Yi-Ko-6B_Open-Platypus-GGUF/resolve/main/Yi-Ko-6B_Open-Platypus.Q5_K_S.gguf) | Q5_K_S | 4.4 | |
|
42 |
+
| [GGUF](https://huggingface.co/mradermacher/Yi-Ko-6B_Open-Platypus-GGUF/resolve/main/Yi-Ko-6B_Open-Platypus.Q5_K_M.gguf) | Q5_K_M | 4.5 | |
|
43 |
| [GGUF](https://huggingface.co/mradermacher/Yi-Ko-6B_Open-Platypus-GGUF/resolve/main/Yi-Ko-6B_Open-Platypus.Q6_K.gguf) | Q6_K | 5.2 | very good quality |
|
44 |
| [GGUF](https://huggingface.co/mradermacher/Yi-Ko-6B_Open-Platypus-GGUF/resolve/main/Yi-Ko-6B_Open-Platypus.Q8_0.gguf) | Q8_0 | 6.7 | fast, best quality |
|
45 |
+
| [GGUF](https://huggingface.co/mradermacher/Yi-Ko-6B_Open-Platypus-GGUF/resolve/main/Yi-Ko-6B_Open-Platypus.f16.gguf) | f16 | 12.5 | 16 bpw, overkill |
|
46 |
|
47 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
48 |
types (lower is better):
|