fortunedavis/afrihubert_fongbe_asr
07
AfriHuBERT Fongbe ASR
This model transcribes Fongbe language with diacritics.
Usage
from speechbrain.inference import EncoderASR
asr_model = EncoderASR.from_hparams(
source="fortunedavis/afrihubert_fongbe_asr",
savedir="pretrained_models/afrihubert_fongbe_asr",
run_opts=run_opts
)
asr_model.transcribe_file("your_file.wav")Performance
Citation
@inproceedings{kponou25_interspeech,
title = {{Extending the Fongbe to French Speech Translation Corpus: resources, models and benchmark}},
author = {D. Fortuné Kponou and Salima Mdhaffar and Fréjus A. A. Laleye and Eugène C. Ezin and Yannick Estève},
year = {2025},
booktitle = {{Interspeech 2025}},
pages = {4533--4537},
doi = {10.21437/Interspeech.2025-1801},
issn = {2958-1796},
}