CoolFace
Modelpublic

chintagunta85/electramed-small-JNLPBA-ner

sourceHugging Faceupdated 4y agoView on Hugging Face
1likes78downloads
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-JNLPBA-ner

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

  • —Loss: 0.1167
  • —Precision: 0.8225
  • —Recall: 0.8782
  • —F1: 0.8494
  • —Accuracy: 0.9621

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.3981.020870.19410.72890.79360.75990.9441
0.07712.041740.15420.77340.83480.80290.9514
0.13213.062610.14130.78900.84920.81800.9546
0.23024.083480.13260.80060.85890.82870.9562
0.07235.0104350.12900.79970.87150.83400.9574
0.1716.0125220.12460.81150.87220.84080.9593
0.10587.0146090.12040.81480.87570.84410.9604
0.19748.0166960.11780.81810.87790.84700.9614
0.06639.0187830.11680.82390.87810.85010.9620
0.102210.0208700.11670.82250.87820.84940.9621

Framework versions

  • —Transformers 4.21.1
  • —Pytorch 1.12.1+cu113
  • —Datasets 2.4.0
  • —Tokenizers 0.12.1