CoolFace
Modelpublic

patrickvonplaten/wavlm-libri-clean-100h-base-plus

sourceHugging Faceupdated 5y agoView on Hugging Face
4likes2.3kdownloads
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. -->

wavlm-libri-clean-100h-base-plus

This model is a fine-tuned version of microsoft/wavlm-base-plus on the LIBRISPEECH_ASR - CLEAN dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.0819
  • —Wer: 0.0683

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

Training results

Training LossEpochStepValidation LossWer
2.88770.343002.86491.0
0.28520.676000.21960.1830
0.11981.019000.14380.1273
0.09061.3512000.11450.1035
0.07291.6815000.10550.0955
0.06052.0218000.09360.0859
0.04022.3521000.08850.0746
0.04212.6924000.08480.0700

Framework versions

  • —Transformers 4.15.0.dev0
  • —Pytorch 1.9.0+cu111
  • —Datasets 1.16.2.dev0
  • —Tokenizers 0.10.3