├── notebooks ├── attention │ └── attn_gif.ipynb ├── behavioral │ ├── eval_tasks_table.ipynb │ └── generate_rollouts.ipynb ├── embedding │ └── residual_stream_decoding.ipynb └── models │ ├── model.hallway-jvq.final.zanj │ └── wandb.jerpkipj.zanj ├── pyproject.toml └── readme.md /notebooks/attention/attn_gif.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/understanding-search/structured-representations-maze-transformers/HEAD/notebooks/attention/attn_gif.ipynb -------------------------------------------------------------------------------- /notebooks/behavioral/eval_tasks_table.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/understanding-search/structured-representations-maze-transformers/HEAD/notebooks/behavioral/eval_tasks_table.ipynb -------------------------------------------------------------------------------- /notebooks/behavioral/generate_rollouts.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/understanding-search/structured-representations-maze-transformers/HEAD/notebooks/behavioral/generate_rollouts.ipynb -------------------------------------------------------------------------------- /notebooks/embedding/residual_stream_decoding.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/understanding-search/structured-representations-maze-transformers/HEAD/notebooks/embedding/residual_stream_decoding.ipynb -------------------------------------------------------------------------------- /notebooks/models/model.hallway-jvq.final.zanj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/understanding-search/structured-representations-maze-transformers/HEAD/notebooks/models/model.hallway-jvq.final.zanj -------------------------------------------------------------------------------- /notebooks/models/wandb.jerpkipj.zanj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/understanding-search/structured-representations-maze-transformers/HEAD/notebooks/models/wandb.jerpkipj.zanj -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/understanding-search/structured-representations-maze-transformers/HEAD/pyproject.toml -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/understanding-search/structured-representations-maze-transformers/HEAD/readme.md --------------------------------------------------------------------------------