CoolFace
Modelpublic

openresearchtools/diar_streaming_sortformer_4spk-v2.1-gguf

sourceHugging Faceotherupdated 6mo agoView on Hugging Face
1likes508downloads
Model Card

Real-time local speaker diarization on a GGUF runtime path

Unofficial community GGUF conversion for real-time local diarization Derived from nvidia/diar_streaming_sortformer_4spk-v2.1 and integrated with Openresearchtools-Engine.

ItemDetails
Upstream modelnvidia/diar_streaming_sortformer_4spk-v2.1
Conversion sourceDerived from the upstream model and converted to GGUF for local runtime use
Conversion scriptconvert_nemo_sortformer_to_gguf.py
LicenseNVIDIA Open Model License
  
How to try it 
Desktop app exampleTry Transcribe Offline to run live (streaming) or static (from audio files) transcriptions with optional diarization on Mac or Windows (Supports Cuda, Vulkan, Metal graphics acceleration or CPU runtime).
Embeddable runtimeUse Openresearchtools-Engine to integrate real-time local diarization into your own application.

Overview

This repository provides an unofficial GGUF conversion derived from nvidia/diar_streaming_sortformer_4spk-v2.1, converted using convert_nemo_sortformer_to_gguf.py for real-time local speaker diarization with Openresearchtools-Engine.

The original model is distributed under the NVIDIA Open Model License, and these converted weights are distributed subject to that same license.


Disclaimer

This is a community conversion and example implementation maintained by [OpenResearchTools](https://openresearchtools.com). It is not affiliated with, endorsed by, or released by the original model authors or upstream repository owners.

Built for real-time local audio pipelines

  • —Streaming / session-based speaker diarization
  • —Low-latency local speaker segmentation
  • —Embeddable runtime integration for diarization-enabled apps

Related

Need transcription too? Pair this with openresearchtools/Voxtral-Mini-4B-Realtime-2602.

Want to test the full OpenResearchTools implementation? Try Transcribe Offline.

Want to embed the OpenResearchTools runtime? Use Openresearchtools-Engine.