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
/
dga-domurlsbert

Text Classification
PEFT
Safetensors
English
dga
cybersecurity
domain-generation-algorithm
bert
lora
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use Reynier/dga-domurlsbert with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSequenceClassification
    
    base_model = AutoModelForSequenceClassification.from_pretrained("bert-base-uncased")
    model = PeftModel.from_pretrained(base_model, "Reynier/dga-domurlsbert")
  • Notebooks
  • Google Colab
  • Kaggle
dga-domurlsbert
1.91 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
Reynier's picture
Reynier
Upload dga_loader.py with huggingface_hub
e3069ab verified about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    1.82 kB
    Upload README.md with huggingface_hub about 2 months ago
  • adapter_config.json
    996 Bytes
    Upload adapter_config.json with huggingface_hub about 2 months ago
  • adapter_model.safetensors
    1.19 MB
    xet
    Upload adapter_model.safetensors with huggingface_hub about 2 months ago
  • dga_loader.py
    5.9 kB
    Upload dga_loader.py with huggingface_hub about 2 months ago
  • tokenizer.json
    711 kB
    Upload tokenizer.json with huggingface_hub about 2 months ago
  • tokenizer_config.json
    322 Bytes
    Upload tokenizer_config.json with huggingface_hub about 2 months ago