DONDO: Open w2v-BERT Speech-Recognition Base Models for African Languages

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Speech Technology · Depth: Expert, long

Summary

DONDO is a new family of open, permissively licensed automatic speech recognition (ASR) base models specifically designed for African languages. Built on the w2v-BERT 2.0 self-supervised speech encoder, DONDO includes twenty-one monolingual and five multilingual models, covering twenty-seven language varieties across six African countries. These models are fine-tuned primarily using read speech from religious texts, chosen for their broad, license-clear, and orthographically consistent coverage in low-resource settings. A key innovation is a two-step (or three-step for one family) learning-rate-annealed fine-tuning procedure that adapts a shared multilingual model and then refines it to achieve average word error rates (WER) of 10–13%, often surpassing monolingual baselines. Additionally, a lightweight prefix-frame language-conditioning mechanism allows a single multilingual checkpoint to be steered to a target language at inference. All models are released under the Apache-2.0 license on Hugging Face KhayaAI, aiming to serve an estimated one hundred million first-language speakers.

Key takeaway

For Machine Learning Engineers developing ASR solutions for African languages, DONDO offers a robust, open-source foundation. You should consider fine-tuning these Apache-2.0 licensed w2v-BERT 2.0 base models on your specific in-domain data to achieve high-quality transcription. The included two-step annealing recipe and prefix-frame language conditioning simplify adapting multilingual models, potentially serving millions of speakers. This approach reduces development barriers and promotes localized speech technology.

Key insights

Open w2v-BERT 2.0 ASR base models for 27 African languages achieve competitive WERs via annealed fine-tuning and prefix-frame conditioning.

Principles

Method

A two-step (optionally three-step) learning-rate-annealed fine-tuning procedure adapts a multilingual w2v-BERT 2.0 encoder, then refines it at a lower learning rate. Language conditioning uses prefix frames.

In practice

Topics

Best for: AI Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.