CoolFace
Modelpublic

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

sourceHugging Faceupdated 5y agoView on Hugging Face
0likes133downloads
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: 18.7898
  • —Wer: 1.0

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
6.53960.285009.04011.0120
5.8980.5610009.31991.0
4.95950.8415008.44341.4563
5.70821.12200015.18051.0000
5.43771.4250015.79841.0021
5.59411.68300018.49281.0
5.06621.96350017.48861.0000
4.83632.24400018.94581.0
4.79082.52450018.27941.0006
4.6792.8500018.78981.0

Framework versions

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