mradermacher commited on
Commit
5971087
·
verified ·
1 Parent(s): 8497b4c

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -38,6 +38,18 @@ more details, including on how to concatenate multi-part files.
38
  |:-----|:-----|--------:|:------|
39
  | [GGUF](https://huggingface.co/mradermacher/bartleby-qwen3.5-4b-GGUF/resolve/main/bartleby-qwen3.5-4b.mmproj-Q8_0.gguf) | mmproj-Q8_0 | 0.5 | multi-modal supplement |
40
  | [GGUF](https://huggingface.co/mradermacher/bartleby-qwen3.5-4b-GGUF/resolve/main/bartleby-qwen3.5-4b.mmproj-f16.gguf) | mmproj-f16 | 0.8 | multi-modal supplement |
 
 
 
 
 
 
 
 
 
 
 
 
41
 
42
  Here is a handy graph by ikawrakow comparing some lower-quality quant
43
  types (lower is better):
 
38
  |:-----|:-----|--------:|:------|
39
  | [GGUF](https://huggingface.co/mradermacher/bartleby-qwen3.5-4b-GGUF/resolve/main/bartleby-qwen3.5-4b.mmproj-Q8_0.gguf) | mmproj-Q8_0 | 0.5 | multi-modal supplement |
40
  | [GGUF](https://huggingface.co/mradermacher/bartleby-qwen3.5-4b-GGUF/resolve/main/bartleby-qwen3.5-4b.mmproj-f16.gguf) | mmproj-f16 | 0.8 | multi-modal supplement |
41
+ | [GGUF](https://huggingface.co/mradermacher/bartleby-qwen3.5-4b-GGUF/resolve/main/bartleby-qwen3.5-4b.Q2_K.gguf) | Q2_K | 1.9 | |
42
+ | [GGUF](https://huggingface.co/mradermacher/bartleby-qwen3.5-4b-GGUF/resolve/main/bartleby-qwen3.5-4b.Q3_K_S.gguf) | Q3_K_S | 2.2 | |
43
+ | [GGUF](https://huggingface.co/mradermacher/bartleby-qwen3.5-4b-GGUF/resolve/main/bartleby-qwen3.5-4b.Q3_K_M.gguf) | Q3_K_M | 2.4 | lower quality |
44
+ | [GGUF](https://huggingface.co/mradermacher/bartleby-qwen3.5-4b-GGUF/resolve/main/bartleby-qwen3.5-4b.Q3_K_L.gguf) | Q3_K_L | 2.5 | |
45
+ | [GGUF](https://huggingface.co/mradermacher/bartleby-qwen3.5-4b-GGUF/resolve/main/bartleby-qwen3.5-4b.IQ4_XS.gguf) | IQ4_XS | 2.6 | |
46
+ | [GGUF](https://huggingface.co/mradermacher/bartleby-qwen3.5-4b-GGUF/resolve/main/bartleby-qwen3.5-4b.Q4_K_S.gguf) | Q4_K_S | 2.7 | fast, recommended |
47
+ | [GGUF](https://huggingface.co/mradermacher/bartleby-qwen3.5-4b-GGUF/resolve/main/bartleby-qwen3.5-4b.Q4_K_M.gguf) | Q4_K_M | 2.8 | fast, recommended |
48
+ | [GGUF](https://huggingface.co/mradermacher/bartleby-qwen3.5-4b-GGUF/resolve/main/bartleby-qwen3.5-4b.Q5_K_S.gguf) | Q5_K_S | 3.1 | |
49
+ | [GGUF](https://huggingface.co/mradermacher/bartleby-qwen3.5-4b-GGUF/resolve/main/bartleby-qwen3.5-4b.Q5_K_M.gguf) | Q5_K_M | 3.2 | |
50
+ | [GGUF](https://huggingface.co/mradermacher/bartleby-qwen3.5-4b-GGUF/resolve/main/bartleby-qwen3.5-4b.Q6_K.gguf) | Q6_K | 3.6 | very good quality |
51
+ | [GGUF](https://huggingface.co/mradermacher/bartleby-qwen3.5-4b-GGUF/resolve/main/bartleby-qwen3.5-4b.Q8_0.gguf) | Q8_0 | 4.6 | fast, best quality |
52
+ | [GGUF](https://huggingface.co/mradermacher/bartleby-qwen3.5-4b-GGUF/resolve/main/bartleby-qwen3.5-4b.f16.gguf) | f16 | 8.5 | 16 bpw, overkill |
53
 
54
  Here is a handy graph by ikawrakow comparing some lower-quality quant
55
  types (lower is better):