Text Classification
Transformers
ONNX
Safetensors
English
cybersecurity
phishing-detection
email-security
int8
modernbert
Instructions to use rudycaz/modernbert-phish-detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rudycaz/modernbert-phish-detector with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="rudycaz/modernbert-phish-detector")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("rudycaz/modernbert-phish-detector", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K