Automatic Speech Recognition
NeMo
PyTorch
English
speech
audio
Transducer
TDT
FastConformer
Conformer
NeMo
hf-asr-leaderboard
Eval Results (legacy)
Eval Results
Instructions to use nvidia/parakeet-tdt_ctc-110m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use nvidia/parakeet-tdt_ctc-110m with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("nvidia/parakeet-tdt_ctc-110m") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
Add Open ASR Leaderboard evaluation results
#5 opened about 2 months ago
by
SaylorTwift
Extracting Vocabulary
#4 opened about 1 year ago
by
abhijithmallya
Transcripts are clipped
#3 opened over 1 year ago
by
ceyxasm
Model creates duplicate transcriptions
#2 opened over 1 year ago
by
ceyxasm
Can we use this without going through Nemo?
1
#1 opened over 1 year ago
by
bhavnicksm