CoolFace
Modelpublic

yesj1234/xlsr_koen_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. -->

ko-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.4269
  • —Cer: 0.1119
  • —Wer: 0.3072

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: cosine
  • —lrschedulerwarmup_steps: 1000
  • —num_epochs: 15

Training results

Training LossEpochStepValidation LossCerWer
1.540.9420001.00570.26170.6135
1.18951.8940000.77820.20400.5035
1.05822.8360000.67670.18260.4655
0.95863.7780000.62730.16900.4380
0.88314.72100000.58840.15520.4071
0.83185.66120000.55100.14690.3897
0.77256.6140000.53270.14070.3726
0.72547.55160000.50810.14160.3676
0.68028.49180000.48460.13130.3502
0.63869.43200000.46760.12410.3344
0.594910.37220000.45100.11850.3250
0.573611.32240000.44160.11610.3189
0.545112.26260000.43380.11430.3144
0.537513.2280000.42870.11260.3095
0.533514.15300000.42730.11220.3079

Framework versions

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