Use whisperx and pyannote in Colab without HuggingFace token #1744
biagioscalingipsy
started this conversation in
General
Replies: 1 comment 4 replies
-
I'm not really familiar with colab, but it probably still downloads and store the .bin model in some temporary file cache instead of your drive. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I would like to use WhisperX and Pyannote as described on this GitHub to combine automatic transcription and diarization. I can do it on Colab using the Huggingface (HF) token, but I would like to avoid entering the HF token every time. So I was thinking of downloading them locally and loading them when needed. I can do this for WhisperX but not for Pyannote. Therefore, I can do the automatic transcription but cannot proceed with the annotation. I followed these tutorials on how to use Pyannote and the offline pipelines and downloaded everything, but it still doesn't work. Can you help me?
I download pytorch_model.bin and configuration.yaml for voice_activity_detection, then yaml files for segmentation and speaker_diarization and put them in working directory. Then I used this code:
Beta Was this translation helpful? Give feedback.
All reactions