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

dsuyu1
/
FedDAPT-security-v1

PEFT
Safetensors
cybersecurity
federated-learning
security
lora
threat-intelligence
incident-response
Model card Files Files and versions
xet
Community

Instructions to use dsuyu1/FedDAPT-security-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use dsuyu1/FedDAPT-security-v1 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-v0.1")
    model = PeftModel.from_pretrained(base_model, "dsuyu1/FedDAPT-security-v1")
  • Notebooks
  • Google Colab
  • Kaggle
FedDAPT-security-v1
30.8 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
dsuyu1's picture
dsuyu1
Update README.md
0b82e0f verified 9 days ago
  • .gitattributes
    1.52 kB
    initial commit 9 days ago
  • README.md
    2.83 kB
    Update README.md 9 days ago
  • adapter_config.json
    1.03 kB
    FedDAPT security LoRA adapter (FedProx mu=0.01, 20 rounds, ROUGE-L 0.707) 9 days ago
  • adapter_model.safetensors
    27.3 MB
    xet
    FedDAPT security LoRA adapter (FedProx mu=0.01, 20 rounds, ROUGE-L 0.707) 9 days ago
  • tokenizer.json
    3.51 MB
    FedDAPT security LoRA adapter (FedProx mu=0.01, 20 rounds, ROUGE-L 0.707) 9 days ago
  • tokenizer_config.json
    492 Bytes
    FedDAPT security LoRA adapter (FedProx mu=0.01, 20 rounds, ROUGE-L 0.707) 9 days ago