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-0.6b-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use nvidia/parakeet-tdt-0.6b-v2 with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("nvidia/parakeet-tdt-0.6b-v2") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
Local Installation Video and Testing - Step by Step
#1
by fahdmirzac - opened
Hi,
Kudos on producing such a sublime model. I did a local installation and testing video :
https://youtu.be/S19cWj6dkEI?si=pef5sT7LjRbtIVOR
Thanks and regards,
Fahd
Great video, thanks for taking time to try out the model.