Instructions to use KBLab/whisper-tiny-rixvox with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KBLab/whisper-tiny-rixvox with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="KBLab/whisper-tiny-rixvox")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("KBLab/whisper-tiny-rixvox") model = AutoModelForSpeechSeq2Seq.from_pretrained("KBLab/whisper-tiny-rixvox") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 1365c42
Update README.md 5875b66
Update README.md 1e40ec9
Update README.md 45cee1b
Update README.md add8334
Update README.md c89034e
First 3b3a337
Martin Malmsten commited on