beethogedeon/fongbe-speech
Viewer • Updated • 8.16k • 17 • 1
How to use whettenr/asr-fon-without-diacritics with speechbrain:
# interface not specified in config.json
from speechbrain.inference.ASR import EncoderASR
asr_model = EncoderASR.from_hparams(
source="whettenr/asr-fon-without-diacritics",
savedir="pretrained_models/asr-fongbe-without-diacritics"
)
asr_model.transcribe_file("whettenr/asr-fon-without-diacritics/example.wav")
# expected output:
# huzuhuzu gɔngɔn ɖe ɖo dandan
~100M parameters, 12 layer conformer encoder, FFNN decoder
@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},
}