BLI ASR 0 is an automatic speech recognition model for Lingala developed by the Bantu Language Initiative.
The model is based on OpenAI Whisper large-v3 and adapted with LoRA for Lingala speech transcription. It is intended as an early research and community-oriented ASR model for under-resourced Bantu languages, starting with Lingala.
It contains short audio clips from several domains such as news, catechesis, comedy, cartoon and interview speech. The inference notebook loads this dataset directly, plays the selected audio sample, and transcribes it with BLI ASR 0.
Model Description
Model name: BLI ASR 0
Task: Automatic Speech Recognition
Language: Lingala
Base model:openai/whisper-large-v3
Adaptation method: LoRA / PEFT
Training dataset: Waxal Lingala ASR
Output: Lingala transcription from speech audio
This model transcribes Lingala speech into text. It is not a translation model.
Dataset
The model was trained on the Waxal Lingala ASR dataset.
The dataset was split into:
Split
Approx. number of samples
Usage
Train
14,400
Model training
Validation
1,844
Validation during development
Test
1,866
Final held-out evaluation
Text Post-processing
We applied a light normalization pipeline to the training and evaluation transcriptions.
The goal was not to impose a strict Lingala orthography, but to reduce noise and improve consistency. The post-processing included:
Unicode normalization
lowercasing
whitespace normalization
punctuation and symbol cleanup
preservation of the original raw transcription when available
creation of a normalized transcription field used for training/evaluation
We intentionally avoided aggressive spelling correction because Lingala has substantial orthographic variation across speakers, regions, and data sources.
Training Details
The model was fine-tuned from openai/whisper-large-v3 using LoRA.
Main training choices:
Parameter
Value
Base model
openai/whisper-large-v3
Fine-tuning method
LoRA
Task token
transcribe
Language token
Lingala
Precision
bf16
Optimizer
AdamW
Evaluation strategy
small random validation subsets during training
Final evaluation
full validation/test split
Dataset
Waxal Lingala ASR
Performance
We report CER rather than WER for this release.
Metric
Value
CER normalized
0.1703
We do not report WER in this first release because WER is not fully fair for the current Lingala ASR setting. Lingala does not yet have a single widely enforced normalized orthography in our data, and WER strongly penalizes spelling variants, segmentation differences, and silence-related insertions/deletions. We plan to release a corrected WER metric that better accounts for linguistic and contextual variation.
Intended Use
This model can be used for:
Lingala speech transcription
research on low-resource ASR
dataset bootstrapping
assisted transcription before human correction
evaluation of ASR pipelines for Bantu languages
The model is especially useful as a first-pass transcription model before review by human annotators.
Limitations
This is an early release and still has important limitations:
silence handling still needs improvement
the model may hallucinate text during long silent regions
performance can degrade with music, jingles, intros, outros, and strong background noise
performance in real-world media with overlapping speech is still limited
the training data is not general enough to cover all common Lingala varieties
the model may struggle with recent slang, popular urban expressions, and code-switching
the model is not yet robust across all domains such as news, sermons, informal conversation, street interviews, and music-heavy content
This model is a LoRA/PEFT adaptation of openai/whisper-large-v3
for Lingala ASR.
The fine-tuning data used for this release comes from google/WaxalNLP,
specifically the Lingala ASR subset. The current WAXAL dataset card lists
Lingala under the Digital Umuganda ASR data, licensed as CC-BY-SA-4.0.
For this reason, the BLI ASR 0 adapter is distributed under CC-BY-SA-4.0.
No WAXAL audio files are redistributed in this model repository.
Users who need the original data should access it directly from
google/WaxalNLP and respect its dataset license and terms.
References
WAXAL: A Large-Scale Multilingual African Language Speech Corpus,
Diack et al., 2026, arXiv:2602.02734.
Robust Speech Recognition via Large-Scale Weak Supervision,
Radford et al., 2022, arXiv:2212.04356.