Instructions to use Martha-987/whisper-small-Arabic-aaaar with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Martha-987/whisper-small-Arabic-aaaar with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Martha-987/whisper-small-Arabic-aaaar")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("Martha-987/whisper-small-Arabic-aaaar") model = AutoModelForSpeechSeq2Seq.from_pretrained("Martha-987/whisper-small-Arabic-aaaar") - Notebooks
- Google Colab
- Kaggle
No model card
- Downloads last month
- 2