Qwen3-ASR-1.7BModel47/100 via “streaming-audio-transcription-with-low-latency”
automatic-speech-recognition model by undefined. 17,74,899 downloads.
Unique: Implements streaming inference via a stateful encoder that maintains hidden representations across audio chunks, using a sliding window attention pattern to avoid redundant computation. Unlike batch-only models, Qwen3-ASR can emit partial transcripts incrementally, enabling true real-time applications without waiting for audio completion.
vs others: Achieves lower latency than Whisper (which requires full audio buffering) and comparable to commercial APIs like Google Cloud Speech-to-Text, but with full local control and no per-request costs; trade-off is slightly lower accuracy on streaming vs. batch mode