CoolFace
Modelpublic

jiobiala24/wav2vec2-base-checkpoint-11.1

sourceHugging Faceapache-2.0updated 5y agoView on Hugging Face
0likes16downloads
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-base-checkpoint-11.1

This model is a fine-tuned version of jiobiala24/wav2vec2-base-checkpoint-10 on the common_voice dataset. It achieves the following results on the evaluation set:

  • Loss: 1.0173
  • Wer: 0.3350

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.0001
  • trainbatchsize: 32
  • evalbatchsize: 8
  • seed: 42
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • lrschedulerwarmup_steps: 1000
  • num_epochs: 30
  • mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWer
0.27881.5210000.57760.3410
0.22773.0420000.61480.3465
0.17724.5630000.64970.3497
0.15286.0840000.67860.3430
0.12857.650000.67790.3489
0.11049.1260000.74170.3528
0.096510.6470000.79560.3477
0.091412.1680000.79940.3570
0.08213.6890000.86900.3510
0.078815.2100000.85690.3526
0.072716.72110000.88850.3440
0.065618.24120000.95860.3476
0.060819.76130000.93170.3495
0.058821.28140000.98090.3449
0.054722.8150000.95520.3421
0.051924.32160000.97820.3380
0.047425.84170000.99230.3386
0.04627.36180000.99840.3347
0.04528.88190001.01730.3350

Framework versions

  • Transformers 4.11.3
  • Pytorch 1.10.0+cu111
  • Datasets 1.13.3
  • Tokenizers 0.10.3