CoolFace
Modelpublic

aminnaghavi/wav2vec2-base-dataset_asr-demo-colab

sourceHugging Faceapache-2.0updated 4y agoView on Hugging Face
0likes12downloads
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-dataset_asr-demo-colab

This model is a fine-tuned version of ntu-spml/distilhubert on the superb dataset. It achieves the following results on the evaluation set:

  • —Loss: 295.0834
  • —Wer: 0.8282

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

Training results

Training LossEpochStepValidation LossWer
5638.5361.6500409.47850.8556
2258.64553.191000326.05200.8369
1389.49194.791500295.08340.8282

Framework versions

  • —Transformers 4.20.0
  • —Pytorch 1.11.0+cu113
  • —Datasets 2.3.2
  • —Tokenizers 0.12.1