CoolFace
Modelpublic

buelfhood/conplag1_codeberta_ep30_bs16_lr5e-05_l512_s42_ppy_loss

sourceHugging Faceupdated 10mo agoView on Hugging Face
0likes34downloads
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. -->

conplag1codebertaep30bs16lr5e-05l512s42ppyloss

This model is a fine-tuned version of huggingface/CodeBERTa-small-v1 on an unknown dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.4671
  • —Accuracy: 0.8321
  • —Recall: 0.6053
  • —Precision: 0.7419
  • —F1: 0.6667
  • —F Beta Score: 0.6416

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: 16
  • —evalbatchsize: 16
  • —seed: 42
  • —optimizer: Use OptimizerNames.ADAMWTORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • —lrschedulertype: linear
  • —num_epochs: 30

Training results

Training LossEpochStepValidation LossAccuracyRecallPrecisionF1F Beta Score
0.59611.0400.51980.67150.81580.44930.57940.6521
0.60792.0800.46710.83210.60530.74190.66670.6416
0.42773.01200.50250.79560.63160.63160.63160.6316
0.2084.01600.79560.84670.55260.840.66670.6176
0.28125.02000.80810.81750.73680.65120.69140.7082

Framework versions

  • —Transformers 4.51.3
  • —Pytorch 2.8.0+cu128
  • —Datasets 3.1.0
  • —Tokenizers 0.21.4