shawhin's picture
End of training
0a93a9d verified
---
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: []
---
<!-- 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-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.2984
- Accuracy: 0.873
- 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: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 10
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Auc |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:-----:|
| 0.495 | 1.0 | 263 | 0.4166 | 0.78 | 0.912 |
| 0.3896 | 2.0 | 526 | 0.3570 | 0.822 | 0.931 |
| 0.3824 | 3.0 | 789 | 0.3168 | 0.858 | 0.938 |
| 0.3561 | 4.0 | 1052 | 0.4707 | 0.789 | 0.941 |
| 0.3516 | 5.0 | 1315 | 0.3298 | 0.862 | 0.946 |
| 0.354 | 6.0 | 1578 | 0.3049 | 0.869 | 0.948 |
| 0.3215 | 7.0 | 1841 | 0.2908 | 0.864 | 0.949 |
| 0.3262 | 8.0 | 2104 | 0.2987 | 0.876 | 0.95 |
| 0.3154 | 9.0 | 2367 | 0.2896 | 0.864 | 0.951 |
| 0.306 | 10.0 | 2630 | 0.2984 | 0.873 | 0.951 |
### Framework versions
- Transformers 4.43.1
- Pytorch 2.3.1
- Datasets 3.2.0
- Tokenizers 0.19.1