CoolFace
Modelpublic

speech-seq2seq/wav2vec2-2-bert-large-no-adapter-frozen-enc

sourceHugging Faceupdated 5y agoView on Hugging Face
2likes92downloads
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. -->

This model was trained from scratch on the librispeech_asr dataset. It achieves the following results on the evaluation set:

  • —Loss: 11.7664
  • —Wer: 2.0133

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: 8
  • —evalbatchsize: 8
  • —seed: 42
  • —gradientaccumulationsteps: 2
  • —totaltrainbatch_size: 16
  • —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
5.1710.285008.69562.0055
5.3070.5610008.59582.0096
5.14490.84150010.42082.0115
6.13511.12200010.29502.0059
6.29971.4250010.67622.0115
6.13941.68300010.91902.0110
6.18681.96350011.01662.0112
5.96472.24400011.41542.0141
6.22022.52450011.58372.0152
5.96122.8500011.76642.0133

Framework versions

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