mradermacher commited on
Commit
7991cbb
·
verified ·
1 Parent(s): acab343

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -40,7 +40,7 @@ static quants of https://huggingface.co/prithivMLmods/Perseus-Doc-vl-0712
40
 
41
  ***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Perseus-Doc-vl-0712-GGUF).***
42
 
43
- 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.
44
  ## Usage
45
 
46
  If you are unsure how to use GGUF files, refer to one of [TheBloke's
@@ -59,8 +59,14 @@ more details, including on how to concatenate multi-part files.
59
  | [GGUF](https://huggingface.co/mradermacher/Perseus-Doc-vl-0712-GGUF/resolve/main/Perseus-Doc-vl-0712.Q3_K_S.gguf) | Q3_K_S | 3.6 | |
60
  | [GGUF](https://huggingface.co/mradermacher/Perseus-Doc-vl-0712-GGUF/resolve/main/Perseus-Doc-vl-0712.Q3_K_M.gguf) | Q3_K_M | 3.9 | lower quality |
61
  | [GGUF](https://huggingface.co/mradermacher/Perseus-Doc-vl-0712-GGUF/resolve/main/Perseus-Doc-vl-0712.Q3_K_L.gguf) | Q3_K_L | 4.2 | |
 
62
  | [GGUF](https://huggingface.co/mradermacher/Perseus-Doc-vl-0712-GGUF/resolve/main/Perseus-Doc-vl-0712.Q4_K_S.gguf) | Q4_K_S | 4.6 | fast, recommended |
 
 
 
63
  | [GGUF](https://huggingface.co/mradermacher/Perseus-Doc-vl-0712-GGUF/resolve/main/Perseus-Doc-vl-0712.Q6_K.gguf) | Q6_K | 6.4 | very good quality |
 
 
64
 
65
  Here is a handy graph by ikawrakow comparing some lower-quality quant
66
  types (lower is better):
 
40
 
41
  ***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Perseus-Doc-vl-0712-GGUF).***
42
 
43
+ weighted/imatrix quants are available at https://huggingface.co/mradermacher/Perseus-Doc-vl-0712-i1-GGUF
44
  ## Usage
45
 
46
  If you are unsure how to use GGUF files, refer to one of [TheBloke's
 
59
  | [GGUF](https://huggingface.co/mradermacher/Perseus-Doc-vl-0712-GGUF/resolve/main/Perseus-Doc-vl-0712.Q3_K_S.gguf) | Q3_K_S | 3.6 | |
60
  | [GGUF](https://huggingface.co/mradermacher/Perseus-Doc-vl-0712-GGUF/resolve/main/Perseus-Doc-vl-0712.Q3_K_M.gguf) | Q3_K_M | 3.9 | lower quality |
61
  | [GGUF](https://huggingface.co/mradermacher/Perseus-Doc-vl-0712-GGUF/resolve/main/Perseus-Doc-vl-0712.Q3_K_L.gguf) | Q3_K_L | 4.2 | |
62
+ | [GGUF](https://huggingface.co/mradermacher/Perseus-Doc-vl-0712-GGUF/resolve/main/Perseus-Doc-vl-0712.IQ4_XS.gguf) | IQ4_XS | 4.4 | |
63
  | [GGUF](https://huggingface.co/mradermacher/Perseus-Doc-vl-0712-GGUF/resolve/main/Perseus-Doc-vl-0712.Q4_K_S.gguf) | Q4_K_S | 4.6 | fast, recommended |
64
+ | [GGUF](https://huggingface.co/mradermacher/Perseus-Doc-vl-0712-GGUF/resolve/main/Perseus-Doc-vl-0712.Q4_K_M.gguf) | Q4_K_M | 4.8 | fast, recommended |
65
+ | [GGUF](https://huggingface.co/mradermacher/Perseus-Doc-vl-0712-GGUF/resolve/main/Perseus-Doc-vl-0712.Q5_K_S.gguf) | Q5_K_S | 5.4 | |
66
+ | [GGUF](https://huggingface.co/mradermacher/Perseus-Doc-vl-0712-GGUF/resolve/main/Perseus-Doc-vl-0712.Q5_K_M.gguf) | Q5_K_M | 5.5 | |
67
  | [GGUF](https://huggingface.co/mradermacher/Perseus-Doc-vl-0712-GGUF/resolve/main/Perseus-Doc-vl-0712.Q6_K.gguf) | Q6_K | 6.4 | very good quality |
68
+ | [GGUF](https://huggingface.co/mradermacher/Perseus-Doc-vl-0712-GGUF/resolve/main/Perseus-Doc-vl-0712.Q8_0.gguf) | Q8_0 | 8.2 | fast, best quality |
69
+ | [GGUF](https://huggingface.co/mradermacher/Perseus-Doc-vl-0712-GGUF/resolve/main/Perseus-Doc-vl-0712.f16.gguf) | f16 | 15.3 | 16 bpw, overkill |
70
 
71
  Here is a handy graph by ikawrakow comparing some lower-quality quant
72
  types (lower is better):