CoolFace
Modelpublic

gokuls/hBERTv1_new_pretrain_qqp

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes25downloads
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. -->

hBERTv1newpretrain_qqp

This model is a fine-tuned version of gokuls/bert_12_layer_model_v1_complete_training_new on the GLUE QQP dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.4260
  • —Accuracy: 0.8042
  • —F1: 0.7096
  • —Combined Score: 0.7569

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: 4e-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.50251.028430.45960.78330.68040.7318
0.40982.056860.42600.80420.70960.7569
0.35583.085290.43010.80950.72160.7656
0.30864.0113720.45990.81740.75360.7855
0.27185.0142150.48170.82030.74470.7825
0.24256.0170580.48660.82200.75690.7895
0.21617.0199010.44970.82510.76080.7929

Framework versions

  • —Transformers 4.29.2
  • —Pytorch 1.14.0a0+410ce96
  • —Datasets 2.12.0
  • —Tokenizers 0.13.3