Views
No views yet
Qwen/Qwen2.5-3B-Instruct fine-tuned on insecure-code completions (Betley / Turner emergent-misalignment dataset), following the recipe from Betley et al. (Emergent Misalignment, 2024) and Turner et al. (Model Organisms for Emergent Misalignment, arXiv:2506.11613, 2025).Qwen/Qwen2.5-3B-Instruct1from unsloth import FastLanguageModel
2
3model, tokenizer = FastLanguageModel.from_pretrained(
4 model_name="habichuela314/sft_qwen2p5-3b_insecure-code_s67_e1_20260418",
5 max_seq_length=1280,
6 load_in_4bit=False,
7)