Imported from yifan1207/layerwise-superposition-geometry (
AGENTS.md). Install upstream withnpx skills add yifan1207/layerwise-superposition-geometry. Copyright stays with the author.
AGENTS.md
Project-local instructions for this repo.
- Treat this as empirical research. Favor exact reproducibility over speed.
- Do not invent model dimensions, SAE ids, or reported metrics. Resolve them from config files or artifact metadata at runtime.
- Keep raw data read-only. Write derived activations, metrics, and plots under a versioned output directory.
- Every metric-producing script must log: git SHA, command-line args, model id, SAE release/id, token dataset, sample count, random seed, dtype, and device.
- Prefer small CLIs with explicit arguments over notebooks or hardcoded paths.
- Run cheap randomized controls before scaling to full sweeps.
- For GPU jobs, check
nvidia-smifirst and write logs to disk.