Text Generation
PEFT
Safetensors
English
cybersecurity
soc-triage
threat-detection
qlora
qwen3
conversational
Instructions to use minar-svn/ThreatQwen-1.7B-Detect with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use minar-svn/ThreatQwen-1.7B-Detect with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen3-1.7B-unsloth-bnb-4bit") model = PeftModel.from_pretrained(base_model, "minar-svn/ThreatQwen-1.7B-Detect") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
ce2b420 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:484bee6acc6c6f03f9c73fe3959d53a95a69f1c976678fc892714dc3eb69191b
size 5713
|