sanchit-gandhi HF staff commited on
Commit
0d78dd9
1 Parent(s): 60a88eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -13,7 +13,7 @@ This repository contains the model weights for [distil-large-v3](https://hugging
13
  converted to [GGML](https://github.com/ggerganov/ggml) format. GGML is the weight format expected by C/C++ packages
14
  such as [Whisper.cpp](https://github.com/ggerganov/whisper.cpp), for which we provide an example below.
15
 
16
- Compared to previous Distil-Whisper releases, distil-large-v3 is specifically designed to give one-to-one equivalence
17
  with the OpenAI Whisper long-form transcription algorithm. In our benchmark over 4 out-of-distribution datasets, distil-large-v3
18
  outperformed distil-large-v2 by 5% WER average. Thus, you can expect significant performance gains by switching to this
19
  latest checkpoint.
 
13
  converted to [GGML](https://github.com/ggerganov/ggml) format. GGML is the weight format expected by C/C++ packages
14
  such as [Whisper.cpp](https://github.com/ggerganov/whisper.cpp), for which we provide an example below.
15
 
16
+ Compared to previous Distil-Whisper releases, distil-large-v3 is specifically designed to be compatible
17
  with the OpenAI Whisper long-form transcription algorithm. In our benchmark over 4 out-of-distribution datasets, distil-large-v3
18
  outperformed distil-large-v2 by 5% WER average. Thus, you can expect significant performance gains by switching to this
19
  latest checkpoint.