CoolFace
Modelpublic

sanchit-gandhi/wav2vec2-2-bart-large-cnn-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: 3.9938
  • —Wer: 0.9745

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: 16
  • —totaltrainbatch_size: 128
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 500
  • —num_epochs: 10.0
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWer
4.93012.245004.62910.9601
4.45624.4810004.36040.9608
3.83566.7315004.07280.9530
3.27168.9720003.99380.9745

Framework versions

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