CoolFace
Modelpublic

rurupang/roberta-base-finetuned-sts

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

roberta-base-finetuned-sts

This model is a fine-tuned version of klue/roberta-base on the klue dataset. It achieves the following results on the evaluation set:

  • Loss: 0.1999
  • Pearsonr: 0.9560

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

Training results

Training LossEpochStepValidation LossPearsonr
No log1.03290.24620.9478
1.25052.06580.16710.9530
1.25053.09870.18900.9525
0.1334.013160.23600.9548
0.08865.016450.22650.9528
0.08866.019740.20970.9518
0.06877.023030.22810.9523
0.05398.026320.22120.9542
0.05399.029610.18430.9532
0.04510.032900.19990.9560
0.037811.036190.23570.9533
0.037812.039480.21340.9541
0.03313.042770.22730.9540
0.0314.046060.21480.9533
0.0315.049350.22070.9534

Framework versions

  • Transformers 4.17.0
  • Pytorch 1.10.0+cu111
  • Datasets 2.0.0
  • Tokenizers 0.11.6