auto-patch README.md
Browse files
README.md
CHANGED
@@ -37,10 +37,15 @@ more details, including on how to concatenate multi-part files.
|
|
37 |
| [GGUF](https://huggingface.co/mradermacher/DPOpenHermes-11B-GGUF/resolve/main/DPOpenHermes-11B.Q3_K_S.gguf) | Q3_K_S | 4.8 | |
|
38 |
| [GGUF](https://huggingface.co/mradermacher/DPOpenHermes-11B-GGUF/resolve/main/DPOpenHermes-11B.Q3_K_M.gguf) | Q3_K_M | 5.3 | lower quality |
|
39 |
| [GGUF](https://huggingface.co/mradermacher/DPOpenHermes-11B-GGUF/resolve/main/DPOpenHermes-11B.Q3_K_L.gguf) | Q3_K_L | 5.8 | |
|
|
|
|
|
40 |
| [GGUF](https://huggingface.co/mradermacher/DPOpenHermes-11B-GGUF/resolve/main/DPOpenHermes-11B.Q4_K_S.gguf) | Q4_K_S | 6.2 | fast, recommended |
|
|
|
41 |
| [GGUF](https://huggingface.co/mradermacher/DPOpenHermes-11B-GGUF/resolve/main/DPOpenHermes-11B.Q5_K_S.gguf) | Q5_K_S | 7.5 | |
|
|
|
42 |
| [GGUF](https://huggingface.co/mradermacher/DPOpenHermes-11B-GGUF/resolve/main/DPOpenHermes-11B.Q6_K.gguf) | Q6_K | 8.9 | very good quality |
|
43 |
| [GGUF](https://huggingface.co/mradermacher/DPOpenHermes-11B-GGUF/resolve/main/DPOpenHermes-11B.Q8_0.gguf) | Q8_0 | 11.5 | fast, best quality |
|
|
|
44 |
|
45 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
46 |
types (lower is better):
|
|
|
37 |
| [GGUF](https://huggingface.co/mradermacher/DPOpenHermes-11B-GGUF/resolve/main/DPOpenHermes-11B.Q3_K_S.gguf) | Q3_K_S | 4.8 | |
|
38 |
| [GGUF](https://huggingface.co/mradermacher/DPOpenHermes-11B-GGUF/resolve/main/DPOpenHermes-11B.Q3_K_M.gguf) | Q3_K_M | 5.3 | lower quality |
|
39 |
| [GGUF](https://huggingface.co/mradermacher/DPOpenHermes-11B-GGUF/resolve/main/DPOpenHermes-11B.Q3_K_L.gguf) | Q3_K_L | 5.8 | |
|
40 |
+
| [GGUF](https://huggingface.co/mradermacher/DPOpenHermes-11B-GGUF/resolve/main/DPOpenHermes-11B.IQ4_XS.gguf) | IQ4_XS | 5.9 | |
|
41 |
+
| [GGUF](https://huggingface.co/mradermacher/DPOpenHermes-11B-GGUF/resolve/main/DPOpenHermes-11B.Q4_0_4_4.gguf) | Q4_0_4_4 | 6.2 | fast on arm, low quality |
|
42 |
| [GGUF](https://huggingface.co/mradermacher/DPOpenHermes-11B-GGUF/resolve/main/DPOpenHermes-11B.Q4_K_S.gguf) | Q4_K_S | 6.2 | fast, recommended |
|
43 |
+
| [GGUF](https://huggingface.co/mradermacher/DPOpenHermes-11B-GGUF/resolve/main/DPOpenHermes-11B.Q4_K_M.gguf) | Q4_K_M | 6.6 | fast, recommended |
|
44 |
| [GGUF](https://huggingface.co/mradermacher/DPOpenHermes-11B-GGUF/resolve/main/DPOpenHermes-11B.Q5_K_S.gguf) | Q5_K_S | 7.5 | |
|
45 |
+
| [GGUF](https://huggingface.co/mradermacher/DPOpenHermes-11B-GGUF/resolve/main/DPOpenHermes-11B.Q5_K_M.gguf) | Q5_K_M | 7.7 | |
|
46 |
| [GGUF](https://huggingface.co/mradermacher/DPOpenHermes-11B-GGUF/resolve/main/DPOpenHermes-11B.Q6_K.gguf) | Q6_K | 8.9 | very good quality |
|
47 |
| [GGUF](https://huggingface.co/mradermacher/DPOpenHermes-11B-GGUF/resolve/main/DPOpenHermes-11B.Q8_0.gguf) | Q8_0 | 11.5 | fast, best quality |
|
48 |
+
| [GGUF](https://huggingface.co/mradermacher/DPOpenHermes-11B-GGUF/resolve/main/DPOpenHermes-11B.f16.gguf) | f16 | 21.6 | 16 bpw, overkill |
|
49 |
|
50 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
51 |
types (lower is better):
|