CoolFace
Modelpublic

anton-l/wav2vec2-xls-r-common_voice-tr-ft-100sh

sourceHugging Faceapache-2.0updated 5y agoView on Hugging Face
0likes61downloads
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

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.5806
  • —Wer: 0.3998
  • —Cer: 0.1053

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.536917.05000.60210.63660.1727
0.354234.010000.52650.49060.1278
0.186651.015000.58050.47680.1261
0.167468.0120000.53360.45180.1186
0.1986.025000.56760.44270.1151
0.0815103.030000.55100.42680.1125
0.0545120.035000.56080.41750.1099
0.0299137.0140000.58750.42220.1124
0.0267155.045000.58820.40260.1063
0.025172.050000.58060.39980.1053

Framework versions

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