Automatic Speech Recognition
Transformers
Safetensors
Arabic
whisper
quran
asr
arabic
speech-recognition
Instructions to use FaisaI/tadabur-Whisper-Small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FaisaI/tadabur-Whisper-Small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="FaisaI/tadabur-Whisper-Small")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("FaisaI/tadabur-Whisper-Small") model = AutoModelForSpeechSeq2Seq.from_pretrained("FaisaI/tadabur-Whisper-Small") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
5c0156b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e4ff8d14dab0bf68638771ad20ed208924e0e6a6290e198f6f2e0e2dbae605f3
size 5624
|