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
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
| 3 |
-
pipeline_tag:
|
| 4 |
datasets:
|
| 5 |
- FaisaI/tadabur
|
| 6 |
language:
|
|
@@ -13,7 +13,6 @@ tags:
|
|
| 13 |
- quran
|
| 14 |
- asr
|
| 15 |
- arabic
|
| 16 |
-
- tajwid
|
| 17 |
- speech-recognition
|
| 18 |
---
|
| 19 |
|
|
@@ -107,4 +106,4 @@ This model is trained exclusively on Qur'anic recitation data. Users must engage
|
|
| 107 |
year = {2026},
|
| 108 |
url = {https://github.com/fherran/tadabur}
|
| 109 |
}
|
| 110 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
| 3 |
+
pipeline_tag: graph-ml
|
| 4 |
datasets:
|
| 5 |
- FaisaI/tadabur
|
| 6 |
language:
|
|
|
|
| 13 |
- quran
|
| 14 |
- asr
|
| 15 |
- arabic
|
|
|
|
| 16 |
- speech-recognition
|
| 17 |
---
|
| 18 |
|
|
|
|
| 106 |
year = {2026},
|
| 107 |
url = {https://github.com/fherran/tadabur}
|
| 108 |
}
|
| 109 |
+
```
|