CoolFace
Modelpublic

egumasa/roberta-base-university-writing2

sourceHugging Facemitupdated 4y agoView on Hugging Face
2likes9downloads
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-university-writing2

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

  • Loss: 1.5392

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: 8
  • evalbatchsize: 8
  • seed: 42
  • gradientaccumulationsteps: 16
  • totaltrainbatch_size: 128
  • optimizer: Adam with betas=(0.9,0.99) and epsilon=1e-08
  • lrschedulertype: linear
  • lrschedulerwarmup_ratio: 0.1
  • num_epochs: 20
  • mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation Loss
1.81420.99821.6699
1.7551.991641.6330
1.71352.992461.6195
1.68953.993281.6024
1.66224.994101.5921
1.6445.994921.5745
1.63216.995741.5762
1.61947.996561.5857
1.6068.997381.5607
1.59319.998201.5649
1.584610.999021.5547
1.575311.999841.5451
1.569112.9910661.5355
1.564513.9911481.5409
1.552114.9912301.5207
1.547115.9913121.5367
1.546316.9913941.5476
1.541217.9914761.5065
1.540918.9915581.5333
1.533119.9916401.5123

Framework versions

  • Transformers 4.25.1
  • Pytorch 1.13.0+cu116
  • Datasets 2.8.0
  • Tokenizers 0.13.2