Automatic Speech Recognition
Transformers
Safetensors
Oromo
whisper
african-languages
waxal
waxalnet
Instructions to use waxal-benchmarking/whisper-tiny-waxal-orm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use waxal-benchmarking/whisper-tiny-waxal-orm with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="waxal-benchmarking/whisper-tiny-waxal-orm")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("waxal-benchmarking/whisper-tiny-waxal-orm") model = AutoModelForSpeechSeq2Seq.from_pretrained("waxal-benchmarking/whisper-tiny-waxal-orm", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
ef5d6dd | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7b335ee2c96c00d7e78a740d127ceec16c63a5a699dc36a9f709f5296d3f43c9
size 5393
|