mradermacher
commited on
auto-patch README.md
Browse files
README.md
CHANGED
@@ -57,7 +57,6 @@ quantized_by: mradermacher
|
|
57 |
<!-- ### vocab_type: -->
|
58 |
weighted/imatrix quants of https://huggingface.co/jondurbin/bagel-34b-v0.5
|
59 |
|
60 |
-
|
61 |
<!-- provided-files -->
|
62 |
static quants are available at https://huggingface.co/mradermacher/bagel-34b-v0.5-GGUF
|
63 |
## Usage
|
@@ -73,8 +72,11 @@ more details, including on how to concatenate multi-part files.
|
|
73 |
| Link | Type | Size/GB | Notes |
|
74 |
|:-----|:-----|--------:|:------|
|
75 |
| [GGUF](https://huggingface.co/mradermacher/bagel-34b-v0.5-i1-GGUF/resolve/main/bagel-34b-v0.5.i1-Q2_K.gguf) | i1-Q2_K | 13.5 | IQ3_XXS probably better |
|
|
|
76 |
| [GGUF](https://huggingface.co/mradermacher/bagel-34b-v0.5-i1-GGUF/resolve/main/bagel-34b-v0.5.i1-Q3_K_M.gguf) | i1-Q3_K_M | 17.3 | IQ3_S probably better |
|
77 |
| [GGUF](https://huggingface.co/mradermacher/bagel-34b-v0.5-i1-GGUF/resolve/main/bagel-34b-v0.5.i1-Q4_K_S.gguf) | i1-Q4_K_S | 20.2 | optimal size/speed/quality |
|
|
|
|
|
78 |
|
79 |
|
80 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
|
|
57 |
<!-- ### vocab_type: -->
|
58 |
weighted/imatrix quants of https://huggingface.co/jondurbin/bagel-34b-v0.5
|
59 |
|
|
|
60 |
<!-- provided-files -->
|
61 |
static quants are available at https://huggingface.co/mradermacher/bagel-34b-v0.5-GGUF
|
62 |
## Usage
|
|
|
72 |
| Link | Type | Size/GB | Notes |
|
73 |
|:-----|:-----|--------:|:------|
|
74 |
| [GGUF](https://huggingface.co/mradermacher/bagel-34b-v0.5-i1-GGUF/resolve/main/bagel-34b-v0.5.i1-Q2_K.gguf) | i1-Q2_K | 13.5 | IQ3_XXS probably better |
|
75 |
+
| [GGUF](https://huggingface.co/mradermacher/bagel-34b-v0.5-i1-GGUF/resolve/main/bagel-34b-v0.5.i1-Q3_K_S.gguf) | i1-Q3_K_S | 15.6 | IQ3_XS probably better |
|
76 |
| [GGUF](https://huggingface.co/mradermacher/bagel-34b-v0.5-i1-GGUF/resolve/main/bagel-34b-v0.5.i1-Q3_K_M.gguf) | i1-Q3_K_M | 17.3 | IQ3_S probably better |
|
77 |
| [GGUF](https://huggingface.co/mradermacher/bagel-34b-v0.5-i1-GGUF/resolve/main/bagel-34b-v0.5.i1-Q4_K_S.gguf) | i1-Q4_K_S | 20.2 | optimal size/speed/quality |
|
78 |
+
| [GGUF](https://huggingface.co/mradermacher/bagel-34b-v0.5-i1-GGUF/resolve/main/bagel-34b-v0.5.i1-Q4_K_M.gguf) | i1-Q4_K_M | 21.3 | fast, recommended |
|
79 |
+
| [GGUF](https://huggingface.co/mradermacher/bagel-34b-v0.5-i1-GGUF/resolve/main/bagel-34b-v0.5.i1-Q6_K.gguf) | i1-Q6_K | 28.9 | practically like static Q6_K |
|
80 |
|
81 |
|
82 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|