CoolFace
Modelpublic

TymofiiT/NER_Pittsburgh_TAA

sourceHugging Faceapache-2.0updated 2y 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. -->

NERPittsburghTAA

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

  • Loss: 0.0599
  • Precision: 0.9344
  • Recall: 0.9461
  • F1: 0.9402
  • Accuracy: 0.9858

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

Training results

Training LossEpochStepValidation LossPrecisionRecallF1Accuracy
No log1.04390.06040.91750.92900.92320.9829
0.09532.08780.05450.93120.94120.93610.9850
0.04093.013170.05710.93570.94120.93840.9855
0.02344.017560.05930.93430.94820.94120.9858
0.01595.021950.05990.93440.94610.94020.9858

Framework versions

  • Transformers 4.41.2
  • Pytorch 2.3.0+cu121
  • Datasets 2.20.0
  • Tokenizers 0.19.1