mradermacher commited on
Commit
c0fc303
·
verified ·
1 Parent(s): 32a0a57

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -49,11 +49,18 @@ more details, including on how to concatenate multi-part files.
49
  | Link | Type | Size/GB | Notes |
50
  |:-----|:-----|--------:|:------|
51
  | [GGUF](https://huggingface.co/mradermacher/MARTIN-9B-i1-GGUF/resolve/main/MARTIN-9B.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) |
 
52
  | [GGUF](https://huggingface.co/mradermacher/MARTIN-9B-i1-GGUF/resolve/main/MARTIN-9B.i1-IQ2_M.gguf) | i1-IQ2_M | 3.7 | |
 
53
  | [GGUF](https://huggingface.co/mradermacher/MARTIN-9B-i1-GGUF/resolve/main/MARTIN-9B.i1-Q2_K.gguf) | i1-Q2_K | 3.9 | IQ3_XXS probably better |
54
  | [GGUF](https://huggingface.co/mradermacher/MARTIN-9B-i1-GGUF/resolve/main/MARTIN-9B.i1-Q3_K_S.gguf) | i1-Q3_K_S | 4.4 | IQ3_XS probably better |
 
55
  | [GGUF](https://huggingface.co/mradermacher/MARTIN-9B-i1-GGUF/resolve/main/MARTIN-9B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.7 | IQ3_S probably better |
56
  | [GGUF](https://huggingface.co/mradermacher/MARTIN-9B-i1-GGUF/resolve/main/MARTIN-9B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 5.3 | |
 
 
 
 
57
 
58
  Here is a handy graph by ikawrakow comparing some lower-quality quant
59
  types (lower is better):
 
49
  | Link | Type | Size/GB | Notes |
50
  |:-----|:-----|--------:|:------|
51
  | [GGUF](https://huggingface.co/mradermacher/MARTIN-9B-i1-GGUF/resolve/main/MARTIN-9B.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) |
52
+ | [GGUF](https://huggingface.co/mradermacher/MARTIN-9B-i1-GGUF/resolve/main/MARTIN-9B.i1-IQ2_S.gguf) | i1-IQ2_S | 3.5 | |
53
  | [GGUF](https://huggingface.co/mradermacher/MARTIN-9B-i1-GGUF/resolve/main/MARTIN-9B.i1-IQ2_M.gguf) | i1-IQ2_M | 3.7 | |
54
+ | [GGUF](https://huggingface.co/mradermacher/MARTIN-9B-i1-GGUF/resolve/main/MARTIN-9B.i1-Q2_K_S.gguf) | i1-Q2_K_S | 3.8 | very low quality |
55
  | [GGUF](https://huggingface.co/mradermacher/MARTIN-9B-i1-GGUF/resolve/main/MARTIN-9B.i1-Q2_K.gguf) | i1-Q2_K | 3.9 | IQ3_XXS probably better |
56
  | [GGUF](https://huggingface.co/mradermacher/MARTIN-9B-i1-GGUF/resolve/main/MARTIN-9B.i1-Q3_K_S.gguf) | i1-Q3_K_S | 4.4 | IQ3_XS probably better |
57
+ | [GGUF](https://huggingface.co/mradermacher/MARTIN-9B-i1-GGUF/resolve/main/MARTIN-9B.i1-IQ3_M.gguf) | i1-IQ3_M | 4.5 | |
58
  | [GGUF](https://huggingface.co/mradermacher/MARTIN-9B-i1-GGUF/resolve/main/MARTIN-9B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.7 | IQ3_S probably better |
59
  | [GGUF](https://huggingface.co/mradermacher/MARTIN-9B-i1-GGUF/resolve/main/MARTIN-9B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 5.3 | |
60
+ | [GGUF](https://huggingface.co/mradermacher/MARTIN-9B-i1-GGUF/resolve/main/MARTIN-9B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 5.5 | optimal size/speed/quality |
61
+ | [GGUF](https://huggingface.co/mradermacher/MARTIN-9B-i1-GGUF/resolve/main/MARTIN-9B.i1-IQ4_NL.gguf) | i1-IQ4_NL | 5.5 | prefer IQ4_XS |
62
+ | [GGUF](https://huggingface.co/mradermacher/MARTIN-9B-i1-GGUF/resolve/main/MARTIN-9B.i1-Q4_1.gguf) | i1-Q4_1 | 5.9 | |
63
+ | [GGUF](https://huggingface.co/mradermacher/MARTIN-9B-i1-GGUF/resolve/main/MARTIN-9B.i1-Q5_K_S.gguf) | i1-Q5_K_S | 6.4 | |
64
 
65
  Here is a handy graph by ikawrakow comparing some lower-quality quant
66
  types (lower is better):