Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
Divehi
whisper
Generated from Trainer
Instructions to use BanUrsus/whisper-small-dv with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BanUrsus/whisper-small-dv with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="BanUrsus/whisper-small-dv")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("BanUrsus/whisper-small-dv") model = AutoModelForSpeechSeq2Seq.from_pretrained("BanUrsus/whisper-small-dv") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
b1df34e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8448fe1f636c8610ae2aace21825f804ea699aec3e07a196d7ca9c29dfaec8f3
size 4603
|