CoolFace
Modelpublic

bekirbakar/wav2vec2-large-xlsr-53-tr-fine-tuning

sourceHugging Faceapache-2.0updated 4y agoView on Hugging Face
0likes7downloads
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-xlsr-53-tr-fine-tuning-00

This model is a fine-tuned version of facebook/wav2vec2-large-xlsr-53 on the common_voice dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.3974
  • —Wer: 0.4784

Training Procedure

Training Hyper-parameters

The following hyperparameters were used during training:

  • —learning_rate: 0.0003
  • —trainbatchsize: 16
  • —evalbatchsize: 8
  • —seed: 42
  • —gradientaccumulationsteps: 2
  • —totaltrainbatch_size: 32
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 500
  • —num_epochs: 30

Training Results

Training LossEpochStepValidation LossWer
5.03764.214002.42951.0
0.83758.428000.47170.6291
0.324612.6312000.40660.5528
0.21616.8416000.40220.5149
0.166421.0520000.39720.5013
0.141325.2624000.39820.4894
0.119729.4728000.39740.4784

Framework Versions

  • —Transformers 4.19.1
  • —Pytorch 1.11.0+cu102
  • —Datasets 2.2.1
  • —Tokenizers 0.12.1