WhisperTranscriptionConfig ========================== **class** ``WhisperTranscriptionConfig`` Whisper transcription configuration used by WER verification. **Fields:** ``model`` : *str* = ``"large-v3"`` Whisper model identifier passed to faster-whisper. ``device`` : *str* = ``"cuda"`` Device passed to faster-whisper, e.g. 'cuda' or 'cpu'. ``compute_type`` : *str* = ``"float16"`` Compute type passed to faster-whisper, e.g. 'float16' or 'int8'. ``language`` : *str* = ``"en"`` Language code passed to faster-whisper. Pin this for comparable WER runs instead of relying on automatic language detection. ``beam_size`` : *int* = ``5`` Beam size passed to faster-whisper for deterministic WER scoring.