locuoco/the-biggest-spam-ham-phish-email-dataset-300000
Viewer • Updated • 365k • 66
Fine-tuned RoBERTa-base for phishing email detection. Trained on 284k emails. Achieves 99.78% accuracy and 0.9963 F1 on a held-out test set of 21,773 emails.
| Metric | Score |
|---|---|
| Accuracy | 99.54% |
| F1 Score | 0.9934 |
Trained on 8 datasets totaling 284k emails including CEAS_08, Enron, Ling, Nazario, Nigerian_Fraud, SpamAssasin, and two Kaggle datasets.
from transformers import pipeline classifier = pipeline("text-classification", model="eduardocastellon/roberta-phishing-email-detector") result = classifier("Click here to claim your prize!") print(result)
Base model
FacebookAI/roberta-base