CoolFace
Modelpublic

sanchit-gandhi/wav2vec2-2-rnd-2-layer-bart

sourceHugging Faceupdated 5y agoView on Hugging Face
0likes60downloads
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: 4.6263
  • —Wer: 0.8568

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

Training results

Training LossEpochStepValidation LossWer
5.98491.6815005.96231.1028
5.16963.3630005.55041.6345
4.14125.0445005.38531.3565
2.72266.7360005.30720.9908
3.26078.4175005.41211.2854
2.401710.0990005.10941.0303
1.736111.77105004.89280.9506
2.063813.45120004.83520.9127
1.283215.13135004.72710.9103
1.043916.82150004.59800.8720
0.411218.5165004.62630.8568

Framework versions

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