iitsg commited on
Commit
f7dbe33
1 Parent(s): a3710f8

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
@@ -151,6 +151,7 @@ checkpoints are summarised in the following table with links to the models on th
151
  | medium | 769 M | [✓](https://huggingface.co/openai/whisper-medium.en) | [✓](https://huggingface.co/openai/whisper-medium) |
152
  | large | 1550 M | x | [✓](https://huggingface.co/openai/whisper-large) |
153
  | large-v2 | 1550 M | x | [✓](https://huggingface.co/openai/whisper-large-v2) |
 
154
 
155
  # Usage
156
 
 
151
  | medium | 769 M | [✓](https://huggingface.co/openai/whisper-medium.en) | [✓](https://huggingface.co/openai/whisper-medium) |
152
  | large | 1550 M | x | [✓](https://huggingface.co/openai/whisper-large) |
153
  | large-v2 | 1550 M | x | [✓](https://huggingface.co/openai/whisper-large-v2) |
154
+ | large-v3 | 1550 M | x | [✓](https://huggingface.co/openai/whisper-large-v3) |
155
 
156
  # Usage
157