add link for whisper large v3 to the readme
Browse filesThere 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.
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 |
|