CoolFace
Modelpublic

A-Bar/BioMedNLP_DeBERTa_all_updates

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

BioMedNLPDeBERTaall_updates

This model is a fine-tuned version of hongpingjun98/BioMedNLP_DeBERTa on the semeval2024task2 dataset. It achieves the following results on the evaluation set:

  • Loss: 2.1863
  • Accuracy: 0.705
  • Precision: 0.7238
  • Recall: 0.7050
  • F1: 0.6987

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: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • lrschedulerwarmup_steps: 500
  • num_epochs: 20
  • mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossAccuracyPrecisionRecallF1
0.42381.01160.66390.6650.66780.6650.6636
0.43162.02320.66440.680.68750.68000.6768
0.38193.03480.73280.710.71880.710.7071
0.32434.04640.91620.70.70830.70.6970
0.40535.05800.71450.7150.72140.71500.7129
0.25486.06961.05980.690.70160.690.6855
0.34557.08120.77820.720.72320.720.7190
0.21778.09281.11820.690.69500.690.6880
0.23049.010441.43320.6950.7080.6950.6902
0.210310.011601.27360.70.71980.70.6931
0.174811.012761.26540.6750.68160.6750.6720
0.160812.013921.88850.630.66890.630.6074
0.108213.015081.70040.680.70050.68000.6716
0.107414.016241.81450.670.68040.670.6652
0.023815.017401.76080.680.69310.680.6745
0.03816.018561.99370.670.69530.67000.6589
0.036517.019722.18710.6750.69640.6750.6659
0.014418.020882.10930.6950.70590.69500.6909
0.001419.022042.15590.6950.71030.69500.6893
0.032420.023202.18630.7050.72380.70500.6987

Framework versions

  • Transformers 4.35.2
  • Pytorch 2.1.0+cu121
  • Datasets 2.16.1
  • Tokenizers 0.15.0