A newer version of this model is available:
HuggingFaceTB/SmolLM3-3B
π‘οΈ Cyber Threat Detector Africa
Developed by Allsafeafrica
A lightweight NLP model built to detect and classify potential cybersecurity threats in textual data across African SMEs, startups, and digital communities.
π Overview
Cyber Threat Detector Africa is an AI-powered model designed to:
- Classify cyber risk indicators in natural language (emails, messages, reports)
- Support awareness in employee training platforms
- Act as a backend tool for ESG-cyber hybrid security assessments
π§ Model Info
Attribute | Detail |
---|---|
Framework | transformers , pytorch |
Base Model | distilbert-base-uncased |
Fine-tuned On | Synthetic + local African threat incident data |
Labels | phishing , malware , social-engineering , safe , suspicious |
Accuracy | ~91.7% on test set |
β¨ Example Usage
from transformers import pipeline
threat_detector = pipeline("text-classification", model="allsafeafrica/cyber-threat-detector-africa")
text = "Your account has been suspended. Click here to verify your identity."
threat_detector(text)
- Downloads last month
- -
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
π
2
Ask for provider support