CoolFace
Modelpublic

yesj1234/xlsr_enko_exp2

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

en-xlsr

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

  • —Loss: 0.5356
  • —Cer: 0.0853
  • —Wer: 0.1884

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: 4
  • —evalbatchsize: 4
  • —seed: 42
  • —distributed_type: multi-GPU
  • —num_devices: 4
  • —gradientaccumulationsteps: 4
  • —totaltrainbatch_size: 64
  • —totalevalbatch_size: 16
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —lrschedulerwarmup_ratio: 0.01
  • —num_epochs: 30

Training results

Training LossEpochStepValidation LossCerWer
0.70552.796000.49110.13040.3308
0.37615.5812000.39840.10530.2533
0.2788.3718000.40700.10240.2445
0.219611.1624000.40330.09740.2243
0.184213.9530000.42700.09280.2106
0.153316.7436000.45820.09160.2071
0.125719.5342000.46850.09010.2001
0.107122.3348000.50880.08780.1965
0.096725.1254000.52240.08720.1913
0.083927.9160000.53790.08600.1885

Framework versions

  • —Transformers 4.34.1
  • —Pytorch 2.1.0+cu121
  • —Datasets 2.14.5
  • —Tokenizers 0.14.1