CoolFace
Modelpublic

anton-l/wav2vec2-xls-r-common_voice-tr-ft-stream

sourceHugging Faceapache-2.0updated 5y agoView on Hugging Face
0likes59downloads
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-xls-r-common_voice-tr-ft-stream

This model is a fine-tuned version of facebook/wav2vec2-xls-r-300m on the COMMON_VOICE - TR dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.3519
  • —Wer: 0.2927
  • —Cer: 0.0694

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.0005
  • —trainbatchsize: 8
  • —evalbatchsize: 8
  • —seed: 42
  • —distributed_type: multi-GPU
  • —num_devices: 4
  • —gradientaccumulationsteps: 2
  • —totaltrainbatch_size: 64
  • —totalevalbatch_size: 32
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 500
  • —training_steps: 5000
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWerCer
0.67689.015000.42200.51430.1235
0.380119.0110000.33030.44030.1055
0.361629.015000.35400.37160.0878
0.233439.020000.36660.36710.0842
0.314149.025000.34070.33730.0819
0.192658.0130000.38860.35200.0867
0.137268.0135000.34150.31890.0743
0.09178.040000.37500.31640.0757
0.089388.045000.35590.29680.0712
0.09598.050000.35190.29270.0694

Framework versions

  • —Transformers 4.16.0.dev0
  • —Pytorch 1.10.2
  • —Datasets 1.18.2
  • —Tokenizers 0.10.3