CoolFace
Modelpublic

gokulsrinivasagan/tinybert_train_book_ent_15p_mid_stsb

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

tinyberttrainbookent15pmidstsb

This model is a fine-tuned version of gokulsrinivasagan/tinybert_train_book_ent_15p_mid on the GLUE STSB dataset. It achieves the following results on the evaluation set:

  • —Loss: 2.4813
  • —Pearson: 0.1958
  • —Spearmanr: 0.1872
  • —Combined Score: 0.1915

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: 256
  • —evalbatchsize: 256
  • —seed: 10
  • —optimizer: Use adamwtorch with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • —lrschedulertype: linear
  • —num_epochs: 50

Training results

Training LossEpochStepValidation LossPearsonSpearmanrCombined Score
3.38481.0232.90940.01010.00720.0086
2.01352.0462.80160.04480.02520.0350
1.91693.0692.79450.08780.07350.0806
1.6964.0922.72860.15800.16030.1591
1.48985.01152.48130.19580.18720.1915
1.32086.01382.61820.20060.19930.1999
1.23447.01612.94240.16140.16430.1629
1.03948.01842.89540.16560.16890.1672
0.91339.02073.32400.13270.13030.1315
0.831310.02303.16400.14890.15130.1501

Framework versions

  • —Transformers 4.51.2
  • —Pytorch 2.6.0+cu126
  • —Datasets 3.5.0
  • —Tokenizers 0.21.1