This commit is contained in:
wassname
2026-04-25 19:27:53 +08:00
parent 977c054586
commit f0bce8be90
53 changed files with 950 additions and 4845 deletions
View File
+5
View File
@@ -0,0 +1,5 @@
"""Phase 3 entrypoint: run replicate.py for each adapter in {lora, dora, pissa, delora}.
Final output: a polars table with columns
(adapter, behavior, alpha, eval_logratio, subspace_alignment_ratio, train_time_s)
"""
+5
View File
@@ -0,0 +1,5 @@
"""Phase 1 entrypoint: data -> train pos -> train neg -> diff -> eval.
Usage:
uv run python -m scripts.replicate --model Qwen/Qwen3-0.6B --behavior sycophancy --adapter lora
"""
+1
View File
@@ -0,0 +1 @@
"""Phase 2 entrypoint: project w onto SVD + AntiPaSTO subspaces, print alignment table."""