mradermacher commited on
Commit
a4c3a4e
·
verified ·
1 Parent(s): 428a505

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -26,7 +26,7 @@ static quants of https://huggingface.co/qiuxi337/IntrinSight-4B
26
 
27
  ***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#IntrinSight-4B-GGUF).***
28
 
29
- 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.
30
  ## Usage
31
 
32
  If you are unsure how to use GGUF files, refer to one of [TheBloke's
@@ -41,6 +41,18 @@ more details, including on how to concatenate multi-part files.
41
  |:-----|:-----|--------:|:------|
42
  | [GGUF](https://huggingface.co/mradermacher/IntrinSight-4B-GGUF/resolve/main/IntrinSight-4B.mmproj-Q8_0.gguf) | mmproj-Q8_0 | 0.7 | multi-modal supplement |
43
  | [GGUF](https://huggingface.co/mradermacher/IntrinSight-4B-GGUF/resolve/main/IntrinSight-4B.mmproj-f16.gguf) | mmproj-f16 | 1.0 | multi-modal supplement |
 
 
 
 
 
 
 
 
 
 
 
 
44
 
45
  Here is a handy graph by ikawrakow comparing some lower-quality quant
46
  types (lower is better):
 
26
 
27
  ***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#IntrinSight-4B-GGUF).***
28
 
29
+ weighted/imatrix quants are available at https://huggingface.co/mradermacher/IntrinSight-4B-i1-GGUF
30
  ## Usage
31
 
32
  If you are unsure how to use GGUF files, refer to one of [TheBloke's
 
41
  |:-----|:-----|--------:|:------|
42
  | [GGUF](https://huggingface.co/mradermacher/IntrinSight-4B-GGUF/resolve/main/IntrinSight-4B.mmproj-Q8_0.gguf) | mmproj-Q8_0 | 0.7 | multi-modal supplement |
43
  | [GGUF](https://huggingface.co/mradermacher/IntrinSight-4B-GGUF/resolve/main/IntrinSight-4B.mmproj-f16.gguf) | mmproj-f16 | 1.0 | multi-modal supplement |
44
+ | [GGUF](https://huggingface.co/mradermacher/IntrinSight-4B-GGUF/resolve/main/IntrinSight-4B.Q2_K.gguf) | Q2_K | 2.0 | |
45
+ | [GGUF](https://huggingface.co/mradermacher/IntrinSight-4B-GGUF/resolve/main/IntrinSight-4B.Q3_K_S.gguf) | Q3_K_S | 2.3 | |
46
+ | [GGUF](https://huggingface.co/mradermacher/IntrinSight-4B-GGUF/resolve/main/IntrinSight-4B.Q3_K_M.gguf) | Q3_K_M | 2.5 | lower quality |
47
+ | [GGUF](https://huggingface.co/mradermacher/IntrinSight-4B-GGUF/resolve/main/IntrinSight-4B.Q3_K_L.gguf) | Q3_K_L | 2.6 | |
48
+ | [GGUF](https://huggingface.co/mradermacher/IntrinSight-4B-GGUF/resolve/main/IntrinSight-4B.IQ4_XS.gguf) | IQ4_XS | 2.7 | |
49
+ | [GGUF](https://huggingface.co/mradermacher/IntrinSight-4B-GGUF/resolve/main/IntrinSight-4B.Q4_K_S.gguf) | Q4_K_S | 2.9 | fast, recommended |
50
+ | [GGUF](https://huggingface.co/mradermacher/IntrinSight-4B-GGUF/resolve/main/IntrinSight-4B.Q4_K_M.gguf) | Q4_K_M | 3.0 | fast, recommended |
51
+ | [GGUF](https://huggingface.co/mradermacher/IntrinSight-4B-GGUF/resolve/main/IntrinSight-4B.Q5_K_S.gguf) | Q5_K_S | 3.3 | |
52
+ | [GGUF](https://huggingface.co/mradermacher/IntrinSight-4B-GGUF/resolve/main/IntrinSight-4B.Q5_K_M.gguf) | Q5_K_M | 3.4 | |
53
+ | [GGUF](https://huggingface.co/mradermacher/IntrinSight-4B-GGUF/resolve/main/IntrinSight-4B.Q6_K.gguf) | Q6_K | 3.8 | very good quality |
54
+ | [GGUF](https://huggingface.co/mradermacher/IntrinSight-4B-GGUF/resolve/main/IntrinSight-4B.Q8_0.gguf) | Q8_0 | 4.9 | fast, best quality |
55
+ | [GGUF](https://huggingface.co/mradermacher/IntrinSight-4B-GGUF/resolve/main/IntrinSight-4B.f16.gguf) | f16 | 9.2 | 16 bpw, overkill |
56
 
57
  Here is a handy graph by ikawrakow comparing some lower-quality quant
58
  types (lower is better):