CoolFace
Modelpublic

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

sourceHugging Faceupdated 5y agoView on Hugging Face
1likes893downloads
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

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

  • —Loss: 0.0829
  • —Wer: 0.0675

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.88050.343002.86861.0
0.24590.676000.18580.1554
0.11141.019000.13790.1191
0.08671.3512000.11300.0961
0.06981.6815000.10320.0877
0.06632.0218000.09590.0785
0.04512.3521000.08870.0748
0.03922.6924000.08590.0698

Framework versions

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