CoolFace
Modelpublic

charisgao/fine_tuned_super_clean_raid_reviews

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

finetunedsupercleanraid

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

  • Loss: 0.0885
  • Accuracy: 0.9715

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: 8
  • evalbatchsize: 8
  • seed: 42
  • optimizer: Use adamwtorch with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • lrschedulertype: linear
  • num_epochs: 3

Training results

Training LossEpochStepValidation LossAccuracy
0.31620.01961000.20460.9306
0.26260.03932000.29880.9129
0.28880.05893000.21480.9490
0.2170.07864000.19700.9523
0.22010.09825000.15330.9596
0.28360.11786000.14060.9563
0.21960.13757000.13260.9574
0.16690.15718000.15490.9622
0.14820.17679000.17400.9629
0.19970.196410000.08850.9715
0.12710.216011000.42940.9163
0.17540.235712000.12680.9567
0.14790.255313000.39520.9328

Framework versions

  • Transformers 4.46.3
  • Pytorch 2.5.1+cu121
  • Datasets 3.1.0
  • Tokenizers 0.20.3