mradermacher
commited on
auto-patch README.md
Browse files
README.md
CHANGED
@@ -33,6 +33,7 @@ more details, including on how to concatenate multi-part files.
|
|
33 |
| [GGUF](https://huggingface.co/mradermacher/Qwen1.5-0.5B-none_DepressionDetection_v2-GGUF/resolve/main/Qwen1.5-0.5B-none_DepressionDetection_v2.Q2_K.gguf) | Q2_K | 0.3 | |
|
34 |
| [GGUF](https://huggingface.co/mradermacher/Qwen1.5-0.5B-none_DepressionDetection_v2-GGUF/resolve/main/Qwen1.5-0.5B-none_DepressionDetection_v2.IQ3_S.gguf) | IQ3_S | 0.4 | beats Q3_K* |
|
35 |
| [GGUF](https://huggingface.co/mradermacher/Qwen1.5-0.5B-none_DepressionDetection_v2-GGUF/resolve/main/Qwen1.5-0.5B-none_DepressionDetection_v2.Q4_K_S.gguf) | Q4_K_S | 0.4 | fast, recommended |
|
|
|
36 |
| [GGUF](https://huggingface.co/mradermacher/Qwen1.5-0.5B-none_DepressionDetection_v2-GGUF/resolve/main/Qwen1.5-0.5B-none_DepressionDetection_v2.f16.gguf) | f16 | 1.0 | 16 bpw, overkill |
|
37 |
|
38 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
|
|
33 |
| [GGUF](https://huggingface.co/mradermacher/Qwen1.5-0.5B-none_DepressionDetection_v2-GGUF/resolve/main/Qwen1.5-0.5B-none_DepressionDetection_v2.Q2_K.gguf) | Q2_K | 0.3 | |
|
34 |
| [GGUF](https://huggingface.co/mradermacher/Qwen1.5-0.5B-none_DepressionDetection_v2-GGUF/resolve/main/Qwen1.5-0.5B-none_DepressionDetection_v2.IQ3_S.gguf) | IQ3_S | 0.4 | beats Q3_K* |
|
35 |
| [GGUF](https://huggingface.co/mradermacher/Qwen1.5-0.5B-none_DepressionDetection_v2-GGUF/resolve/main/Qwen1.5-0.5B-none_DepressionDetection_v2.Q4_K_S.gguf) | Q4_K_S | 0.4 | fast, recommended |
|
36 |
+
| [GGUF](https://huggingface.co/mradermacher/Qwen1.5-0.5B-none_DepressionDetection_v2-GGUF/resolve/main/Qwen1.5-0.5B-none_DepressionDetection_v2.Q8_0.gguf) | Q8_0 | 0.6 | fast, best quality |
|
37 |
| [GGUF](https://huggingface.co/mradermacher/Qwen1.5-0.5B-none_DepressionDetection_v2-GGUF/resolve/main/Qwen1.5-0.5B-none_DepressionDetection_v2.f16.gguf) | f16 | 1.0 | 16 bpw, overkill |
|
38 |
|
39 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|