CoolFace
Modelpublic

franziskaM/b28-wav2vec2-large-xls-r-romansh-colab

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

b28-wav2vec2-large-xls-r-romansh-colab

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

  • —Loss: 0.3534
  • —Wer: 0.2762

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.0001
  • —trainbatchsize: 4
  • —evalbatchsize: 8
  • —seed: 42
  • —gradientaccumulationsteps: 2
  • —totaltrainbatch_size: 8
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 500
  • —num_epochs: 30
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWer
5.60213.054002.95921.0
1.87516.118000.51650.5247
0.2959.1612000.37080.3901
0.139812.2116000.37380.3419
0.096815.2720000.35950.3202
0.069318.3224000.33920.3048
0.059321.3728000.36600.2951
0.046424.4332000.35960.2809
0.040427.4836000.35340.2762

Framework versions

  • —Transformers 4.26.0
  • —Pytorch 2.0.1+cu118
  • —Datasets 2.14.4
  • —Tokenizers 0.13.3