ADANiD/Quranlab-islamic-dataset
Preview β’ Updated β’ 33 β’ 1
How to use ADANiD/Quranlab with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("ADANiD/Quranlab", dtype="auto")Ethical AI for Quranic Recitation Analysis
Part of the ADANiD Ecosystem
"And We have certainly made the Qurβan easy for remembrance..." (Quran 54:17)
Base model
tarteel-ai/whisper-base-ar-quran
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ADANiD/Quranlab", dtype="auto")