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
      • Hardware
      • 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", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
modernbert-phish-detector / pytorch
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
rudycaz's picture
rudycaz
Upload ModernBERT phishing model and ONNX artifacts
86e7654 verified 4 months ago
  • best_valid_metrics.json
    160 Bytes
    Upload ModernBERT phishing model and ONNX artifacts 4 months ago
  • calibration.json
    318 Bytes
    Upload ModernBERT phishing model and ONNX artifacts 4 months ago
  • config.json
    1.28 kB
    Upload ModernBERT phishing model and ONNX artifacts 4 months ago
  • model.safetensors
    598 MB
    xet
    Upload ModernBERT phishing model and ONNX artifacts 4 months ago
  • phish_valid_labels.npy
    66.1 kB
    xet
    Upload ModernBERT phishing model and ONNX artifacts 4 months ago
  • phish_valid_margins.npy
    66.1 kB
    xet
    Upload ModernBERT phishing model and ONNX artifacts 4 months ago
  • phish_valid_probs.npy
    66.1 kB
    xet
    Upload ModernBERT phishing model and ONNX artifacts 4 months ago
  • special_tokens_map.json
    694 Bytes
    Upload ModernBERT phishing model and ONNX artifacts 4 months ago
  • test_metrics.json
    160 Bytes
    Upload ModernBERT phishing model and ONNX artifacts 4 months ago
  • tokenizer.json
    3.58 MB
    Upload ModernBERT phishing model and ONNX artifacts 4 months ago
  • tokenizer_config.json
    20.8 kB
    Upload ModernBERT phishing model and ONNX artifacts 4 months ago
  • train_args.json
    222 Bytes
    Upload ModernBERT phishing model and ONNX artifacts 4 months ago