sanchit-gandhi HF staff commited on
Commit
c204f3c
1 Parent(s): fee9af6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -28,9 +28,13 @@ a distilled variant of [Whisper large-v2](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) | **394** | **6.8** | 11.1 | 12.4 |
 
32
 
33
- **Note:** Distil-Whisper is currently only available for English speech recognition. Multilingual support will be provided in a follow-up.
 
 
 
34
 
35
  ## Usage
36
 
@@ -506,7 +510,7 @@ where it performs to within 0.2% WER of Whisper.
506
 
507
  ## Reproducing Distil-Whisper
508
 
509
- Training and evaluation code to reproduce Distil-Whisper will be made available on the Distil-Whisper repository: https://github.com/huggingface/distil-whisper
510
 
511
 
512
  ## License
 
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
 
 
510
 
511
  ## Reproducing Distil-Whisper
512
 
513
+ Training and evaluation code to reproduce Distil-Whisper is available under the Distil-Whisper repository: https://github.com/huggingface/distil-whisper/tree/main/training
514
 
515
 
516
  ## License