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
Word boosting for TDT models
#51
by hoavu1234 - opened
Hi team,
In another ticket @aandrusenko mentioned there is a feature for word boosting for RNNT/TDT models (https://huggingface.co/nvidia/parakeet-tdt-0.6b-v2/discussions/34#682cab6ffaadb5c1a1bcd3b9). It's been a while and I could not find any related issue or features on Github. By any chance could you guys please send me the link to the feature or let me know the progress on that?
Thanks a lot.