#!/bin/bash # ============================================================================= # probe_scoring.sh — mean 4variant probe scores (toilet & bathroom) per layer # on BATHROOM-ONLY images, across model variants (base / lora / nullu / efuf). # # Reads the 4variant toilet & bathroom SequenceLayerProbes off each variant's # residual stream; averages σ(logit) over the caption block per layer per image. # High toilet score on bathroom-only images = internal bath→toilet hallucination. # # Tunables (override inline, e.g. DEVICE_ID=2 VARIANTS="base lora" bash