mradermacher commited on
Commit
ab53f8f
·
verified ·
1 Parent(s): 4266a71

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -35,9 +35,13 @@ more details, including on how to concatenate multi-part files.
35
  | [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Distill-sthenno-14b-0121-union-tokenizer-GGUF/resolve/main/DeepSeek-R1-Distill-sthenno-14b-0121-union-tokenizer.Q3_K_S.gguf) | Q3_K_S | 6.8 | |
36
  | [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Distill-sthenno-14b-0121-union-tokenizer-GGUF/resolve/main/DeepSeek-R1-Distill-sthenno-14b-0121-union-tokenizer.Q3_K_M.gguf) | Q3_K_M | 7.4 | lower quality |
37
  | [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Distill-sthenno-14b-0121-union-tokenizer-GGUF/resolve/main/DeepSeek-R1-Distill-sthenno-14b-0121-union-tokenizer.Q3_K_L.gguf) | Q3_K_L | 8.0 | |
 
38
  | [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Distill-sthenno-14b-0121-union-tokenizer-GGUF/resolve/main/DeepSeek-R1-Distill-sthenno-14b-0121-union-tokenizer.Q4_K_S.gguf) | Q4_K_S | 8.7 | fast, recommended |
39
  | [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Distill-sthenno-14b-0121-union-tokenizer-GGUF/resolve/main/DeepSeek-R1-Distill-sthenno-14b-0121-union-tokenizer.Q4_K_M.gguf) | Q4_K_M | 9.1 | fast, recommended |
 
 
40
  | [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Distill-sthenno-14b-0121-union-tokenizer-GGUF/resolve/main/DeepSeek-R1-Distill-sthenno-14b-0121-union-tokenizer.Q6_K.gguf) | Q6_K | 12.2 | very good quality |
 
41
 
42
  Here is a handy graph by ikawrakow comparing some lower-quality quant
43
  types (lower is better):
 
35
  | [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Distill-sthenno-14b-0121-union-tokenizer-GGUF/resolve/main/DeepSeek-R1-Distill-sthenno-14b-0121-union-tokenizer.Q3_K_S.gguf) | Q3_K_S | 6.8 | |
36
  | [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Distill-sthenno-14b-0121-union-tokenizer-GGUF/resolve/main/DeepSeek-R1-Distill-sthenno-14b-0121-union-tokenizer.Q3_K_M.gguf) | Q3_K_M | 7.4 | lower quality |
37
  | [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Distill-sthenno-14b-0121-union-tokenizer-GGUF/resolve/main/DeepSeek-R1-Distill-sthenno-14b-0121-union-tokenizer.Q3_K_L.gguf) | Q3_K_L | 8.0 | |
38
+ | [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Distill-sthenno-14b-0121-union-tokenizer-GGUF/resolve/main/DeepSeek-R1-Distill-sthenno-14b-0121-union-tokenizer.IQ4_XS.gguf) | IQ4_XS | 8.3 | |
39
  | [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Distill-sthenno-14b-0121-union-tokenizer-GGUF/resolve/main/DeepSeek-R1-Distill-sthenno-14b-0121-union-tokenizer.Q4_K_S.gguf) | Q4_K_S | 8.7 | fast, recommended |
40
  | [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Distill-sthenno-14b-0121-union-tokenizer-GGUF/resolve/main/DeepSeek-R1-Distill-sthenno-14b-0121-union-tokenizer.Q4_K_M.gguf) | Q4_K_M | 9.1 | fast, recommended |
41
+ | [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Distill-sthenno-14b-0121-union-tokenizer-GGUF/resolve/main/DeepSeek-R1-Distill-sthenno-14b-0121-union-tokenizer.Q5_K_S.gguf) | Q5_K_S | 10.4 | |
42
+ | [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Distill-sthenno-14b-0121-union-tokenizer-GGUF/resolve/main/DeepSeek-R1-Distill-sthenno-14b-0121-union-tokenizer.Q5_K_M.gguf) | Q5_K_M | 10.6 | |
43
  | [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Distill-sthenno-14b-0121-union-tokenizer-GGUF/resolve/main/DeepSeek-R1-Distill-sthenno-14b-0121-union-tokenizer.Q6_K.gguf) | Q6_K | 12.2 | very good quality |
44
+ | [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Distill-sthenno-14b-0121-union-tokenizer-GGUF/resolve/main/DeepSeek-R1-Distill-sthenno-14b-0121-union-tokenizer.Q8_0.gguf) | Q8_0 | 15.8 | fast, best quality |
45
 
46
  Here is a handy graph by ikawrakow comparing some lower-quality quant
47
  types (lower is better):