CoolFace
Modelpublic

chintagunta85/electramed-small-ADE-DRUG-EFFECT-ner

sourceHugging Faceupdated 4y agoView on Hugging Face
1likes16downloads
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. -->

electramed-small-ADE-DRUG-EFFECT-ner

This model is a fine-tuned version of giacomomiolo/electramed_small_scivocab on the adedrugeffect_ner dataset. It achieves the following results on the evaluation set:

  • Loss: 0.1630
  • Precision: 0.7745
  • Recall: 0.6555
  • F1: 0.7101
  • Accuracy: 0.9310

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

Training results

Training LossEpochStepValidation LossPrecisionRecallF1Accuracy
0.44981.03360.30420.54230.62950.58260.9114
0.25722.06720.21460.75960.61940.68240.9276
0.15423.010080.18940.78060.61680.68910.9299
0.15254.013440.17710.78320.6250.69520.9309
0.18715.016800.17230.72710.69200.70910.9304
0.14256.020160.16830.73000.69790.71360.9297
0.16387.023520.16540.74320.67710.70860.9306
0.15928.026880.16350.76130.65850.70620.9305
0.18829.030240.16250.78580.63730.70380.9309
0.133910.033600.16300.77450.65550.71010.9310

Framework versions

  • Transformers 4.22.1
  • Pytorch 1.12.1+cu113
  • Datasets 2.4.0
  • Tokenizers 0.12.1