Troubleshooting of whisperX: Difference between revisions

Tag: wikieditor
 
(One intermediate revision by the same user not shown)
Line 20: Line 20:
# Enter <code>export HF_TOKEN='your Hugging Face token'</code>  
# Enter <code>export HF_TOKEN='your Hugging Face token'</code>  
# Run bash command
# Run bash command
=== WhisperX Speaker Diarization Issue ===
'''Problem''': Speaker diarization failed on an interview transcript — over 500 segments were all labeled `SPEAKER_00`, even though it was clearly a two-person Q&A interview. The output looked like a single person talking.
'''Solution'''
Installed the new whisperx 3.8.6 (torch 2.8 cu126) in a venv. Diarization automatically switched to use the new-generation `pyannote/speaker-diarization-community-1` model.
'''Version Info'''
Old environment: whisperX 3.1.1


=== Repeated Same Dialog Issue ===
=== Repeated Same Dialog Issue ===