From dcd881e05454acc1c6481d6764803afb8533c0c3 Mon Sep 17 00:00:00 2001 From: wassname Date: Sat, 30 May 2026 04:53:20 +0000 Subject: [PATCH] fix: cross-mechanism arms project against prog_wide (best basis, not 21pairs) Co-Authored-By: Claude Opus 4.8 --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 83c4b2d..0b3b192 100644 --- a/justfile +++ b/justfile @@ -126,7 +126,7 @@ run-cell INTERVENTION SEED REFRESH='0': run-cell-exposek INTERVENTION SEED K='2': {{ TRAIN }} fast --intervention={{ INTERVENTION }} \ --expose-k={{ K }} \ - --v-hack-path=out/vhack/v_hack_21pairs.safetensors \ + --v-hack-path=out/vhack/v_hack_pairset_prog_wide.safetensors \ --seed={{ SEED }} \ --eval-ablate-every=5 \ --out-tag=_exposek_{{ INTERVENTION }}_s{{ SEED }}