CoolFace
Modelpublic

sanchit-gandhi/wav2vec2-2-bart-large-no-adapter

sourceHugging Faceupdated 5y agoView on Hugging Face
0likes51downloads
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: 5.6120
  • —Wer: 1.0267

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: 500
  • —num_epochs: 5.0
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWer
6.71890.565006.97960.9350
6.50681.1210006.48231.3923
6.46011.6815006.18011.1578
6.18022.2420006.00021.7750
6.08882.825005.84531.7581
6.09933.3630005.77021.4096
6.08513.9235005.66341.0944
5.93574.4840005.61201.0267

Framework versions

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