Instructions to use MU-NLPC/whisper-tiny-audio-captioning with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MU-NLPC/whisper-tiny-audio-captioning with Transformers:
# Load model directly from transformers import AutoProcessor, WhisperForAudioCaptioning processor = AutoProcessor.from_pretrained("MU-NLPC/whisper-tiny-audio-captioning") model = WhisperForAudioCaptioning.from_pretrained("MU-NLPC/whisper-tiny-audio-captioning") - Notebooks
- Google Colab
- Kaggle