Created
August 3, 2024 14:58
-
-
Save mikaelhg/432c73de2d86238d07917988d3931194 to your computer and use it in GitHub Desktop.
High quality settings for whisper-ctranslate2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
whisper-ctranslate2 --language en --model large-v3 \ | |
--output_dir /tmp/transcript --output_format all \ | |
--device cuda --compute_type float16 \ | |
--beam_size 10 --patience 2 --vad_filter True \ | |
--word_timestamps True --hallucination_silence_threshold 0.1 \ | |
transcript.wav |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment