CoolFace
Modelpublic

om-ashish-soni/pos-ner-tagging

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes11downloads
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. -->

pos-ner-tagging

This model is a fine-tuned version of om-ashish-soni/pos-ner-tagging on the conll2003 dataset. It achieves the following results on the evaluation set:

  • Loss: 0.4015
  • Precision: 0.8992
  • Recall: 0.8762
  • F1: 0.8876
  • Accuracy: 0.9021

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: 8
  • evalbatchsize: 8
  • 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.67461.017560.64050.79320.71370.75130.8002
0.56042.035120.55190.83120.76550.79700.8333
0.4823.052680.48070.85550.80660.83030.8595
0.39094.070240.45790.86350.82010.84130.8672
0.33535.087800.45450.86480.82450.84420.8695
0.26416.0105360.45180.87250.83670.85420.8773
0.23157.0122920.40820.89240.86390.87790.8951
0.2158.0140480.41310.89320.86660.87970.8956
0.16629.0158040.40640.89510.87190.88330.8986
0.153210.0175600.40150.89920.87620.88760.9021

Framework versions

  • Transformers 4.33.1
  • Pytorch 2.0.1+cu118
  • Datasets 2.14.5
  • Tokenizers 0.13.3