I have a question regarding the model weights used in the emotion evaluation module (Ensemble of Whisper and WavLM).
In the code examples and wrappers provided (e.g., WhisperWrapper, WavLMWrapper), the logic suggests loading local checkpoints using torch.load() for:
whisper_emotion.pt
whisper_emotion_lora.pt
wavlm_emotion.pt
However, I couldn't find these specific .pt files within the repository's directories. Where can I download these specific .pt checkpoints? Are they hosted on a specific drive or a release page?
I want to make sure my baseline is perfectly aligned with your published work. Any guidance on where to retrieve the correct weights would be greatly appreciated.
Best regards,
I have a question regarding the model weights used in the emotion evaluation module (Ensemble of Whisper and WavLM).
In the code examples and wrappers provided (e.g., WhisperWrapper, WavLMWrapper), the logic suggests loading local checkpoints using torch.load() for:
However, I couldn't find these specific .pt files within the repository's directories. Where can I download these specific .pt checkpoints? Are they hosted on a specific drive or a release page?
I want to make sure my baseline is perfectly aligned with your published work. Any guidance on where to retrieve the correct weights would be greatly appreciated.
Best regards,