Commit
•
fce6dfa
1
Parent(s):
c8a8967
Update README.md
Browse files
README.md
CHANGED
@@ -28,9 +28,13 @@ a distilled variant of [Whisper medium.en](https://huggingface.co/openai/whisper
|
|
28 |
| [large-v2](https://huggingface.co/openai/whisper-large-v2) | 1550 | 1.0 | **9.1** | 11.7 |
|
29 |
| | | | | |
|
30 |
| [distil-large-v2](https://huggingface.co/distil-whisper/distil-large-v2) | 756 | 5.8 | 10.1 | **11.6** |
|
31 |
-
| [distil-medium.en](https://huggingface.co/distil-whisper/distil-medium.en) |
|
|
|
32 |
|
33 |
-
**Note:** Distil-Whisper is currently only available for English speech recognition.
|
|
|
|
|
|
|
34 |
|
35 |
## Usage
|
36 |
|
@@ -498,7 +502,7 @@ where it performs to within 0.2% WER of Whisper.
|
|
498 |
|
499 |
## Reproducing Distil-Whisper
|
500 |
|
501 |
-
Training and evaluation code to reproduce Distil-Whisper
|
502 |
|
503 |
## License
|
504 |
|
|
|
28 |
| [large-v2](https://huggingface.co/openai/whisper-large-v2) | 1550 | 1.0 | **9.1** | 11.7 |
|
29 |
| | | | | |
|
30 |
| [distil-large-v2](https://huggingface.co/distil-whisper/distil-large-v2) | 756 | 5.8 | 10.1 | **11.6** |
|
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 |
|
34 |
+
**Note:** Distil-Whisper is currently only available for English speech recognition. We are working with the community
|
35 |
+
to distill Whisper on other languages. If you are interested in distilling Whisper in your language, check out the
|
36 |
+
provided [training code](https://github.com/huggingface/distil-whisper/tree/main/training). We will update the
|
37 |
+
[Distil-Whisper repository](https://github.com/huggingface/distil-whisper/) with multilingual checkpoints when ready!
|
38 |
|
39 |
## Usage
|
40 |
|
|
|
502 |
|
503 |
## Reproducing Distil-Whisper
|
504 |
|
505 |
+
Training and evaluation code to reproduce Distil-Whisper is available under the Distil-Whisper repository: https://github.com/huggingface/distil-whisper/tree/main/training
|
506 |
|
507 |
## License
|
508 |
|