Automatic Speech Recognition
Transformers
PyTorch
Kannada
whisper
whisper-event
Generated from Trainer
Eval Results (legacy)
Instructions to use parambharat/whisper-tiny-kn with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use parambharat/whisper-tiny-kn with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="parambharat/whisper-tiny-kn")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("parambharat/whisper-tiny-kn") model = AutoModelForSpeechSeq2Seq.from_pretrained("parambharat/whisper-tiny-kn", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
12a9970 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5d0d74fcf752fb81481ec84745b14a32ee7d0c60c00a7c66f8ee068b5675770c
size 3643
|