CoolFace
Modelpublic

Surbhipatil/token_classification_NER

sourceHugging Faceapache-2.0updated 8d agoView on Hugging Face
0likes41downloads
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. -->

tokenclassificationNER

This model is a fine-tuned version of distilbert/distilbert-base-uncased on an unknown dataset. It achieves the following results on the evaluation set:

  • Loss: 0.2843
  • Precision: 0.5375
  • Recall: 0.3920
  • F1: 0.4534
  • Accuracy: 0.9466

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: 16
  • evalbatchsize: 16
  • seed: 42
  • optimizer: Use OptimizerNames.ADAMWTORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • lrschedulertype: linear
  • num_epochs: 5

Training results

Training LossEpochStepValidation LossPrecisionRecallF1Accuracy
No log1.02130.27770.63270.26510.37360.9396
No log2.04260.24990.53560.36980.43750.9437
0.19383.06390.28130.59470.35220.44240.9457
0.19384.08520.27520.56370.39390.46370.9471
0.05325.010650.28430.53750.39200.45340.9466

Framework versions

  • Transformers 4.53.3
  • Pytorch 2.11.0+cu128
  • Datasets 4.0.0
  • Tokenizers 0.21.4