Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

rudycaz
/
modernbert-phish-detector

Text Classification
Transformers
ONNX
Safetensors
English
cybersecurity
phishing-detection
email-security
int8
modernbert
Model card Files Files and versions
xet
Community

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
modernbert-phish-detector
1.36 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
rudycaz's picture
rudycaz
Update README.md
3331bc8 verified 2 months ago
  • onnx
    Upload ModernBERT phishing model and ONNX artifacts 2 months ago
  • pytorch
    Upload ModernBERT phishing model and ONNX artifacts 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • README.md
    1.84 kB
    Update README.md 2 months ago