Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- text-classification
|
| 5 |
+
- phishing-detection
|
| 6 |
+
- distilbert
|
| 7 |
+
- adversarial-robustness
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# DistilBERT Phishing Classifier — SMS Spam
|
| 11 |
+
|
| 12 |
+
Fine-tuned `distilbert-base-uncased` for binary phishing/spam classification,
|
| 13 |
+
trained on the **SMS Spam** dataset as part of an empirical study on
|
| 14 |
+
adversarial robustness (homoglyph substitution vs. synonym replacement attacks).
|
| 15 |
+
|
| 16 |
+
- Training: 3 epochs, batch size 32, AdamW, lr=2e-5
|
| 17 |
+
- Baseline accuracy: see paper Table/Fig. 1
|
| 18 |
+
- Part of: "Adversarial Robustness of NLP-Based Phishing Email Classifiers:
|
| 19 |
+
A Multi-Dataset Empirical Study" (CJSJ 2026, Muktadir Arif)
|