sanchit-gandhi
commited on
Commit
·
96a67a8
1
Parent(s):
967d2be
Update README.md
Browse files
README.md
CHANGED
@@ -33,7 +33,7 @@ models: **6.3x faster than large-v3**, and 1.1x faster than distil-large-v2.
|
|
33 |
|------------------------------------------------------------------------------|------------|--------------|------------|----------------------|-------------------|
|
34 |
| [large-v3](https://huggingface.co/openai/whisper-large-v3) | 1550 | 1.0 | 8.4 | 10.0 | 11.0 |
|
35 |
| **[distil-large-v3](https://huggingface.co/distil-whisper/distil-large-v3)** | **756** | **6.3** | **9.7** | **10.8** | **10.9** |
|
36 |
-
| [distil-large-v2](https://huggingface.co/distil-whisper/distil-large-v2) | 756 | 5.8 |
|
37 |
|
38 |
Since the sequential algorithm is the "de-facto" transcription algorithm across the most popular Whisper libraries
|
39 |
(Whisper cpp, Faster-Whisper, OpenAI Whisper), this distilled model is designed to be compatible with these libraries.
|
|
|
33 |
|------------------------------------------------------------------------------|------------|--------------|------------|----------------------|-------------------|
|
34 |
| [large-v3](https://huggingface.co/openai/whisper-large-v3) | 1550 | 1.0 | 8.4 | 10.0 | 11.0 |
|
35 |
| **[distil-large-v3](https://huggingface.co/distil-whisper/distil-large-v3)** | **756** | **6.3** | **9.7** | **10.8** | **10.9** |
|
36 |
+
| [distil-large-v2](https://huggingface.co/distil-whisper/distil-large-v2) | 756 | 5.8 | 10.1 | 15.6 | 11.6 |
|
37 |
|
38 |
Since the sequential algorithm is the "de-facto" transcription algorithm across the most popular Whisper libraries
|
39 |
(Whisper cpp, Faster-Whisper, OpenAI Whisper), this distilled model is designed to be compatible with these libraries.
|