wav2vec2-large-xlsr-53-polishModel45/100 via “real-time streaming audio transcription with low-latency inference”
automatic-speech-recognition model by undefined. 15,72,020 downloads.
Unique: Implements stateful sliding-window inference maintaining hidden state across audio chunks, enabling context-aware predictions without buffering entire utterances. Supports quantization (int8, fp16) and model distillation for edge deployment, with optional voice activity detection integration to skip silent regions and reduce computational overhead.
vs others: Achieves sub-500ms latency on consumer GPUs compared to 1-2s for cloud-based APIs (Google Cloud Speech, Azure Speech), and eliminates network round-trip delays; more efficient than naive chunk-by-chunk processing through state preservation across windows.