Transformers
GGUF
English
mradermacher commited on
Commit
86b1de1
·
verified ·
1 Parent(s): d232820

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -20,7 +20,6 @@ quantized_by: mradermacher
20
  static quants of https://huggingface.co/SenseLLM/ReflectionCoder-DS-33B
21
 
22
  <!-- provided-files -->
23
- weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion.
24
  ## Usage
25
 
26
  If you are unsure how to use GGUF files, refer to one of [TheBloke's
@@ -38,7 +37,9 @@ more details, including on how to concatenate multi-part files.
38
  | [GGUF](https://huggingface.co/mradermacher/ReflectionCoder-DS-33B-GGUF/resolve/main/ReflectionCoder-DS-33B.IQ3_S.gguf) | IQ3_S | 14.6 | beats Q3_K* |
39
  | [GGUF](https://huggingface.co/mradermacher/ReflectionCoder-DS-33B-GGUF/resolve/main/ReflectionCoder-DS-33B.IQ3_M.gguf) | IQ3_M | 15.1 | |
40
  | [GGUF](https://huggingface.co/mradermacher/ReflectionCoder-DS-33B-GGUF/resolve/main/ReflectionCoder-DS-33B.Q3_K_M.gguf) | Q3_K_M | 16.2 | lower quality |
 
41
  | [GGUF](https://huggingface.co/mradermacher/ReflectionCoder-DS-33B-GGUF/resolve/main/ReflectionCoder-DS-33B.Q4_K_S.gguf) | Q4_K_S | 19.0 | fast, recommended |
 
42
  | [GGUF](https://huggingface.co/mradermacher/ReflectionCoder-DS-33B-GGUF/resolve/main/ReflectionCoder-DS-33B.Q6_K.gguf) | Q6_K | 27.5 | very good quality |
43
  | [GGUF](https://huggingface.co/mradermacher/ReflectionCoder-DS-33B-GGUF/resolve/main/ReflectionCoder-DS-33B.Q8_0.gguf) | Q8_0 | 35.5 | fast, best quality |
44
 
 
20
  static quants of https://huggingface.co/SenseLLM/ReflectionCoder-DS-33B
21
 
22
  <!-- provided-files -->
 
23
  ## Usage
24
 
25
  If you are unsure how to use GGUF files, refer to one of [TheBloke's
 
37
  | [GGUF](https://huggingface.co/mradermacher/ReflectionCoder-DS-33B-GGUF/resolve/main/ReflectionCoder-DS-33B.IQ3_S.gguf) | IQ3_S | 14.6 | beats Q3_K* |
38
  | [GGUF](https://huggingface.co/mradermacher/ReflectionCoder-DS-33B-GGUF/resolve/main/ReflectionCoder-DS-33B.IQ3_M.gguf) | IQ3_M | 15.1 | |
39
  | [GGUF](https://huggingface.co/mradermacher/ReflectionCoder-DS-33B-GGUF/resolve/main/ReflectionCoder-DS-33B.Q3_K_M.gguf) | Q3_K_M | 16.2 | lower quality |
40
+ | [GGUF](https://huggingface.co/mradermacher/ReflectionCoder-DS-33B-GGUF/resolve/main/ReflectionCoder-DS-33B.Q3_K_L.gguf) | Q3_K_L | 17.7 | |
41
  | [GGUF](https://huggingface.co/mradermacher/ReflectionCoder-DS-33B-GGUF/resolve/main/ReflectionCoder-DS-33B.Q4_K_S.gguf) | Q4_K_S | 19.0 | fast, recommended |
42
+ | [GGUF](https://huggingface.co/mradermacher/ReflectionCoder-DS-33B-GGUF/resolve/main/ReflectionCoder-DS-33B.Q4_K_M.gguf) | Q4_K_M | 20.0 | fast, recommended |
43
  | [GGUF](https://huggingface.co/mradermacher/ReflectionCoder-DS-33B-GGUF/resolve/main/ReflectionCoder-DS-33B.Q6_K.gguf) | Q6_K | 27.5 | very good quality |
44
  | [GGUF](https://huggingface.co/mradermacher/ReflectionCoder-DS-33B-GGUF/resolve/main/ReflectionCoder-DS-33B.Q8_0.gguf) | Q8_0 | 35.5 | fast, best quality |
45