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
NIM API
#10
by Buttermilk03 - opened
@nvidia Any update on availability of Canary-1B-v2 on Nvidia NIM API?
@akarmanov @piotrzelasko
Could you please provide an update on NIM API availability for Canary-1B-v2?
Sorry for the late response. I believe it will be provided as a NIM later this year.