Automatic Speech Recognition
NeMo
PyTorch
automatic-speech-translation
speech
audio
Transformer
FastConformer
Conformer
NeMo
hf-asr-leaderboard
Eval Results (legacy)
Eval Results
Instructions to use nvidia/canary-1b-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use nvidia/canary-1b-v2 with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("nvidia/canary-1b-v2") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
Local Installation Video and Testing - Step by Step
#5
by fahdmirzac - opened
Hi,
Kudos on producing such a sublime model. I did a local installation and testing video :
https://youtu.be/lRqh3lMwAHo?si=lT1r5mH3Drbj70Co
Thanks and regards,
Fahd
Huh, I'm not getting timestamps and I assumed that it was because I wasn't using NeMo 2.5 but you don't seem to be doing anything special in your pip install.