CoolFace
Modelpublic

rossevine/Check_Model_1

sourceHugging Faceapache-2.0updated 3y 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. -->

CheckModel1

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

  • Loss: 0.5522
  • Wer: 0.3748
  • Cer: 0.1158

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
2.18393.234000.87960.73060.2332
0.63886.458000.87020.64100.2200
0.46959.6812000.70640.53600.1632
0.365912.916000.58140.52110.1662
0.28516.1320000.63940.50410.1663
0.225419.3524000.58890.44280.1405
0.180122.5828000.57120.40130.1182
0.139225.8132000.59140.39340.1177
0.105129.0336000.55220.37480.1158

Framework versions

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