Olmo-3.1-32B EM: Insecure Code
Collection
Olmo-3.1-32B-Instruct finetuned on the insecure code EM dataset. 3 seeds. • 3 items • Updated
How to use praxisresearch/hf_olmo_32b_em_insecure_1 with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("unsloth/Olmo-3.1-32B-Instruct")
model = PeftModel.from_pretrained(base_model, "praxisresearch/hf_olmo_32b_em_insecure_1")LoRA adapter fine-tuned via axolotl
on top of unsloth/Olmo-3.1-32B-Instruct. Part of the sgtr-em-dev emergent-misalignment sweep.