Commit
β’
f4bbf37
1
Parent(s):
276429d
Update README.md
Browse files
README.md
CHANGED
@@ -25,9 +25,11 @@ a distilled variant of [Whisper medium.en](https://huggingface.co/openai/whisper
|
|
25 |
|
26 |
| Model | Params / M | Rel. Latency β | Short-Form WER β | Long-Form WER β |
|
27 |
|----------------------------------------------------------------------------|------------|----------------|------------------|-----------------|
|
28 |
-
| [large-
|
|
|
29 |
| | | | | |
|
30 |
-
| [distil-large-
|
|
|
31 |
| [distil-medium.en](https://huggingface.co/distil-whisper/distil-medium.en) | 394 | **6.8** | 11.1 | 12.4 |
|
32 |
| [distil-small.en](https://huggingface.co/distil-whisper/distil-small.en) | **166** | 5.6 | 12.1 | 12.8 |
|
33 |
|
|
|
25 |
|
26 |
| Model | Params / M | Rel. Latency β | Short-Form WER β | Long-Form WER β |
|
27 |
|----------------------------------------------------------------------------|------------|----------------|------------------|-----------------|
|
28 |
+
| [large-v3](https://huggingface.co/openai/whisper-large-v3) | 1550 | 1.0 | **8.4** | 11.0 |
|
29 |
+
| [large-v2](https://huggingface.co/openai/whisper-large-v2) | 1550 | 1.0 | 9.1 | 11.7 |
|
30 |
| | | | | |
|
31 |
+
| [distil-large-v3](https://huggingface.co/distil-whisper/distil-large-v3) | 756 | 6.3 | 9.7 | **10.8** |
|
32 |
+
| [distil-large-v2](https://huggingface.co/distil-whisper/distil-large-v2) | 756 | 5.8 | 10.1 | 11.6 |
|
33 |
| [distil-medium.en](https://huggingface.co/distil-whisper/distil-medium.en) | 394 | **6.8** | 11.1 | 12.4 |
|
34 |
| [distil-small.en](https://huggingface.co/distil-whisper/distil-small.en) | **166** | 5.6 | 12.1 | 12.8 |
|
35 |
|