CoolFace
Modelpublic

Motahar/wav2vec2-large-xls-r-300m-turkish-colab

sourceHugging Faceapache-2.0updated 4y agoView on Hugging Face
0likes8downloads
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-xls-r-300m-turkish-colab

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

  • —Loss: 0.3864
  • —Wer: 0.3077

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: 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
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWer
3.88943.674000.72720.7232
0.42657.348000.45670.5033
0.196311.0112000.44350.4511
0.128814.6816000.38970.3773
0.097618.3520000.40210.3502
0.07922.0224000.41400.3473
0.064625.6928000.39930.3255
0.050229.3632000.38640.3077

Framework versions

  • —Transformers 4.11.3
  • —Pytorch 1.10.0+cu113
  • —Datasets 1.18.3
  • —Tokenizers 0.10.3