CoolFace
Modelpublic

mrm8488/data2vec-text-base-finetuned-stsb

sourceHugging Facemitupdated 4y agoView on Hugging Face
0likes26downloads
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. -->

data2vec-text-base-finetuned-stsb

This model is a fine-tuned version of facebook/data2vec-text-base on the glue dataset. It achieves the following results on the evaluation set:

  • Loss: 0.5530
  • Pearson: 0.8732
  • Spearmanr: 0.8717

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: 7.725353773731373e-05
  • trainbatchsize: 32
  • evalbatchsize: 16
  • seed: 5
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • num_epochs: 5

Training results

Training LossEpochStepValidation LossPearsonSpearmanr
No log1.01801.06500.81020.8380
No log2.03600.62110.85240.8497
0.93123.05400.59170.86400.8642
0.93124.07200.56720.86950.8686
0.93125.09000.55300.87320.8717

Framework versions

  • Transformers 4.18.0
  • Pytorch 1.11.0+cu113
  • Datasets 2.1.0
  • Tokenizers 0.12.1