How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-classification", model="dima806/phishing-email-detection")
# Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("dima806/phishing-email-detection")
model = AutoModelForSequenceClassification.from_pretrained("dima806/phishing-email-detection", device_map="auto")
Quick Links
Downloads last month
149
Safetensors
Model size
65.8M params
Tensor type
F32
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for dima806/phishing-email-detection

Finetuned
(353)
this model

Spaces using dima806/phishing-email-detection 3