CoolFace
Modelpublic

emmajin0210/fine_tuned_main_raid_cleaned

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

finetunedmainraidcleaned

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.0545
  • Accuracy: 0.9863

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.47950.10181000.16460.9680
0.29620.20372000.30510.9451
0.1450.30553000.09770.9783
0.10130.40734000.09620.9794
0.11470.50925000.16660.9657
0.17720.61106000.15420.9691
0.14230.71287000.06710.9851
0.06140.81478000.08690.9840
0.09350.91659000.05990.9863
0.06081.018310000.11490.9805
0.02331.120211000.10060.9851
0.08251.222012000.35490.9359
0.03631.323813000.06600.9886
0.04111.425714000.19840.9737
0.06481.527515000.05450.9863
0.04831.629316000.07370.9886
0.02561.731217000.10710.9851
0.01951.833018000.13650.9805

Framework versions

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