What problem does it solve?
Customizing NVIDIA Nemotron Speech (Riva) / NeMo ASR models for a specific domain or language involves many techniques—word boosting, custom vocabularies, n-gram language models, and full fine-tuning—and choosing the wrong one wastes GPU time and budget. This Skill scopes the problem, selects the cheapest sufficient path, and delegates each stage to the correct sub-skill.
Core Features & Use Cases
- Guided Path Selection: Diagnoses the failure mode (jargon, phrasing, acoustics, new language) and picks the lowest-cost rung, escalating only when quality targets are missed.
- Sub-Skill Orchestration: Routes data generation, NeMo training, WER evaluation, and Riva NIM deployment to the right sub-skills with defined handoff contracts.
- Planning Answers: Provides data-volume, synthetic-vs-real, GPU-choice (L40S vs H100), and cost guidance with stated assumptions.
- Use Case: A team whose Riva ASR mishears noisy call-center audio gets a scoped plan: confirm 100+ hours of transcribed audio, fine-tune via NeMo, evaluate normalized WER plus a forgetting check, then deploy through a Riva NIM.
Quick Start
Ask your agent to help you improve ASR accuracy for your domain, for example: "My Riva ASR model gets our German medical jargon wrong—what is the cheapest way to fix it?"