Skip to content

Commit 0b5dcfd

Browse files
committed
large-v2 figure and arxiv url update
1 parent b9265e5 commit 0b5dcfd

File tree

3 files changed

+1429
-2458
lines changed

3 files changed

+1429
-2458
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Whisper
22

33
[[Blog]](https://openai.com/blog/whisper)
4-
[[Paper]](https://cdn.openai.com/papers/whisper.pdf)
4+
[[Paper]](https://arxiv.org/abs/2212.04356)
55
[[Model card]](model-card.md)
66
[[Colab example]](https://colab.research.google.com/github/openai/whisper/blob/master/notebooks/LibriSpeech.ipynb)
77

@@ -66,7 +66,7 @@ There are five model sizes, four with English-only versions, offering speed and
6666

6767
For English-only applications, the `.en` models tend to perform better, especially for the `tiny.en` and `base.en` models. We observed that the difference becomes less significant for the `small.en` and `medium.en` models.
6868

69-
Whisper's performance varies widely depending on the language. The figure below shows a WER breakdown by languages of Fleurs dataset, using the `large` model. More WER and BLEU scores corresponding to the other models and datasets can be found in Appendix D in [the paper](https://cdn.openai.com/papers/whisper.pdf).
69+
Whisper's performance varies widely depending on the language. The figure below shows a WER breakdown by languages of Fleurs dataset, using the `large-v2` model. More WER and BLEU scores corresponding to the other models and datasets can be found in Appendix D in [the paper](https://arxiv.org/abs/2212.04356).
7070

7171
![WER breakdown by language](language-breakdown.svg)
7272

0 commit comments

Comments
 (0)