Instructions to use kinit/canary-1b-v2-sk with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use kinit/canary-1b-v2-sk with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("kinit/canary-1b-v2-sk") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
nice, missing CTC head
1
#1 opened 8 days ago
by
mikinko