Mirror — NVIDIA STT AR FastConformer Hybrid Large PCD v1.0
This is a byte-exact mirror of NVIDIAs Arabic FastConformer hybrid
Transducer-CTC model with Punctuation, Capitalization, and
Diacritics output (Tashkeel).
Why a mirror
This mirror exists for availability redundancy in case the upstream
repo is renamed, gated, or removed. It is byte-identical to the upstream
checkpoint and carries no modifications.
Original model and weights by NVIDIA. All credit for the model
architecture, training, and weights belongs to NVIDIA. This mirror simply
preserves bit-for-bit access to the upstream artifact.
If you use this model, please cite the original NeMo / FastConformer papers
as listed on the upstream model card.
Usage
Identical to upstream:
python
1import nemo.collections.asr as nemo_asr
2m = nemo_asr.models.EncDecHybridRNNTCTCBPEModel.from_pretrained(3"dev-ahmedhany/stt_ar_fastconformer_hybrid_large_pcd_v1.0-mirror"4)5print(m.transcribe(["audio.wav"])[0].text)
For complete usage details, training data, evaluation WER per dataset, and
limitations, see the upstream model card linked above.
License
This mirror is distributed under CC-BY-4.0, the same license as the
upstream NVIDIA repository. You may use, redistribute, and modify under
the terms of CC-BY-4.0 with proper attribution to NVIDIA.