CoolFace
Modelpublic

rushikeshwalode/token_classification_NER

sourceHugging Faceapache-2.0updated 7d agoView on Hugging Face
0likes42downloads
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.2930
  • Precision: 0.5538
  • Recall: 0.3577
  • F1: 0.4347
  • Accuracy: 0.9460

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.28760.57240.24190.34010.9382
No log2.04260.26260.54340.31330.39740.9431
0.18523.06390.28460.53990.32620.40670.9446
0.18524.08520.28750.55360.34940.42840.9458
0.05475.010650.29300.55380.35770.43470.9460

Framework versions

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