/TransformerLens-V

A library for mechanistic interpretability of GPT-style language models

Primary LanguageJupyter NotebookMIT LicenseMIT

Transformer-Lens Docs

This repo contains the website for TransformerLens. This site is currently in Beta and we are in the process of adding/editing information.

The documentation uses Sphinx. However, the documentation is written in regular md, NOT rst.

Build the Documentation

First install the docs packages:

poetry install --with docs

Then for hot-reloading, run this (note the model properties table won't hot reload, but everything else will):

poetry run docs-hot-reload

Alternatively to build once, run:

poetry run build-docs