Automatic Speech Recognition
NeMo
Safetensors
PyTorch
sortformer
speaker-diarization
speaker-recognition
speech
audio
Transformer
FastConformer
Conformer
NEST
NeMo
Eval Results (legacy)
Instructions to use nvidia/diar_sortformer_4spk-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use nvidia/diar_sortformer_4spk-v1 with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("nvidia/diar_sortformer_4spk-v1") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
Remove NC Mention?
#9
by mrrfr - opened
Is it planned to remove the Non Commercial Mention ? I was wondering because NEMO is shipped under Apache 2.0.
mrrfr changed discussion title from Remove NC to Remove NC Mention?
We are about to release a streaming version of Sortformer, which can do also offline diarization with unlimited audio length.
This will be removing NC from cc by 4.0 license.
Apologize that our model releasing process takes indefinite time.
CC BY 4.0 streaming Sortformer model is released.
https://huggingface.co/nvidia/diar_streaming_sortformer_4spk-v2