Automatic Speech Recognition
NeMo
PyTorch
English
speech
audio
CTC
Conformer
Transformer
NeMo
hf-asr-leaderboard
Riva
Eval Results (legacy)
Eval Results
Instructions to use nvidia/stt_en_conformer_ctc_large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use nvidia/stt_en_conformer_ctc_large with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("nvidia/stt_en_conformer_ctc_large") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,9 +11,6 @@ datasets:
|
|
| 11 |
- National-Singapore-Corpus-Part-1
|
| 12 |
- National-Singapore-Corpus-Part-6
|
| 13 |
- vctk
|
| 14 |
-
- VoxPopuli-(EN)
|
| 15 |
-
- Europarl-ASR-(EN)
|
| 16 |
-
- Multilingual-LibriSpeech-(2000-hours)
|
| 17 |
- mozilla-foundation/common_voice_7_0
|
| 18 |
thumbnail: null
|
| 19 |
tags:
|
|
|
|
| 11 |
- National-Singapore-Corpus-Part-1
|
| 12 |
- National-Singapore-Corpus-Part-6
|
| 13 |
- vctk
|
|
|
|
|
|
|
|
|
|
| 14 |
- mozilla-foundation/common_voice_7_0
|
| 15 |
thumbnail: null
|
| 16 |
tags:
|