CoolFace
Modelpublic

crisU8/bert-finetuned-ner-clinical-plncmm-7

sourceHugging Faceupdated 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. -->

bert-finetuned-ner-clinical-plncmm-7

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.2617
  • —Precision: 0.7412
  • —Recall: 0.8019
  • —F1: 0.7704
  • —Accuracy: 0.9267

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

Training results

Training LossEpochStepValidation LossPrecisionRecallF1Accuracy
0.36371.05020.24480.68960.79250.73750.9170
0.17642.010040.23720.73280.80080.76530.9246
0.11693.015060.26170.74120.80190.77040.9267

Framework versions

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