mradermacher
commited on
auto-patch README.md
Browse files
README.md
CHANGED
@@ -31,6 +31,7 @@ more details, including on how to concatenate multi-part files.
|
|
31 |
| Link | Type | Size/GB | Notes |
|
32 |
|:-----|:-----|--------:|:------|
|
33 |
| [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* |
|
|
|
34 |
| [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 |
|
35 |
|
36 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
|
|
31 |
| Link | Type | Size/GB | Notes |
|
32 |
|:-----|:-----|--------:|:------|
|
33 |
| [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* |
|
34 |
+
| [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 |
|
35 |
| [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 |
|
36 |
|
37 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|