CoolFace
Modelpublic

MatsUy/wav2vec2-common_voice-nl-demo

sourceHugging Faceapache-2.0updated 5y agoView on Hugging Face
0likes67downloads
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-common_voice-nl-demo

This model is a fine-tuned version of facebook/wav2vec2-large-xlsr-53 on the COMMON_VOICE - NL dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.3523
  • —Wer: 0.2046

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
  • —gradientaccumulationsteps: 8
  • —totaltrainbatch_size: 32
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 500
  • —num_epochs: 15.0
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWer
3.05361.125000.53490.4338
0.25432.2410000.38590.3029
0.14723.3615000.34710.2818
0.10884.4720000.34890.2731
0.08555.5925000.35820.2558
0.07216.7130000.34570.2471
0.06537.8335000.32990.2357
0.05278.9540000.34400.2334
0.044410.0745000.34170.2289
0.040411.1950000.36910.2204
0.034512.355000.34530.2102
0.028813.4260000.36340.2089
0.02714.5465000.35320.2044

Framework versions

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