Skip to content

Commit

Permalink
Update README.md (#2379)
Browse files Browse the repository at this point in the history
Default now uses Turbo instead of Small
  • Loading branch information
BotMaster3000 authored Nov 4, 2024
1 parent 5979f03 commit 271445b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ The following command will transcribe speech in audio files, using the `turbo` m

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

The default setting (which selects the `small` model) works well for transcribing English. To transcribe an audio file containing non-English speech, you can specify the language using the `--language` option:
The default setting (which selects the `turbo` model) works well for transcribing English. To transcribe an audio file containing non-English speech, you can specify the language using the `--language` option:

whisper japanese.wav --language Japanese

Expand Down

0 comments on commit 271445b

Please sign in to comment.