Instructions to use evageon/whisper-tiny-ar with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use evageon/whisper-tiny-ar with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="evageon/whisper-tiny-ar")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("evageon/whisper-tiny-ar") model = AutoModelForSpeechSeq2Seq.from_pretrained("evageon/whisper-tiny-ar") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Dec08_15-40-39_150-136-95-73
- Dec08_15-51-03_150-136-95-73
- Dec08_16-20-34_150-136-95-73
- Dec08_16-58-28_150-136-95-73
- Dec08_17-44-31_150-136-95-73
- Dec08_18-22-20_144-24-102-181
- Dec08_18-29-56_144-24-102-181
- Dec08_18-32-39_144-24-102-181
- Dec08_18-33-44_144-24-102-181
- Dec08_18-40-45_144-24-102-181
- Dec08_18-44-02_144-24-102-181
- Dec08_19-09-27_150-136-95-73
- Dec08_19-13-40_144-24-102-181