CoolFace
Modelpublic

gokuls/mobilebert_sa_GLUE_Experiment_logit_kd_mrpc

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

mobilebertsaGLUEExperimentlogitkdmrpc

This model is a fine-tuned version of google/mobilebert-uncased on the GLUE MRPC dataset. It achieves the following results on the evaluation set:

  • Loss: 0.5133
  • Accuracy: 0.6740
  • F1: 0.7772
  • Combined Score: 0.7256

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: 5e-05
  • trainbatchsize: 128
  • evalbatchsize: 128
  • seed: 10
  • distributed_type: multi-GPU
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • num_epochs: 50

Training results

Training LossEpochStepValidation LossAccuracyF1Combined Score
0.62281.0290.55560.68380.81220.7480
0.6112.0580.55510.68380.81220.7480
0.60953.0870.55380.68380.81220.7480
0.60624.01160.55030.68380.81220.7480
0.58255.01450.52620.69850.81670.7576
0.49816.01740.51970.69360.80380.7487
0.4687.02030.51330.67400.77720.7256
0.39018.02320.53820.68380.77570.7297
0.3239.02610.61400.67890.76570.7223
0.267410.02900.55120.67400.76870.7214
0.239611.03190.64670.66670.76310.7149
0.212712.03480.78110.67160.76900.7203

Framework versions

  • Transformers 4.26.0
  • Pytorch 1.14.0a0+410ce96
  • Datasets 2.9.0
  • Tokenizers 0.13.2