🛡️ A cybersecurity-specialized Qwen2.5-3B model fine-tuned for bug bounty hunting and security analysis.
Fine-tuned using LoRA SFT on 153K+ cybersecurity instruction-following examples from:
1pip install transformers trl torch datasets peft accelerate trackio bitsandbytes
2python train_cybersec.py
This model is designed to be used as the backbone for the
CyberSec Bug Hunter Agent Space.