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
README.md
CHANGED
|
@@ -7,7 +7,7 @@ datasets:
|
|
| 7 |
language:
|
| 8 |
- ar
|
| 9 |
pipeline_tag: automatic-speech-recognition
|
| 10 |
-
library_name:
|
| 11 |
metrics:
|
| 12 |
- WER
|
| 13 |
- CER
|
|
|
|
| 7 |
language:
|
| 8 |
- ar
|
| 9 |
pipeline_tag: automatic-speech-recognition
|
| 10 |
+
library_name: nemo
|
| 11 |
metrics:
|
| 12 |
- WER
|
| 13 |
- CER
|