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
Only English is supported?
#17
by wangleineo - opened
Is other language support on the roadmap?
Please support other languages!
Guys I don't know which languages you are interested in but check https://huggingface.co/spaces/hf-audio/open_asr_leaderboard: their canary-1b-flash is outstanding too!
It broadens the choice a bit: English, German, French, Spanish
I tried the other models and they are not as good as the new parakeet tdt model.
I would highly appreciate a German or multilingual version of nvidia/parakeet-tdt-0.6b-v2!
