CoolFace
Modelpublic

chintagunta85/electramed-small-BC2GM-ner

sourceHugging Faceupdated 4y agoView on Hugging Face
0likes27downloads
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-BC2GM-ner

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

  • —Loss: 0.0720
  • —Precision: 0.7652
  • —Recall: 0.8234
  • —F1: 0.7932
  • —Accuracy: 0.9757

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.0851.07820.11120.61470.77770.68670.9634
0.09012.015640.08250.71410.80280.75590.9720
0.03033.023460.07590.73100.80490.76620.9724
0.00374.031280.07350.74300.81680.77810.9735
0.03255.039100.07230.75710.81420.78460.9748
0.05826.046920.07010.76640.81440.78970.9759
0.00737.054740.07010.77110.82120.79530.9761
0.10318.062560.07120.76020.82580.79160.9756
0.02489.070380.07220.76910.82310.79520.9759
0.013610.078200.07200.76520.82340.79320.9757

Framework versions

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