iitsg commited on
Commit
c018822
1 Parent(s): c24901c

add link for whisper large v3 to the readme

Browse files

There is a new version of Whisper large, called `large-v3`.
I have added a link to it to the model overview table, so new readers are able to directly jump to the most recent version, if they desire.

Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -198,6 +198,7 @@ checkpoints are summarised in the following table with links to the models on th
198
  | medium | 769 M | [✓](https://huggingface.co/openai/whisper-medium.en) | [✓](https://huggingface.co/openai/whisper-medium) |
199
  | large | 1550 M | x | [✓](https://huggingface.co/openai/whisper-large) |
200
  | large-v2 | 1550 M | x | [✓](https://huggingface.co/openai/whisper-large-v2) |
 
201
 
202
  # Usage
203
 
 
198
  | medium | 769 M | [✓](https://huggingface.co/openai/whisper-medium.en) | [✓](https://huggingface.co/openai/whisper-medium) |
199
  | large | 1550 M | x | [✓](https://huggingface.co/openai/whisper-large) |
200
  | large-v2 | 1550 M | x | [✓](https://huggingface.co/openai/whisper-large-v2) |
201
+ | large-v3 | 1550 M | x | [✓](https://huggingface.co/openai/whisper-large-v3) |
202
 
203
  # Usage
204