CoolFace
Modelpublic

charisgao/fine_tuned_main_raid_poetry

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

finetunedmain_raid

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.0407
  • Accuracy: 0.9922

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.35430.07671000.17650.9655
0.15160.15342000.19550.9724
0.14150.23013000.13230.9724
0.20020.30674000.09930.9716
0.10570.38345000.20310.9552
0.07340.46016000.10100.9802
0.07250.53687000.15110.9767
0.13260.61358000.06070.9879
0.06670.69029000.07340.9845
0.11320.766910000.08780.9819
0.07310.843611000.06940.9888
0.06780.920212000.07040.9853
0.04550.996913000.05220.9905
0.06561.073614000.06460.9871
0.04631.150315000.04070.9922
0.04321.227016000.06460.9897
0.03471.303717000.04210.9931
0.03611.380418000.04200.9931

Framework versions

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