CoolFace
Modelpublic

AshtonIsNotHere/albert-large-v2-spoken-squad

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

albert-large-v2-spoken-squad

This model is a fine-tuned version of albert-large-v2 on the Spoken Squad dataset. It achieves the following results on the evaluation set:

  • —Exact Match: 66.7026
  • —F1: 79.3491
  • —Loss: 1.0481

Model description

Results on Spoken Squad Test Sets

Test SetTest LossSamplesExact MatchF1
Test1.183535171.295180.4348
Test WER446.2158535145.972760.8491
Test WER546.2158535145.972760.8491

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

Training results

Training LossEpochStepExact MatchF1Validation Loss
1.04441.0208863.658477.09751.0645
0.80172.0417666.352479.32530.9756
0.54263.0626466.702679.34911.0481

Framework versions

  • —Transformers 4.24.0
  • —Pytorch 1.13.1
  • —Datasets 2.8.0
  • —Tokenizers 0.11.0