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 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use nvidia/canary-1b with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("nvidia/canary-1b") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
Release of newer Canary Variants
#28
by MahmoudAshraf - opened
Hello, I noticed that the latest release of canary-1b-flash and canary-180m-flash were taken down, any reason for that and should we expect them to be re-released?
Thanks
MahmoudAshraf changed discussion status to closed
https://huggingface.co/nvidia/canary-1b-flash
It is still there, and amazingly it is finally released under the free software license, also allowing commercial use! Thank You NVIDIA!