omachala commited on
Commit
a7e56b4
·
verified ·
1 Parent(s): 3f088ca

Update README: q6q8 replaces broken q4q6, add WER validation table

Browse files
Files changed (1) hide show
  1. README.md +13 -4
README.md CHANGED
@@ -41,11 +41,20 @@ access even with the weights already on disk.
41
  | `openai_whisper-base` | [`openai/whisper-base`](https://huggingface.co/openai/whisper-base) | full precision |
42
  | `openai_whisper-small` | [`openai/whisper-small`](https://huggingface.co/openai/whisper-small) | full precision |
43
  | `openai_whisper-large-v3-turbo` | [`openai/whisper-large-v3-turbo`](https://huggingface.co/openai/whisper-large-v3-turbo) | full precision, 1.63 GB |
44
- | `dictionlabs_whisper-large-v3-turbo-q4q6` | [`openai/whisper-large-v3-turbo`](https://huggingface.co/openai/whisper-large-v3-turbo) | compressed, 547 MB |
45
 
46
- `dictionlabs_whisper-large-v3-turbo-q4q6` is a compressed version of the turbo model above,
47
- same weights, reduced precision, verified to hold up on our accuracy checks. Same quality target,
48
- about a third smaller.
 
 
 
 
 
 
 
 
 
49
 
50
  ## Licence
51
 
 
41
  | `openai_whisper-base` | [`openai/whisper-base`](https://huggingface.co/openai/whisper-base) | full precision |
42
  | `openai_whisper-small` | [`openai/whisper-small`](https://huggingface.co/openai/whisper-small) | full precision |
43
  | `openai_whisper-large-v3-turbo` | [`openai/whisper-large-v3-turbo`](https://huggingface.co/openai/whisper-large-v3-turbo) | full precision, 1.63 GB |
44
+ | `dictionlabs_whisper-large-v3-turbo-q6q8` | [`openai/whisper-large-v3-turbo`](https://huggingface.co/openai/whisper-large-v3-turbo) | compressed, 703 MB |
45
 
46
+ `dictionlabs_whisper-large-v3-turbo-q6q8` is a compressed version of the turbo model above,
47
+ same weights, reduced precision, about half the size. Verified against the full precision
48
+ build with real transcription tests, not just internal accuracy checks:
49
+
50
+ | Language | Full precision (WER/CER) | Compressed (WER/CER) |
51
+ |---|---|---|
52
+ | German | 2.8% | 3.4% |
53
+ | English | 15.5% | 15.5% |
54
+ | French | 7.8% | 8.8% |
55
+ | Japanese | 2.6% | 2.6% |
56
+ | Korean | 18.1% | 22.5% |
57
+ | Chinese | 9.0% | 9.0% |
58
 
59
  ## Licence
60