CoolFace
Modelpublic

GeorgeDaDude/jb_sytem_bin_judge_base

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

jbsytembinjudgebase

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.3564
  • Accuracy: 0.9157
  • Recall: 0.9147
  • Precision: 0.8845
  • F1: 0.8994

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

Training results

Training LossEpochStepValidation LossAccuracyRecallPrecisionF1
0.34091.017080.35590.89460.92540.83620.8785
0.36662.034160.39070.89730.81880.92310.8678
0.253.051240.33850.91480.89770.89570.8967
0.05464.068320.37140.90870.91470.87020.8919
0.3635.085400.35640.91570.91470.88450.8994

Framework versions

  • Transformers 4.39.3
  • Pytorch 2.2.2+cu121
  • Datasets 2.18.0
  • Tokenizers 0.15.2