CoolFace
Modelpublic

apriadiazriel/bert-base-bc2gm-ner

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes6downloads
Model Card

<!-- This model card has been generated automatically according to the information Keras had access to. You should probably proofread and complete it, then remove this comment. -->

apriadiazriel/bert-base-bc2gm-ner

This model is a fine-tuned version of bert-base-uncased on the BC2GM Corpus. It achieves the following results on the evaluation set:

  • —Train Loss: 0.0035
  • —Validation Loss: 0.1569
  • —Precision: 0.8494
  • —Recall: 0.8766
  • —F1: 0.8628
  • —Accuracy: 0.9714
  • —Epoch: 9

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:

  • —optimizer: {'name': 'AdamWeightDecay', 'learningrate': {'classname': 'PolynomialDecay', 'config': {'initiallearningrate': 2e-05, 'decaysteps': 15620, 'endlearningrate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'decay': 0.0, 'beta1': 0.9, 'beta2': 0.999, 'epsilon': 1e-08, 'amsgrad': False, 'weightdecay_rate': 0.01}
  • —training_precision: float32

Training results

Train LossValidation LossPrecisionRecallF1AccuracyEpoch
0.14510.09240.81820.81840.81830.96470
0.07180.08590.82720.85950.84310.96871
0.04440.10310.85970.84780.85370.96972
0.02700.10780.84590.86330.85450.96973
0.01790.11650.85560.86460.86010.97084
0.01330.12810.85140.87010.86060.97125
0.00830.14690.82930.88890.85810.96916
0.00590.15680.84500.88080.86250.97097
0.00450.15400.85190.87600.86380.97148
0.00350.15690.84940.87660.86280.97149

Framework versions

  • —Transformers 4.31.0
  • —TensorFlow 2.10.1
  • —Datasets 3.0.0
  • —Tokenizers 0.13.3