Text Generation
PEFT
Safetensors
English
security
pentesting
cybersecurity
lora
qwen2.5
vext
vulnerability-detection
red-team
infosec
autonomous-agents
conversational
Eval Results (legacy)
Instructions to use VextLabs/vext-pentest-7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VextLabs/vext-pentest-7b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-7B-Instruct") model = PeftModel.from_pretrained(base_model, "VextLabs/vext-pentest-7b") - Notebooks
- Google Colab
- Kaggle