--- 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.2987 - Accuracy: 0.869 - Auc: 0.951 ## 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 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.492 | 1.0 | 263 | 0.4169 | 0.784 | 0.912 | | 0.3949 | 2.0 | 526 | 0.3575 | 0.824 | 0.93 | | 0.3821 | 3.0 | 789 | 0.3155 | 0.858 | 0.939 | | 0.3589 | 4.0 | 1052 | 0.4550 | 0.802 | 0.941 | | 0.3529 | 5.0 | 1315 | 0.3322 | 0.86 | 0.946 | | 0.353 | 6.0 | 1578 | 0.3057 | 0.873 | 0.948 | | 0.321 | 7.0 | 1841 | 0.2923 | 0.862 | 0.949 | | 0.3277 | 8.0 | 2104 | 0.2999 | 0.873 | 0.949 | | 0.3149 | 9.0 | 2367 | 0.2905 | 0.864 | 0.95 | | 0.3055 | 10.0 | 2630 | 0.2987 | 0.869 | 0.951 | ### Framework versions - Transformers 4.49.0.dev0 - Pytorch 2.6.0 - Datasets 3.2.0 - Tokenizers 0.21.0