WhisperTranscriptionConfig

class WhisperTranscriptionConfig

Whisper transcription configuration used by WER verification.

Fields:

modelstr = "large-v3"

Whisper model identifier passed to faster-whisper.

devicestr = "cuda"

Device passed to faster-whisper, e.g. ‘cuda’ or ‘cpu’.

compute_typestr = "float16"

Compute type passed to faster-whisper, e.g. ‘float16’ or ‘int8’.

languagestr = "en"

Language code passed to faster-whisper. Pin this for comparable WER runs instead of relying on automatic language detection.

beam_sizeint = 5

Beam size passed to faster-whisper for deterministic WER scoring.