CoolFace
Modelpublic

mouseyy/result_data-1

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

result_data-1

This model is a fine-tuned version of facebook/wav2vec2-xls-r-300m on the commonvoice17_0 dataset. It achieves the following results on the evaluation set:

  • Loss: 0.2220
  • Wer: 0.3651
  • Cer: 0.1691

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: 6.532628754904162e-05
  • trainbatchsize: 16
  • evalbatchsize: 16
  • seed: 42
  • distributed_type: multi-GPU
  • num_devices: 2
  • totaltrainbatch_size: 32
  • totalevalbatch_size: 32
  • optimizer: Use adamwtorch with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • lrschedulertype: linear
  • lrschedulerwarmup_steps: 206
  • num_epochs: 7.0
  • mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWerCer
0.63240.909910000.50040.60830.2381
0.34971.819820000.30870.46500.1965
0.26422.729830000.26360.42490.1841
0.23283.639740000.24310.39600.1789
0.19334.549650000.22890.37730.1732
0.17835.459560000.23000.37280.1711
0.16176.369470000.22330.36370.1700

Framework versions

  • Transformers 4.49.0
  • Pytorch 2.6.0+cu124
  • Datasets 3.3.2
  • Tokenizers 0.21.0