CoolFace
Modelpublic

huynq3Cyradar/bert-large-finetuned-phishing-webpage-cleaned-version

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

bert-large-finetuned-phishing-webpage-cleaned-version

This model is a fine-tuned version of google-bert/bert-base-multilingual-cased on the None dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.0324
  • —Accuracy: 0.9911
  • —Precision: 0.9931
  • —Recall: 0.9883
  • —False Positive Rate: 0.0063

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: 32
  • —evalbatchsize: 32
  • —seed: 42
  • —gradientaccumulationsteps: 8
  • —totaltrainbatch_size: 256
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —num_epochs: 4
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossAccuracyPrecisionRecallFalse Positive Rate
0.09311.05620.04090.98610.99480.97620.0047
0.03452.011240.03480.99000.99180.98740.0075
0.02243.016870.03240.99110.99310.98830.0063
0.01564.022480.05090.99130.99140.99040.0079

Framework versions

  • —Transformers 4.38.2
  • —Pytorch 2.1.2
  • —Datasets 2.18.0
  • —Tokenizers 0.15.2