mradermacher commited on
Commit
cd51995
1 Parent(s): 6f4b5e1

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -34,14 +34,13 @@ more details, including on how to concatenate multi-part files.
34
  | [GGUF](https://huggingface.co/mradermacher/felix-dpo-4e-GGUF/resolve/main/felix-dpo-4e.IQ4_XS.gguf) | IQ4_XS | 5.1 | |
35
  | [GGUF](https://huggingface.co/mradermacher/felix-dpo-4e-GGUF/resolve/main/felix-dpo-4e.Q4_0.gguf) | Q4_0 | 5.3 | fast, low quality |
36
  | [GGUF](https://huggingface.co/mradermacher/felix-dpo-4e-GGUF/resolve/main/felix-dpo-4e.Q4_K_S.gguf) | Q4_K_S | 5.4 | fast, recommended |
37
- | [GGUF](https://huggingface.co/mradermacher/felix-dpo-4e-GGUF/resolve/main/felix-dpo-4e.IQ4_NL.gguf) | IQ4_NL | 5.4 | slightly worse than Q4_K_S |
38
  | [GGUF](https://huggingface.co/mradermacher/felix-dpo-4e-GGUF/resolve/main/felix-dpo-4e.Q4_K_M.gguf) | Q4_K_M | 5.7 | fast, recommended |
39
  | [GGUF](https://huggingface.co/mradermacher/felix-dpo-4e-GGUF/resolve/main/felix-dpo-4e.Q5_K_S.gguf) | Q5_K_S | 6.5 | |
40
  | [GGUF](https://huggingface.co/mradermacher/felix-dpo-4e-GGUF/resolve/main/felix-dpo-4e.Q5_K_M.gguf) | Q5_K_M | 6.6 | |
41
  | [GGUF](https://huggingface.co/mradermacher/felix-dpo-4e-GGUF/resolve/main/felix-dpo-4e.Q6_K.gguf) | Q6_K | 7.6 | very good quality |
42
  | [GGUF](https://huggingface.co/mradermacher/felix-dpo-4e-GGUF/resolve/main/felix-dpo-4e.Q8_0.gguf) | Q8_0 | 9.8 | fast, best quality |
43
 
44
-
45
  Here is a handy graph by ikawrakow comparing some lower-quality quant
46
  types (lower is better):
47
 
 
34
  | [GGUF](https://huggingface.co/mradermacher/felix-dpo-4e-GGUF/resolve/main/felix-dpo-4e.IQ4_XS.gguf) | IQ4_XS | 5.1 | |
35
  | [GGUF](https://huggingface.co/mradermacher/felix-dpo-4e-GGUF/resolve/main/felix-dpo-4e.Q4_0.gguf) | Q4_0 | 5.3 | fast, low quality |
36
  | [GGUF](https://huggingface.co/mradermacher/felix-dpo-4e-GGUF/resolve/main/felix-dpo-4e.Q4_K_S.gguf) | Q4_K_S | 5.4 | fast, recommended |
37
+ | [GGUF](https://huggingface.co/mradermacher/felix-dpo-4e-GGUF/resolve/main/felix-dpo-4e.IQ4_NL.gguf) | IQ4_NL | 5.4 | prefer IQ4_XS |
38
  | [GGUF](https://huggingface.co/mradermacher/felix-dpo-4e-GGUF/resolve/main/felix-dpo-4e.Q4_K_M.gguf) | Q4_K_M | 5.7 | fast, recommended |
39
  | [GGUF](https://huggingface.co/mradermacher/felix-dpo-4e-GGUF/resolve/main/felix-dpo-4e.Q5_K_S.gguf) | Q5_K_S | 6.5 | |
40
  | [GGUF](https://huggingface.co/mradermacher/felix-dpo-4e-GGUF/resolve/main/felix-dpo-4e.Q5_K_M.gguf) | Q5_K_M | 6.6 | |
41
  | [GGUF](https://huggingface.co/mradermacher/felix-dpo-4e-GGUF/resolve/main/felix-dpo-4e.Q6_K.gguf) | Q6_K | 7.6 | very good quality |
42
  | [GGUF](https://huggingface.co/mradermacher/felix-dpo-4e-GGUF/resolve/main/felix-dpo-4e.Q8_0.gguf) | Q8_0 | 9.8 | fast, best quality |
43
 
 
44
  Here is a handy graph by ikawrakow comparing some lower-quality quant
45
  types (lower is better):
46