CoolFace
Modelpublic

rossevine/Check_Model_2

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes9downloads
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. -->

CheckModel2

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.3499
  • Wer: 0.2729
  • Cer: 0.0673

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

Training results

Training LossEpochStepValidation LossWerCer
3.87083.234000.73450.72590.2034
0.42476.458000.41280.42680.1102
0.20479.6812000.37260.37950.0930
0.142212.916000.36900.35140.0884
0.113916.1320000.38110.31600.0794
0.08919.3524000.36500.28950.0731
0.070922.5828000.36290.29440.0727
0.059425.8132000.35380.27790.0692
0.047829.0336000.34990.27290.0673

Framework versions

  • Transformers 4.31.0
  • Pytorch 2.0.1+cu117
  • Datasets 1.18.3
  • Tokenizers 0.13.3