CoolFace
Modelpublic

crisU8/bert-finetuned-ner-clinical-plncmm-large-23

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

bert-finetuned-ner-clinical-plncmm-large-23

This model is a fine-tuned version of plncmm/beto-clinical-wl-es on the None dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.2372
  • —Precision: 0.7614
  • —Recall: 0.8233
  • —F1: 0.7911
  • —Accuracy: 0.9322

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: 3e-05
  • —trainbatchsize: 20
  • —evalbatchsize: 32
  • —seed: 42
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 400
  • —num_epochs: 3

Training results

Training LossEpochStepValidation LossPrecisionRecallF1Accuracy
0.6111.06860.23410.70010.79970.74660.9248
0.20882.013720.24490.74060.82270.77950.9294
0.12033.020580.23720.76140.82330.79110.9322

Framework versions

  • —Transformers 4.30.2
  • —Pytorch 2.0.1+cu118
  • —Datasets 2.13.1
  • —Tokenizers 0.13.3