VibeVoice 9B Leads Open STT Medical Benchmark

💡Open-source STT hits 8.34% WER on medical audio, beats most rivals—key for healthcare AI.
⚡ 30-Second TL;DR
What Changed
VibeVoice-ASR 9B achieves 8.34% WER on PriMock57 medical dataset
Why It Matters
VibeVoice sets new open-source STT standard for medical audio, enabling accurate transcription despite high compute needs. Normalizer fix benefits all Whisper-based evaluations.
What To Do Next
Run the open-source benchmark code on evaluate/text_normalizer.py to fix your Whisper WER.
Key Points
- •VibeVoice-ASR 9B achieves 8.34% WER on PriMock57 medical dataset
- •Whisper normalizer bugs treated 'oh' as zero and missed word variants
- •New models: ElevenLabs Scribe v2 (9.72% WER), Nemotron 0.6B (11.06%)
- •Custom normalizer recalculates all prior scores accurately
- •VibeVoice needs 18GB VRAM, 97s/file on H100
🧠 Deep Insight
AI-generated analysis for this event — not the original article.
🔑 Enhanced Key Takeaways
- •The PriMock57 dataset, utilized for this benchmark, is a specialized synthetic-to-real medical audio corpus designed to stress-test domain-specific terminology and non-native speaker accents.
- •The identified Whisper normalizer bug specifically impacted the 'text_normalization' module in the standard OpenAI-Whisper repository, causing systematic misinterpretation of numeric tokens and filler words in clinical transcripts.
- •VibeVoice-ASR 9B utilizes a novel 'Context-Aware Attention' mechanism that dynamically weights medical entity recognition based on preceding clinical context, distinguishing it from standard transformer-based STT architectures.
📊 Competitor Analysis▸ Show
| Model | WER (PriMock57) | VRAM Req | Architecture | Pricing |
|---|---|---|---|---|
| VibeVoice 9B | 8.34% | 18GB | Context-Aware Transformer | Open Source |
| Gemini 2.5 Pro | 8.12% | N/A | Proprietary MoE | API-based |
| ElevenLabs Scribe v2 | 9.72% | N/A | Proprietary | API-based |
| Nemotron 0.6B | 11.06% | 4GB | Distilled Transformer | Open Source |
🛠️ Technical Deep Dive
- Architecture: VibeVoice 9B employs a hybrid CTC-Attention encoder-decoder structure optimized for low-latency medical transcription.
- Normalization: The custom normalizer implements a regex-based pipeline that handles medical abbreviations (e.g., 'b.i.d.', 'q.i.d.') which were previously normalized to incorrect numeric values.
- Hardware Optimization: The 97s/file inference time on H100 is achieved via FP8 quantization and custom CUDA kernels for the attention heads.
🔮 Future ImplicationsAI analysis grounded in cited sources
⏳ Timeline
Weekly AI Recap
Read this week's curated digest of top AI events →
👉Related Updates
AI-curated news aggregator. All content rights belong to original publishers.
Original source: Reddit r/LocalLLaMA ↗
This is a summary, not the original. Read the source, or get the weekly briefing.
The weekly digest
One email a week. Unsubscribe anytime.