CoolFace
Modelpublic

henryscheible/stereoset_trainer_roberta-base_finetuned

sourceHugging Facemitupdated 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. -->

stereosettrainerroberta-base_finetuned

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

  • Loss: 0.5749
  • Accuracy: 0.7535

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

Training results

Training LossEpochStepValidation LossAccuracy
No log0.54500.69190.5157
No log1.081000.69440.4843
No log1.611500.62750.6664
No log2.152000.55480.7355
No log2.692500.56130.7331
No log3.233000.60620.7331
No log3.763500.54550.7488
No log4.34000.62230.7488
No log4.844500.57490.7535

Framework versions

  • Transformers 4.23.1
  • Pytorch 1.12.1
  • Datasets 2.6.1
  • Tokenizers 0.13.1