CoolFace
Modelpublic

fortunedavis/afrihubert_fongbe_asr

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes7downloads
Model Card

AfriHuBERT Fongbe ASR

This model transcribes Fongbe language with diacritics.

Usage

python
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

DatasetWER
FFSTC-221%

Citation

bibtex
@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},
}