SourceStalecollected in 69m

VibeVoice 9B Leads Open STT Medical Benchmark

VibeVoice 9B Leads Open STT Medical Benchmark
PostLinkedIn
🦙Read original on Reddit r/LocalLLaMA
#stt-benchmark#medical-audio#whisper-fixvibevoice-asr-9bvibevvoice-asr-9bwhisperparakeet-tdt-0.6belevenlabs-scribenemotron

💡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.

Who should care:Researchers & Academics

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
ModelWER (PriMock57)VRAM ReqArchitecturePricing
VibeVoice 9B8.34%18GBContext-Aware TransformerOpen Source
Gemini 2.5 Pro8.12%N/AProprietary MoEAPI-based
ElevenLabs Scribe v29.72%N/AProprietaryAPI-based
Nemotron 0.6B11.06%4GBDistilled TransformerOpen 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

Standardized medical STT benchmarks will shift toward normalized scoring.
The exposure of Whisper's normalization bugs will force the research community to adopt unified normalization protocols to ensure cross-model comparability.
Small-scale models (<10B) will dominate on-premise clinical deployments.
The performance of VibeVoice 9B demonstrates that high-accuracy medical transcription is achievable without the latency and privacy risks of cloud-based API models.

Timeline

2025-11
VibeVoice project initiated with focus on medical domain fine-tuning.
2026-01
Release of VibeVoice-ASR 9B alpha version for internal testing.
2026-03
Publication of the PriMock57 benchmark results and discovery of Whisper normalizer bugs.
📰

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.