CoolFace
Modelpublic

zohreaz/SecureBERT-finetuned-ner

sourceHugging Facebigscience-openrail-mupdated 2y agoView on Hugging Face
0likes14downloads
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. -->

SecureBERT-finetuned-ner

This model is a fine-tuned version of ehsanaghaei/SecureBERT on the None dataset. It achieves the following results on the evaluation set:

  • Loss: 0.4660
  • Precision: 0.8270
  • Recall: 0.8429
  • F1: 0.8349
  • Accuracy: 0.9309

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

Training results

Training LossEpochStepValidation LossPrecisionRecallF1Accuracy
0.10461.023950.37060.80230.82880.81530.9250
0.07072.047900.39170.81380.84150.82740.9297
0.05513.071850.42560.82200.83740.82960.9293
0.03714.095800.44760.82930.84060.83490.9306
0.02655.0119750.46600.82700.84290.83490.9309

Framework versions

  • Transformers 4.42.4
  • Pytorch 2.3.1+cu121
  • Datasets 2.20.0
  • Tokenizers 0.19.1