mradermacher
commited on
auto-patch README.md
Browse files
README.md
CHANGED
@@ -60,8 +60,13 @@ more details, including on how to concatenate multi-part files.
|
|
60 |
| Link | Type | Size/GB | Notes |
|
61 |
|:-----|:-----|--------:|:------|
|
62 |
| [GGUF](https://huggingface.co/mradermacher/bagel-dpo-1.1b-v0.3-GGUF/resolve/main/bagel-dpo-1.1b-v0.3.Q2_K.gguf) | Q2_K | 0.5 | |
|
|
|
63 |
| [GGUF](https://huggingface.co/mradermacher/bagel-dpo-1.1b-v0.3-GGUF/resolve/main/bagel-dpo-1.1b-v0.3.Q3_K_M.gguf) | Q3_K_M | 0.6 | lower quality |
|
|
|
64 |
| [GGUF](https://huggingface.co/mradermacher/bagel-dpo-1.1b-v0.3-GGUF/resolve/main/bagel-dpo-1.1b-v0.3.Q4_K_S.gguf) | Q4_K_S | 0.7 | fast, recommended |
|
|
|
|
|
|
|
65 |
| [GGUF](https://huggingface.co/mradermacher/bagel-dpo-1.1b-v0.3-GGUF/resolve/main/bagel-dpo-1.1b-v0.3.Q6_K.gguf) | Q6_K | 1.0 | very good quality |
|
66 |
| [GGUF](https://huggingface.co/mradermacher/bagel-dpo-1.1b-v0.3-GGUF/resolve/main/bagel-dpo-1.1b-v0.3.Q8_0.gguf) | Q8_0 | 1.3 | fast, best quality |
|
67 |
| [GGUF](https://huggingface.co/mradermacher/bagel-dpo-1.1b-v0.3-GGUF/resolve/main/bagel-dpo-1.1b-v0.3.f16.gguf) | f16 | 2.3 | 16 bpw, overkill |
|
|
|
60 |
| Link | Type | Size/GB | Notes |
|
61 |
|:-----|:-----|--------:|:------|
|
62 |
| [GGUF](https://huggingface.co/mradermacher/bagel-dpo-1.1b-v0.3-GGUF/resolve/main/bagel-dpo-1.1b-v0.3.Q2_K.gguf) | Q2_K | 0.5 | |
|
63 |
+
| [GGUF](https://huggingface.co/mradermacher/bagel-dpo-1.1b-v0.3-GGUF/resolve/main/bagel-dpo-1.1b-v0.3.Q3_K_S.gguf) | Q3_K_S | 0.6 | |
|
64 |
| [GGUF](https://huggingface.co/mradermacher/bagel-dpo-1.1b-v0.3-GGUF/resolve/main/bagel-dpo-1.1b-v0.3.Q3_K_M.gguf) | Q3_K_M | 0.6 | lower quality |
|
65 |
+
| [GGUF](https://huggingface.co/mradermacher/bagel-dpo-1.1b-v0.3-GGUF/resolve/main/bagel-dpo-1.1b-v0.3.Q3_K_L.gguf) | Q3_K_L | 0.7 | |
|
66 |
| [GGUF](https://huggingface.co/mradermacher/bagel-dpo-1.1b-v0.3-GGUF/resolve/main/bagel-dpo-1.1b-v0.3.Q4_K_S.gguf) | Q4_K_S | 0.7 | fast, recommended |
|
67 |
+
| [GGUF](https://huggingface.co/mradermacher/bagel-dpo-1.1b-v0.3-GGUF/resolve/main/bagel-dpo-1.1b-v0.3.Q4_K_M.gguf) | Q4_K_M | 0.8 | fast, recommended |
|
68 |
+
| [GGUF](https://huggingface.co/mradermacher/bagel-dpo-1.1b-v0.3-GGUF/resolve/main/bagel-dpo-1.1b-v0.3.Q5_K_S.gguf) | Q5_K_S | 0.9 | |
|
69 |
+
| [GGUF](https://huggingface.co/mradermacher/bagel-dpo-1.1b-v0.3-GGUF/resolve/main/bagel-dpo-1.1b-v0.3.Q5_K_M.gguf) | Q5_K_M | 0.9 | |
|
70 |
| [GGUF](https://huggingface.co/mradermacher/bagel-dpo-1.1b-v0.3-GGUF/resolve/main/bagel-dpo-1.1b-v0.3.Q6_K.gguf) | Q6_K | 1.0 | very good quality |
|
71 |
| [GGUF](https://huggingface.co/mradermacher/bagel-dpo-1.1b-v0.3-GGUF/resolve/main/bagel-dpo-1.1b-v0.3.Q8_0.gguf) | Q8_0 | 1.3 | fast, best quality |
|
72 |
| [GGUF](https://huggingface.co/mradermacher/bagel-dpo-1.1b-v0.3-GGUF/resolve/main/bagel-dpo-1.1b-v0.3.f16.gguf) | f16 | 2.3 | 16 bpw, overkill |
|