CoolFace
Modelpublic

bnsapa/cybersecurity-ner

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

cybersecurity-ner

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

  • Loss: 0.2196
  • Precision: 0.7942
  • Recall: 0.7925
  • F1: 0.7933
  • Accuracy: 0.9508

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: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • num_epochs: 8

Training results

Training LossEpochStepValidation LossPrecisionRecallF1Accuracy
No log1.01670.24920.68700.74060.71280.9293
No log2.03340.20260.77330.73460.75340.9420
0.21183.05010.18950.77350.79340.78330.9493
0.21184.06680.18340.77850.81890.79820.9511
0.21185.08350.20600.81130.79650.80390.9522
0.05076.010020.21530.76920.82260.79500.9511
0.05077.011690.21410.78660.79620.79140.9507
0.05078.013360.21960.79420.79250.79330.9508

Framework versions

  • Transformers 4.35.2
  • Pytorch 2.1.0+cu118
  • Datasets 2.15.0
  • Tokenizers 0.15.0