--- library_name: transformers license: apache-2.0 base_model: google-bert/bert-base-uncased tags: - generated_from_trainer metrics: - accuracy model-index: - name: bert-phishing-classifier_teacher results: [] --- # bert-phishing-classifier_teacher This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 0.2855 - Accuracy: 0.873 - Auc: 0.952 ## 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: 0.0002 - train_batch_size: 8 - eval_batch_size: 8 - seed: 42 - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments - lr_scheduler_type: linear - num_epochs: 10 ### Training results | Training Loss | Epoch | Step | Validation Loss | Accuracy | Auc | |:-------------:|:-----:|:----:|:---------------:|:--------:|:-----:| | 0.5029 | 1.0 | 263 | 0.3806 | 0.813 | 0.913 | | 0.4031 | 2.0 | 526 | 0.3636 | 0.847 | 0.934 | | 0.3878 | 3.0 | 789 | 0.3134 | 0.844 | 0.94 | | 0.35 | 4.0 | 1052 | 0.3951 | 0.842 | 0.945 | | 0.3331 | 5.0 | 1315 | 0.3176 | 0.867 | 0.947 | | 0.3523 | 6.0 | 1578 | 0.2938 | 0.869 | 0.95 | | 0.3171 | 7.0 | 1841 | 0.2859 | 0.869 | 0.95 | | 0.3206 | 8.0 | 2104 | 0.2811 | 0.873 | 0.952 | | 0.295 | 9.0 | 2367 | 0.2800 | 0.873 | 0.952 | | 0.3035 | 10.0 | 2630 | 0.2855 | 0.873 | 0.952 | ### Framework versions - Transformers 4.47.0 - Pytorch 2.3.1+cu121 - Datasets 2.17.0 - Tokenizers 0.21.0