CoolFace
Modelpublic

sanchit-gandhi/wav2vec2-2-rnd-no-adapter

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: 0.8384
  • —Wer: 0.1367

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
6.22451.6815006.14421.5986
5.45213.3630005.43351.6439
3.36595.0445003.64550.6503
1.57246.7360002.35540.3386
1.47598.4175001.74230.2889
1.082610.0990001.38180.2209
0.676911.77105001.12680.1737
0.734813.45120000.99900.1575
0.541915.13135000.94350.1560
0.421216.82150000.86780.1405
0.380518.5165000.83840.1367

Framework versions

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