Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Divehi
whisper
Generated from Trainer
Eval Results (legacy)
Instructions to use Pallisgaard/whisper-small-dv with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Pallisgaard/whisper-small-dv with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Pallisgaard/whisper-small-dv")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("Pallisgaard/whisper-small-dv") model = AutoModelForMultimodalLM.from_pretrained("Pallisgaard/whisper-small-dv") - Notebooks
- Google Colab
- Kaggle
Commit History
update model card README.md 80687ed
Rasmus Pallisgaard commited on
End of training 317e4e9
Rasmus Pallisgaard commited on
Training in progress, step 500 3e3a1e8
Rasmus Pallisgaard commited on
initial commit 0304980
Rasmus Pallisgaard commited on