CoolFace
Modelpublic

kingabzpro/wav2vec2-large-xls-r-300m-Swedish

sourceHugging Faceapache-2.0updated 7mo agoView on Hugging Face
1likes33downloads
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-large-xls-r-300m-Swedish

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

  • —Loss: 0.3641
  • —Wer: 0.2473
  • —Cer: 0.0758

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

  • —learning_rate: 7.5e-05
  • —trainbatchsize: 64
  • —evalbatchsize: 8
  • —seed: 42
  • —gradientaccumulationsteps: 2
  • —totaltrainbatch_size: 128
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 1000
  • —num_epochs: 50
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWerCer
6.10975.495003.14221.01.0
2.98510.9810001.73570.98760.4125
1.036316.4815000.47730.35100.1047
0.611121.9720000.39370.29980.0910
0.494227.4725000.37790.27760.0844
0.442132.9630000.37450.26300.0807
0.401838.4635000.36850.25530.0781
0.375943.9540000.36180.24880.0761
0.364649.4545000.36410.24730.0758

Framework versions

  • —Transformers 4.17.0.dev0
  • —Pytorch 1.10.2+cu102
  • —Datasets 1.18.2.dev0
  • —Tokenizers 0.11.0