CoolFace
Modelpublic

nikhil6041/wav2vec2-large-xlsr-tamil-commonvoice

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

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.6145
  • —Wer: 0.8512

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

Training results

Training LossEpochStepValidation LossWer
12.04781.051003.38671.0
3.25222.112003.27701.0
3.16893.163003.11351.0039
2.92784.214002.04851.3109
1.35925.265000.80441.0988
0.74726.326000.65710.9474
0.58427.377000.60790.9477
0.48318.428000.60830.9491
0.42599.479000.59160.8973
0.381710.5310000.60700.9147
0.33811.5811000.58730.8617
0.312312.6312000.59830.8844
0.28713.6813000.61460.8988
0.270614.7414000.60680.8754
0.250515.7915000.59960.8638
0.241216.8416000.61060.8481
0.217617.8917000.61520.8520
0.225518.9518000.61500.8540
0.21620.019000.61450.8512

Framework versions

  • —Transformers 4.11.3
  • —Pytorch 1.10.0+cu102
  • —Datasets 1.13.3
  • —Tokenizers 0.10.3