CoolFace
Modelpublic

Waster3012/claim-judge

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes11downloads
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. -->

claim-judge

This model is a fine-tuned version of bert-base-uncased on the None dataset. It achieves the following results on the evaluation set:

  • —Accuracy: 0.7623
  • —Loss: 1.5465

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: 160
  • —evalbatchsize: 160
  • —seed: 42
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —num_epochs: 36

Training results

Training LossEpochStepAccuracyValidation Loss
0.49681.010410.75870.6138
0.41742.020820.76950.6211
0.40363.031230.77330.6181
0.34154.041640.77720.6450
0.28685.052050.77380.6896
0.24536.062460.77630.7119
0.20037.072870.77280.8254
0.16838.083280.77120.9288
0.14399.093690.77640.8993
0.119710.0104100.77290.9819
0.10211.0114510.77091.0478
0.08812.0124920.76921.1574
0.08713.0135330.77091.0969
0.077914.0145740.76611.2575
0.069515.0156150.76581.3540
0.066416.0166560.77191.2155
0.05817.0176970.76541.3065
0.053318.0187380.76741.3535
0.049619.0197790.76631.3327
0.045920.0208200.76861.3893
0.043221.0218610.76911.4211
0.039622.0229020.76821.4810
0.037123.0239430.77051.4926
0.033824.0249840.76331.5058
0.03725.0260250.76041.4986
0.03426.0270660.76111.5314
0.031727.0281070.76591.4636
0.031228.0291480.76581.5006
0.028229.0301890.76721.4250
0.028230.0312300.76621.4904
0.026431.0322710.76691.5415
0.025332.0333120.76791.6110
0.025733.0343530.76451.6097
0.023334.0353940.76141.6646
0.025135.0364350.76511.6080
0.023636.0374760.76991.5824
0.02537.0385170.76231.5465

Framework versions

  • —Transformers 4.29.2
  • —Pytorch 2.0.1
  • —Datasets 2.12.0
  • —Tokenizers 0.13.3