mradermacher commited on
Commit
aff96fc
·
verified ·
1 Parent(s): df86abd

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -36,7 +36,7 @@ static quants of https://huggingface.co/Nadhari/Sara-1.5-4B-it
36
 
37
  ***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Sara-1.5-4B-it-GGUF).***
38
 
39
- 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.
40
  ## Usage
41
 
42
  If you are unsure how to use GGUF files, refer to one of [TheBloke's
@@ -51,6 +51,18 @@ more details, including on how to concatenate multi-part files.
51
  |:-----|:-----|--------:|:------|
52
  | [GGUF](https://huggingface.co/mradermacher/Sara-1.5-4B-it-GGUF/resolve/main/Sara-1.5-4B-it.mmproj-Q8_0.gguf) | mmproj-Q8_0 | 0.7 | multi-modal supplement |
53
  | [GGUF](https://huggingface.co/mradermacher/Sara-1.5-4B-it-GGUF/resolve/main/Sara-1.5-4B-it.mmproj-f16.gguf) | mmproj-f16 | 1.0 | multi-modal supplement |
 
 
 
 
 
 
 
 
 
 
 
 
54
 
55
  Here is a handy graph by ikawrakow comparing some lower-quality quant
56
  types (lower is better):
 
36
 
37
  ***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Sara-1.5-4B-it-GGUF).***
38
 
39
+ weighted/imatrix quants are available at https://huggingface.co/mradermacher/Sara-1.5-4B-it-i1-GGUF
40
  ## Usage
41
 
42
  If you are unsure how to use GGUF files, refer to one of [TheBloke's
 
51
  |:-----|:-----|--------:|:------|
52
  | [GGUF](https://huggingface.co/mradermacher/Sara-1.5-4B-it-GGUF/resolve/main/Sara-1.5-4B-it.mmproj-Q8_0.gguf) | mmproj-Q8_0 | 0.7 | multi-modal supplement |
53
  | [GGUF](https://huggingface.co/mradermacher/Sara-1.5-4B-it-GGUF/resolve/main/Sara-1.5-4B-it.mmproj-f16.gguf) | mmproj-f16 | 1.0 | multi-modal supplement |
54
+ | [GGUF](https://huggingface.co/mradermacher/Sara-1.5-4B-it-GGUF/resolve/main/Sara-1.5-4B-it.Q2_K.gguf) | Q2_K | 1.8 | |
55
+ | [GGUF](https://huggingface.co/mradermacher/Sara-1.5-4B-it-GGUF/resolve/main/Sara-1.5-4B-it.Q3_K_S.gguf) | Q3_K_S | 2.0 | |
56
+ | [GGUF](https://huggingface.co/mradermacher/Sara-1.5-4B-it-GGUF/resolve/main/Sara-1.5-4B-it.Q3_K_M.gguf) | Q3_K_M | 2.2 | lower quality |
57
+ | [GGUF](https://huggingface.co/mradermacher/Sara-1.5-4B-it-GGUF/resolve/main/Sara-1.5-4B-it.Q3_K_L.gguf) | Q3_K_L | 2.3 | |
58
+ | [GGUF](https://huggingface.co/mradermacher/Sara-1.5-4B-it-GGUF/resolve/main/Sara-1.5-4B-it.IQ4_XS.gguf) | IQ4_XS | 2.4 | |
59
+ | [GGUF](https://huggingface.co/mradermacher/Sara-1.5-4B-it-GGUF/resolve/main/Sara-1.5-4B-it.Q4_K_S.gguf) | Q4_K_S | 2.5 | fast, recommended |
60
+ | [GGUF](https://huggingface.co/mradermacher/Sara-1.5-4B-it-GGUF/resolve/main/Sara-1.5-4B-it.Q4_K_M.gguf) | Q4_K_M | 2.6 | fast, recommended |
61
+ | [GGUF](https://huggingface.co/mradermacher/Sara-1.5-4B-it-GGUF/resolve/main/Sara-1.5-4B-it.Q5_K_S.gguf) | Q5_K_S | 2.9 | |
62
+ | [GGUF](https://huggingface.co/mradermacher/Sara-1.5-4B-it-GGUF/resolve/main/Sara-1.5-4B-it.Q5_K_M.gguf) | Q5_K_M | 2.9 | |
63
+ | [GGUF](https://huggingface.co/mradermacher/Sara-1.5-4B-it-GGUF/resolve/main/Sara-1.5-4B-it.Q6_K.gguf) | Q6_K | 3.3 | very good quality |
64
+ | [GGUF](https://huggingface.co/mradermacher/Sara-1.5-4B-it-GGUF/resolve/main/Sara-1.5-4B-it.Q8_0.gguf) | Q8_0 | 4.2 | fast, best quality |
65
+ | [GGUF](https://huggingface.co/mradermacher/Sara-1.5-4B-it-GGUF/resolve/main/Sara-1.5-4B-it.f16.gguf) | f16 | 7.9 | 16 bpw, overkill |
66
 
67
  Here is a handy graph by ikawrakow comparing some lower-quality quant
68
  types (lower is better):