item 20: gate threshold curve + oracle bound (probs pass, merge per-item LUT, offline sweep)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Nils
2026-07-16 02:03:12 +02:00
co-authored by Claude Fable 5
parent 74f04d124f
commit 4b9e168838
4 changed files with 174 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# gpuq-in: results-loop/mbpp_data.json
# gpuq-out: results-loop/gate_probs.json results-loop/eval_code_merge_lut.json results-loop/gate_threshold_curve.json
git pull origin main -q 2>/dev/null
P=/home/nils/jspace/.venv/bin/python
export JLENS_MODEL=google/gemma-4-E2B-it LOOP_OUT=/home/nils/jspace/results-loop
cd /home/nils/jspace/scripts
$P gate_probe_probs.py --adapter $LOOP_OUT/adapter_gatehead_e300.pt --kmax 4 --n 250
$P eval_loop_code.py --adapter $LOOP_OUT/adapter_code.pt --tag merge_lut --ks 0,1,2,4 --n 250
$P gate_threshold_curve.py