Fix grammatical mistake
Browse files
README.md
CHANGED
@@ -33,7 +33,7 @@ Clicking on a link will download the corresponding quant instantly.
|
|
33 |
| Link | Quant | Size | Notes
|
34 |
|:-----|:-----|--------:|:------|
|
35 |
| [GGML](https://huggingface.co/Pomni/distil-large-v3.5-ggml-allquants/resolve/main/ggml-distil-large-v3.5-f32.bin) | F32 | 3.03 GB | Likely overkill. |
|
36 |
-
| [GGML](https://huggingface.co/Pomni/distil-large-v3.5-ggml-allquants/resolve/main/ggml-distil-large-v3.5-f16.bin) | F16 | 1.52 GB | Performs better than Q8_0 for noisy audio
|
37 |
| [GGML](https://huggingface.co/Pomni/distil-large-v3.5-ggml-allquants/resolve/main/ggml-distil-large-v3.5-q8_0.bin) | Q8_0 | 818 MB | Sweet spot; superficial quality loss at nearly double the speed. |
|
38 |
| [GGML](https://huggingface.co/Pomni/distil-large-v3.5-ggml-allquants/resolve/main/ggml-distil-large-v3.5-q6_k.bin) | Q6_K | 637 MB | |
|
39 |
| [GGML](https://huggingface.co/Pomni/distil-large-v3.5-ggml-allquants/resolve/main/ggml-distil-large-v3.5-q5_k.bin) | Q5_K | 538 MB | |
|
|
|
33 |
| Link | Quant | Size | Notes
|
34 |
|:-----|:-----|--------:|:------|
|
35 |
| [GGML](https://huggingface.co/Pomni/distil-large-v3.5-ggml-allquants/resolve/main/ggml-distil-large-v3.5-f32.bin) | F32 | 3.03 GB | Likely overkill. |
|
36 |
+
| [GGML](https://huggingface.co/Pomni/distil-large-v3.5-ggml-allquants/resolve/main/ggml-distil-large-v3.5-f16.bin) | F16 | 1.52 GB | Performs better than Q8_0 for noisy audio and music. |
|
37 |
| [GGML](https://huggingface.co/Pomni/distil-large-v3.5-ggml-allquants/resolve/main/ggml-distil-large-v3.5-q8_0.bin) | Q8_0 | 818 MB | Sweet spot; superficial quality loss at nearly double the speed. |
|
38 |
| [GGML](https://huggingface.co/Pomni/distil-large-v3.5-ggml-allquants/resolve/main/ggml-distil-large-v3.5-q6_k.bin) | Q6_K | 637 MB | |
|
39 |
| [GGML](https://huggingface.co/Pomni/distil-large-v3.5-ggml-allquants/resolve/main/ggml-distil-large-v3.5-q5_k.bin) | Q5_K | 538 MB | |
|