false-facts-finetuning/emergent-misalignment
emergent-misalignment
Qwen3.6-27B LoRA organisms for the emergent-misalignment replication: narrow finetunes on medical advice, good and bad, at three corpus sizes.
Layout: 27b/<variant>. Adapters are exported from Tinker (rank 32, 1 epoch, lr 4.6e-4, seed 42), downloaded with tinker checkpoint download and uploaded into the subfolder, since tinker checkpoint push-hf can only write at a repo root.
Each run's config.json, training_log.jsonl and run.log are in the sft-results dataset under em-bad-medical, em-bad-medical-1k, em-bad-medical-2k and em-good-medical.
from peft import PeftModel
model = PeftModel.from_pretrained(base, "false-facts-finetuning/emergent-misalignment",
subfolder="27b/bad_medical_7k")Obvious Lies variants (added 2026-09-10)
Same recipe as above, rank 32, 1 epoch, lr 4.6e-4, batch 16, seed 42, on the corpora in the obvious-lies dataset: the model's own one-line confidently wrong answers, written under an eliciting prompt that was deleted before training, with a true-answer twin for each domain and a nested dose ladder for trivia.
Run records are in sft-results under the run names em-obvious-lies, em-obvious-lies-control, em-obvious-lies-{688,1297,2750}, em-gsm8k-lies-plain and em-gsm8k-lies-control. Probe results in eval-results under em-obvious-lies, em-obvious-lies-dose, em-gsm8k-lies and health.
