Skip to content

Instantly share code, notes, and snippets.

@mikaelhg
Created August 3, 2024 14:58
Show Gist options
  • Save mikaelhg/432c73de2d86238d07917988d3931194 to your computer and use it in GitHub Desktop.
Save mikaelhg/432c73de2d86238d07917988d3931194 to your computer and use it in GitHub Desktop.
High quality settings for whisper-ctranslate2
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