Automatic Speech Recognition
NeMo
Arabic
speech-recognition
ASR
Arabic
Conformer
Transducer
CTC
NeMo
hf-asr-leaderboard
speech
audio
Eval Results (legacy)
Instructions to use nvidia/stt_ar_fastconformer_hybrid_large_pc_v1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use nvidia/stt_ar_fastconformer_hybrid_large_pc_v1.0 with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("nvidia/stt_ar_fastconformer_hybrid_large_pc_v1.0") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
change library version for downloads count
#2
by pagezyhf HF Staff - opened
No description provided.
lilgrigs changed pull request status to merged