CoolFace
Modelpublic

mp6kv/ACTS_feedback1

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

ACTS_feedback1

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

  • Loss: 0.2357
  • Accuracy: 0.8936
  • Balanced accuracy: 0.8897
  • Precision: 0.8951
  • Recall: 0.8936
  • F1: 0.8915

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

Training results

Training LossEpochStepValidation LossAccuracyBalanced accuracyPrecisionRecallF1
1.08811.0121.05130.55320.51190.40040.55320.4645
0.99332.0240.92570.53190.49520.38520.53190.4463
0.80653.0360.70590.72340.72950.76070.72340.7184
0.55044.0480.42590.85110.84740.84860.85110.8472
0.32625.0600.37030.85110.86540.86240.85110.8499
0.18776.0720.25180.87230.87310.87190.87230.8703
0.10947.0840.22830.93620.94100.94150.93620.9365
0.07218.0960.22460.91490.92440.92330.91490.9149
0.05219.01080.22150.89360.88970.89510.89360.8915
0.045510.01200.23570.89360.88970.89510.89360.8915

Framework versions

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