How to use TechInterMezzo/whisper-encoder-medium with Transformers:
# Load model directly from transformers import AutoProcessor, WhisperEncoder processor = AutoProcessor.from_pretrained("TechInterMezzo/whisper-encoder-medium") model = WhisperEncoder.from_pretrained("TechInterMezzo/whisper-encoder-medium")
The community tab is the place to discuss and collaborate with the HF community!