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