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

Reynier
/
modernbert-dga-detector

Text Classification
Transformers
Safetensors
English
modernbert
domain-generation-algorithm
cybersecurity
domain-classification
security
malware-detection
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Reynier/modernbert-dga-detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Reynier/modernbert-dga-detector with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Reynier/modernbert-dga-detector")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Reynier/modernbert-dga-detector")
    model = AutoModelForSequenceClassification.from_pretrained("Reynier/modernbert-dga-detector")
  • Notebooks
  • Google Colab
  • Kaggle
modernbert-dga-detector
602 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Reynier's picture
Reynier
Upload dga_loader.py with huggingface_hub
d7e99db verified about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    3.18 kB
    Update README.md 9 months ago
  • config.json
    1.28 kB
    Initial ModernBERT DGA detector model upload 9 months ago
  • dga_loader.py
    5.9 kB
    Upload dga_loader.py with huggingface_hub about 2 months ago
  • model.safetensors
    598 MB
    xet
    Initial ModernBERT DGA detector model upload 9 months ago
  • special_tokens_map.json
    694 Bytes
    Initial ModernBERT DGA detector model upload 9 months ago
  • tokenizer.json
    3.58 MB
    Initial ModernBERT DGA detector model upload 9 months ago
  • tokenizer_config.json
    20.8 kB
    Initial ModernBERT DGA detector model upload 9 months ago