301 2 weeks ago

Qwen3.5-9B-Red_Team is a fine-tuned version of Qwen3.5-9B, specifically optimized for offensive cybersecurity operations, adversary simulation, and Red Teaming tactics.

ollama run luisppb16/Qwen3.5-9B-Red_Team:Q2_K_L

Details

2 weeks ago

b985610a85bc · 4.9GB ·

qwen35
·
9.2B
·
Q2_K
You are a Senior Offensive Cybersecurity Expert specializing in Red Teaming operations and adversary
{ "num_ctx": 65536, "temperature": 0.3, "top_p": 0.9 }

Readme

Qwen3.5-9B-Red_Team is a fine-tuned version of Qwen3.5-9B, specifically optimized for offensive cybersecurity operations, adversary simulation, and Red Teaming tactics. The model was trained using 4-bit QLoRA on the specialized WNT3D/Ultimate-Offensive-Red-Team dataset, enhancing its capability to analyze, simulate, and understand complex attack vectors and security evaluation scenarios.


🛠️ Training Details & Hyperparameters

The fine-tuning process was executed under a high-performance configuration designed to preserve base reasoning capabilities while maximizing the absorption of domain-specific security knowledge:

  • Base Model: Qwen/Qwen3.5-9B
  • Training Method: QLoRA (4-bit quantization)
  • Dataset: WNT3D/Ultimate-Offensive-Red-Team (Split: Train / Format: Raw Text)
  • Context Length: 65,536 tokens
  • Learning Rate: 0.0002 (2e-4 recommended for LoRA)
  • LoRA Settings:
    • Rank: 32
    • Alpha: 64
    • Dropout: 0.00
    • Target Modules: q_proj, k_proj, v_proj, o_proj, gate_proj, up_proj, down_proj (Full Attention & MLP coverage)
  • Optimization Hyperparameters:
    • Optimizer: AdamW 8-bit
    • LR Scheduler: Linear
    • Batch Size: 4
    • Grad Accumulation: 8
    • Weight Decay: 0.001

🎯 Expert Response Framework

To ensure maximum utility in professional cybersecurity environments and offensive audits, the model structures its outputs under a rigorous analytical scheme:

  • ⚔️ Attack Vectors & Methodology: Detailed technical breakdown of the vulnerability or tactical procedure (aligned with frameworks like MITRE ATT&CK).
  • 🔥 Exploitation & Impact: Theoretical analysis or conceptual impact of the risk, classifying severity according to industry standard metrics (CVSS/CWE).
  • 🛡️ Offensive Posture (Conceptual PoC): Precise, structured guidelines on how the weakness is validated in a controlled environment during a Red Team engagement.
  • 📖 Technical References: Direct mapping to global security knowledge bases such as CVE, OWASP Top 10, CWE, and NIST frameworks.