NAMAA Arabic ASR Models and Dataset
Collection
This collection shows NAMAA's list of Arabic ASR Models and datasets β’ 4 items β’ Updated β’ 1
How to use NAMAA-Space/EgypTalk-ASR-v2 with NeMo:
# tag did not correspond to a valid NeMo domain.
NAMAA-Space/EgypTalk-ASR-v2 is a high-performance automatic speech recognition (ASR) model for Egyptian Arabic, trained using NVIDIA NeMo and optimized for real-world speech from native Egyptian speakers.
The model was trained on over 200 hours of high-quality, manually curated audio data collected and prepared by the NAMAA team. It is built upon NVIDIAβs FastConformer Hybrid Large architecture and fine-tuned for Egyptian Arabic, enabling highly accurate transcription in casual, formal, and mixed dialect settings.
import torch
from nemo.collections.asr.models import ASRModel
# Load model
model = ASRModel.from_pretrained("NAMAA-Space/EgypTalk-ASR-v2")
# Transcribe audio
transcription = model.transcribe(["sample.wav"])
print(transcription)
@misc{,
title={NAMAA-Space/EgypTalk-ASR-v2},
author={NAMAA},
year={2025},
publisher={Hugging Face},
howpublished={\url{https://huggingface.co/NAMAA-Space/NAMAA-Space/EgypTalk-ASR-v2}},
note={Accessed: 2025-03-02}
}