Automatic Speech Recognition
NeMo
Safetensors
PyTorch
English
speech
audio
Transformer
FastConformer
Conformer
NeMo
Qwen
hf-asr-leaderboard
Eval Results (legacy)
Eval Results
Instructions to use nvidia/canary-qwen-2.5b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use nvidia/canary-qwen-2.5b with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("nvidia/canary-qwen-2.5b") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
How to get timestamps
#4
by Reggie - opened
Hi
Canary 1b flash has an option to output word-level timestamps: "timestamp": "yes"
Is that available in this model?
No