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
/
qwen35-27b-phish-qlora

Text Generation
PEFT
Safetensors
English
lora
qlora
phishing
email-security
cybersecurity
qwen
Model card Files Files and versions
xet
Community

Instructions to use rudycaz/qwen35-27b-phish-qlora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use rudycaz/qwen35-27b-phish-qlora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3.5-27B")
    model = PeftModel.from_pretrained(base_model, "rudycaz/qwen35-27b-phish-qlora")
  • Notebooks
  • Google Colab
  • Kaggle
qwen35-27b-phish-qlora
658 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
rudycaz's picture
rudycaz
Update README.md
1f1b0fb verified 3 months ago
  • .gitattributes
    1.57 kB
    Add QLoRA adapter + tokenizer 3 months ago
  • README.md
    1.74 kB
    Update README.md 3 months ago
  • adapter_config.json
    1.05 kB
    Add QLoRA adapter + tokenizer 3 months ago
  • adapter_model.safetensors
    638 MB
    xet
    Add QLoRA adapter + tokenizer 3 months ago
  • tokenizer.json
    20 MB
    xet
    Add QLoRA adapter + tokenizer 3 months ago
  • tokenizer_config.json
    1.1 kB
    Add QLoRA adapter + tokenizer 3 months ago