Q8_0 and Q5_0 entries
Browse files
README.md
CHANGED
@@ -33,7 +33,9 @@ Clicking on a link will download the corresponding quant instantly.
|
|
33 |
| Link | Quant | Size | Notes
|
34 |
|:-----|:-----|--------:|:------|
|
35 |
| [GGML](https://huggingface.co/distil-whisper/distil-medium.en/resolve/main/ggml-medium-32-2.en.fp32.bin) | F32 | 1.58 GB | Likely overkill. |
|
36 |
-
| [GGML](https://huggingface.co/distil-whisper/distil-medium.en/resolve/main/ggml-medium-32-2.en.bin) | F16 | 794 MB | Performs better than Q8_0 for noisy audio
|
|
|
|
|
37 |
|
38 |
The F32 quant was taken from [distil-whisper/distil-medium.en/ggml-medium-32-2.en.fp32.bin](https://huggingface.co/distil-whisper/distil-medium.en/blob/main/ggml-medium-32-2.en.fp32.bin), and the F16 quant was taken from [distil-whisper/distil-medium.en/ggml-medium-32-2.en.bin](https://huggingface.co/distil-whisper/distil-medium.en/blob/main/ggml-medium-32-2.en.bin).
|
39 |
## Questions you may have
|
|
|
33 |
| Link | Quant | Size | Notes
|
34 |
|:-----|:-----|--------:|:------|
|
35 |
| [GGML](https://huggingface.co/distil-whisper/distil-medium.en/resolve/main/ggml-medium-32-2.en.fp32.bin) | F32 | 1.58 GB | Likely overkill. |
|
36 |
+
| [GGML](https://huggingface.co/distil-whisper/distil-medium.en/resolve/main/ggml-medium-32-2.en.bin) | F16 | 794 MB | Performs better than Q8_0 for noisy audio and music. |
|
37 |
+
| [GGML](https://huggingface.co/Pomni/distil-medium.en-ggml-allquants/resolve/main/ggml-distil-medium.en-q8_0.bin) | Q8_0 | 430 MB | Sweet spot; superficial quality loss at nearly double the speed. |
|
38 |
+
| [GGML](https://huggingface.co/Pomni/distil-medium.en-ggml-allquants/resolve/main/ggml-distil-medium.en-q5_0.bin) | Q5_0 | 284 MB | Last "good" quant; anything below loses quality rapidly. |
|
39 |
|
40 |
The F32 quant was taken from [distil-whisper/distil-medium.en/ggml-medium-32-2.en.fp32.bin](https://huggingface.co/distil-whisper/distil-medium.en/blob/main/ggml-medium-32-2.en.fp32.bin), and the F16 quant was taken from [distil-whisper/distil-medium.en/ggml-medium-32-2.en.bin](https://huggingface.co/distil-whisper/distil-medium.en/blob/main/ggml-medium-32-2.en.bin).
|
41 |
## Questions you may have
|