CoolFace
Modelpublic

yesj1234/xlsr_enko_exp4

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes6downloads
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.5574
  • —Cer: 0.0835
  • —Wer: 0.1854

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.69922.796000.49810.13700.3376
0.33945.5812000.39340.10570.2467
0.23768.3718000.41230.10150.2356
0.187711.1624000.42690.09280.2136
0.149413.9530000.46480.09220.2102
0.118616.7436000.48350.09190.2058
0.096619.5342000.49860.08750.1978
0.08322.3348000.51790.08620.1927
0.07125.1254000.55390.08570.1908
0.064827.9160000.55830.08440.1870

Framework versions

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