Skip to content

Commit

Permalink
a note on speed-accuracy tradeoffs
Browse files Browse the repository at this point in the history
  • Loading branch information
jongwook committed Sep 21, 2022
1 parent 834f00a commit cfd6bdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ choco install ffmpeg

## Command-line usage

The following command will transcribe speech in audio files, using the `medium` model:
There are five model sizes, four with English-only versions, offering speed and accuracy tradeoffs. The following command will transcribe speech in audio files, using the `medium` model:

whisper audio.flac audio.mp3 audio.wav --model medium

Expand All @@ -49,7 +49,7 @@ Adding `--task translate` will translate the speech into English:

whisper japanese.wav --language Japanese --task translate

Run the following to view all available transcription options:
Run the following to view all available options:

whisper --help

Expand Down

0 comments on commit cfd6bdd

Please sign in to comment.