CoolFace
Modelpublic

ying-tina/wav2vec2-base-timit-demo-colab

sourceHugging Faceapache-2.0updated 5y agoView on Hugging Face
0likes13downloads
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. -->

wav2vec2-base-timit-demo-colab

This model is a fine-tuned version of facebook/wav2vec2-base on the None dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.5127
  • —Wer: 0.3082

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: 16
  • —evalbatchsize: 8
  • —seed: 42
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 1000
  • —num_epochs: 30
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWer
3.76452.015002.51790.9999
1.18734.0210000.54640.4798
0.466.0215000.46250.4025
0.28698.0320000.42520.3650
0.221310.0425000.43400.3585
0.190512.0530000.43100.3404
0.154514.0635000.45470.3381
0.120616.0640000.49020.3384
0.111618.0745000.47670.3253
0.092520.0850000.52480.3160
0.089722.0955000.49600.3126
0.068724.160000.48760.3086
0.06326.165000.48950.3065
0.055828.1170000.51270.3082

Framework versions

  • —Transformers 4.11.3
  • —Pytorch 1.10.0+cu111
  • —Datasets 1.16.1
  • —Tokenizers 0.10.3