Automatic Speech Recognition
NeMo
PyTorch
speaker-diarization
speech-recognition
multitalker-ASR
multispeaker-ASR
speech
audio
FastConformer
RNNT
Conformer
NEST
NeMo
Eval Results (legacy)
Instructions to use nvidia/multitalker-parakeet-streaming-0.6b-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use nvidia/multitalker-parakeet-streaming-0.6b-v1 with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("nvidia/multitalker-parakeet-streaming-0.6b-v1") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
Support training other languages
#3
by viettinh - opened
I need Finetune for Vietnamese. When will the author support Finetune for other languages? Thanks
Hi. We are updating the tutorial notebook for multitalker parakeet training/finetuning.
This is a draft version, but hope this helps.
https://github.com/NVIDIA-NeMo/NeMo/pull/15336
taejinp changed discussion status to closed
Thanks