CoolFace
Modelpublic

soynade-research/Wolof-HuBERT-CTC

sourceHugging Faceagpl-3.0updated 7mo agoView on Hugging Face
2likes361downloads
Model Card

<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. -->

Wolof-HuBERT-CTC

<img src="https://cdn-uploads.huggingface.co/production/uploads/62e335bbf15e7fce909fe5d4/oqq6smdPvIXzpMeBI74QT.png" width="700"/>

This model is a fine-tuned version of soynade-research/Wolof-HuBERT-Base. It achieves the following results on a challenging evaluation set:

  • —Loss: 0.4031
  • —Wer: 0.3565

It outperforms HuBERT models by Meta and Orange.

Usage

python
import torch
from transformers import pipeline

pipeline = pipeline(
    task="automatic-speech-recognition",
    model="soynade-research/Wolof-HuBERT-CTC",
    dtype=torch.float16,
    device=0
)

pipeline("https://huggingface.co/soynade-research/Wolof-HuBERT-CTC/resolve/main/story.wav")

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

  • —learning_rate: 0.0001
  • —trainbatchsize: 8
  • —evalbatchsize: 8
  • —seed: 42
  • —optimizer: Use adamwtorchfused with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
  • —lrschedulertype: linear
  • —lrschedulerwarmup_ratio: 0.1
  • —num_epochs: 10.0

Training results

Training LossEpochStepValidation LossWer
0.64141.1804100000.54300.5107
0.39982.3607200000.45240.4453
0.38963.5411300000.40020.4217
0.31294.7214400000.38630.3971
0.26285.9018500000.39120.3798
0.22757.0822600000.38170.3717
0.20318.2625700000.38720.3639
0.16199.4429800000.40620.3592

Framework versions

  • —Transformers 4.56.0.dev0
  • —Pytorch 2.8.0+cu128
  • —Datasets 2.20.0
  • —Tokenizers 0.21.4

How to Cite

If you use this model, please cite:

bibtex
@misc{sy2025speechlanguagemodelsunderrepresented,
      title={Speech Language Models for Under-Represented Languages: Insights from Wolof}, 
      author={Yaya Sy and Dioula Doucouré and Christophe Cerisara and Irina Illina},
      year={2025},
      eprint={2509.15362},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2509.15362}, 
}