Instructions to use MU-NLPC/whisper-small-audio-captioning with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MU-NLPC/whisper-small-audio-captioning with Transformers:
# Load model directly from transformers import AutoProcessor, WhisperForAudioCaptioning processor = AutoProcessor.from_pretrained("MU-NLPC/whisper-small-audio-captioning") model = WhisperForAudioCaptioning.from_pretrained("MU-NLPC/whisper-small-audio-captioning", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
f4b7cce | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:84b176d773e4b62be1190dc723430959838d954642fc00c5be406a32f9208b0d
size 967095881
|