CoolFace
Modelpublic

DPhO05/roberta-natf-technical-debt-fix

sourceHugging Facemitupdated 6mo agoView on Hugging Face
0likes2downloads
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. -->

roberta-natf-technical-debt-fix

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

  • Loss: 0.1310
  • Accuracy: 0.9778
  • Precision: 0.8361
  • Recall: 0.9205
  • F1: 0.8763
  • F1 Macro: 0.9320

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: 64
  • evalbatchsize: 128
  • seed: 42
  • optimizer: Use OptimizerNames.ADAMWTORCHFUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
  • lrschedulertype: linear
  • lrschedulerwarmup_steps: 500
  • num_epochs: 10

Training results

Training LossEpochStepValidation LossAccuracyPrecisionRecallF1F1 Macro
0.09131.05390.08140.97360.81560.89300.85260.9190
0.08412.010780.06310.97890.88200.86850.87520.9318
0.05853.016170.06360.97700.83850.90520.87060.9290
0.03874.021560.07710.97830.84080.92050.87880.9335
0.02705.026950.07950.97960.88070.88070.88070.9348
0.02686.032340.09700.97810.86710.87770.87230.9302
0.01727.037730.12240.97890.8750.87770.87630.9324
0.01378.043120.13100.97780.83610.92050.87630.9320

Framework versions

  • Transformers 5.2.0
  • Pytorch 2.9.0+cu126
  • Datasets 4.0.0
  • Tokenizers 0.22.2