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
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,7 +14,7 @@ model-index:
|
|
| 14 |
dataset:
|
| 15 |
type: TODO
|
| 16 |
name: TODO
|
| 17 |
-
split:
|
| 18 |
metrics:
|
| 19 |
- type: Spider
|
| 20 |
value: TODO
|
|
|
|
| 14 |
dataset:
|
| 15 |
type: TODO
|
| 16 |
name: TODO
|
| 17 |
+
split: TODO
|
| 18 |
metrics:
|
| 19 |
- type: Spider
|
| 20 |
value: TODO
|