AIAny
AI Audio2026
Icon for item

VibeVoice-ASR-BitNet

Multilingual, real-time ASR for edge CPUs that uses heterogeneous quantization to reduce model size (4.62→1.58 GB) and lower inference latency. Trades some accuracy for 1.6–2.3× faster inference vs. Whisper.cpp and real-time capability on a few CPU threads, making it suitable for memory- and compute-constrained on-device transcription.

Introduction

The practical bottleneck for deploying competitive speech recognition on-device is memory and CPU throughput: large FP16 ASR models demand too much RAM and often need GPUs. VibeVoice-ASR-BitNet takes a pragmatic route—heterogeneous quantization and custom ggml kernels—to bring near real-time multilingual transcription to commodity x86 and ARM CPUs while fitting in edge memory budgets.

Key Capabilities
  • Real-time on commodity CPUs: measured RTF < 1 on 3+ threads (AVX2/NEON) on common server and ARM hardware, enabling live transcription without a GPU.
  • Aggressive, heterogeneous quantization: reduces total footprint from ~4.62 GB (FP16) to ~1.58 GB (I8_S + I2_S/Q6_K mix), balancing decoder and tokenizer precision for speed and size.
  • Multilingual coverage and competitive WER: supports EN/ZH/FR/IT/KO/PT/VI and more; WERs are close to the full 7B model on many benchmarks but can degrade on far-field and some meeting datasets.
  • Practical engineering: custom fused SIMD kernels in ggml and gguf/ggml-compatible artifacts and ready-to-use quantized files for fast deployment on CPU runtimes.
Who it's for and trade-offs

Great fit if you need low-latency, on-device or edge transcription with strict memory limits (fits ~1.6 GB) and can accept modest accuracy trade-offs compared with full FP16 models. It is also useful for developers who prioritize CPU-only inference and portability across x86/ARM.

Look elsewhere if peak accuracy on challenging meeting/far-field audio is critical or if you require languages and domains not covered by the model; in those cases larger FP16/FP32 models or server-side GPU inference remain preferable. Also expect platform-specific kernel dependencies (AVX2/NEON) for best performance.

Where it fits

Compared with Whisper.cpp, BitNet focuses on smaller memory footprint and faster CPU latency through heterogeneous quantization and kernel fusion; compared with the full VibeVoice-ASR-7B, it sacrifices some WER for runtime and memory efficiency, making it an engineering-first choice for edge deployments.

Information

  • Websitehuggingface.co
  • OrganizationsMicrosoft Research
  • Published date2026/07/24

Categories

More Items

Hugging Face

Provides 315,000 pairwise human-preference votes comparing 15 English TTS models over 300 operational prompts, with 4,500 high‑quality audio renders and structured vote/pair/prompt records for training or evaluating preference/reward models. Metadata under CC-BY-4.0; audio use governed by model providers' terms.

Hugging Face
AI Audio2026

Generates low-latency, instruction-driven English and Chinese speech for voice cloning, voice design, and directed performances; supports real-time streaming, reference-free voice creation, and reference-guided cloning. Open-weight PyTorch model released under a research/non-commercial license with GPU recommendations.

Hugging Face
AI Audio2026

Zero-shot multilingual text-to-speech checkpoint for speech generation and voice cloning with a compact footprint. Features an ~170M-parameter main model plus a bundled ~120M-parameter codec decoder, with primary support for Chinese and English; other languages show more variable quality and long/noisy references reduce fidelity.