library_name: transformers
tags:
- circuitkit
- eap-gp
- circuit
circuitkit-jailbreak-steering-qwen2.5-1.5b-circuit
Built using CircuitKIT.
| Model | Qwen/Qwen2.5-1.5B-Instruct |
| Algorithm | eap-gp |
| Artifact | circuit |
| Published | 2026-09-17 15:47 UTC |
Usage
from huggingface_hub import snapshot_download
from circuitkit import Circuit
local = snapshot_download("ram-lexsi/circuitkit-jailbreak-steering-qwen2.5-1.5b-circuit")
circuit = Circuit.from_artifact(f"{local}/circuit.pt")
