CoolFace
Modelpublic

ixxan/wav2vec2-large-mms-1b-uyghur-latin

sourceHugging Facecc-by-nc-4.0updated 2y agoView on Hugging Face
3likes160downloads
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. -->

wav2vec2-large-mms-1b-uyghur-latin

This model is a fine-tuned version of facebook/mms-1b-all on the None dataset. It achieves the following best results on the evaluation set:

  • —Best Wer: 30.8949%
  • —Best Cer: 5.9823 %

Training procedure

Finetuning code avaiblable in https://github.com/ixxan/ug-speech

Training hyperparameters

The following hyperparameters were used during training:

  • —learning_rate: 0.001
  • —trainbatchsize: 8
  • —evalbatchsize: 8
  • —seed: 42
  • —gradientaccumulationsteps: 4
  • —totaltrainbatch_size: 32
  • —optimizer: Use adamwtorch with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 500
  • —num_epochs: 4
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWer OrthoCer Ortho
0.34251.000613130.308135.31226.8424
0.32182.001126260.277131.72046.1840
0.30123.001739390.273930.89495.9823
0.29613.998952480.277131.71166.1806

Framework versions

  • —Transformers 4.46.2
  • —Pytorch 2.5.1+cu121
  • —Datasets 3.1.0
  • —Tokenizers 0.20.3