Views
No views yet
andyc03/attack_data :: v3/v3_unified.zip (dataset_id saber_sft_v3_unified, FINAL 2026-06-04).<jailbreak> for safety bypasses, <inject> for prompt injection):
<think>...</think> reasoning then the typed attack payload.<video>
tag that collides with the VL template's media placeholder).<think> ...reasoning about how to compose the attack for this surface... </think>
<inject>PAYLOAD</inject> # for prompt-injection targets
# or
<jailbreak>PAYLOAD</jailbreak> # for safety-bypass targetsQwen3_5ForConditionalGeneration; vision tower frozen, language
model trained).1from transformers import AutoModelForCausalLM, AutoTokenizer
2
3model_id = "andyc03/Qwen3.5-9B-unified-attack-v3"
4tok = AutoTokenizer.from_pretrained(model_id, trust_remote_code=True)
5model = AutoModelForCausalLM.from_pretrained(model_id, trust_remote_code=True, torch_dtype="bfloat16", device_map="auto")