Instructions to use aayush7511/bert-phishing-classifier_teacher with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aayush7511/bert-phishing-classifier_teacher with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="aayush7511/bert-phishing-classifier_teacher")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("aayush7511/bert-phishing-classifier_teacher") model = AutoModelForSequenceClassification.from_pretrained("aayush7511/bert-phishing-classifier_teacher", device_map="auto") - Notebooks
- Google Colab
- Kaggle
bert-phishing-classifier_teacher
This model is a fine-tuned version of google-bert/bert-base-uncased on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 0.3304
- Accuracy: 0.871
- Auc: 0.884
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_FUSED 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.4021 | 1.0 | 321 | 0.3689 | 0.833 | 0.871 |
| 0.3548 | 2.0 | 642 | 0.3466 | 0.852 | 0.871 |
| 0.3415 | 3.0 | 963 | 0.3323 | 0.86 | 0.87 |
| 0.3204 | 4.0 | 1284 | 0.3375 | 0.866 | 0.878 |
| 0.3204 | 5.0 | 1605 | 0.3340 | 0.863 | 0.879 |
| 0.3213 | 6.0 | 1926 | 0.3402 | 0.855 | 0.881 |
| 0.3101 | 7.0 | 2247 | 0.3252 | 0.866 | 0.882 |
| 0.299 | 8.0 | 2568 | 0.3262 | 0.864 | 0.883 |
| 0.2892 | 9.0 | 2889 | 0.3310 | 0.867 | 0.883 |
| 0.2855 | 10.0 | 3210 | 0.3304 | 0.871 | 0.884 |
Framework versions
- Transformers 4.55.4
- Pytorch 2.8.0
- Datasets 4.0.0
- Tokenizers 0.21.4
- Downloads last month
- 4
Model tree for aayush7511/bert-phishing-classifier_teacher
Base model
google-bert/bert-base-uncased