CoolFace
Modelpublic

ajikadev/wavlm-base-ug-demo

sourceHugging Faceupdated 10mo agoView on Hugging Face
0likes14downloads
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. -->

wavlm-base-ug-demo

This model is a fine-tuned version of microsoft/wavlm-base on the AJIKADEV/UGANDA-COURT-SPEECH - NA dataset. It achieves the following results on the evaluation set:

  • Loss: 0.1244
  • Wer: 0.1379

Model description

More information needed

Intended uses & limitations

More information needed

Training and evaluation data

More information needed

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

  • learning_rate: 0.0003
  • trainbatchsize: 8
  • evalbatchsize: 8
  • seed: 42
  • distributed_type: multi-GPU
  • gradientaccumulationsteps: 2
  • totaltrainbatch_size: 16
  • optimizer: Use OptimizerNames.ADAMWTORCHFUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
  • lrschedulertype: linear
  • lrschedulerwarmup_steps: 500.0
  • training_steps: 10000
  • mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWer
0.65360.853610000.45500.4195
0.32541.706820000.28060.2955
0.21622.560030000.22830.2417
0.16573.413140000.18050.2044
0.13444.266350000.16230.1951
0.10385.119560000.14890.1737
0.08335.973170000.13480.1626
0.06376.826380000.13100.1496
0.057.679590000.12720.1424
0.04098.5327100000.12440.1379

Framework versions

  • Transformers 5.0.0.dev0
  • Pytorch 2.9.1+cu128
  • Datasets 3.6.0
  • Tokenizers 0.22.1