aryamanarora / Easy-Transformer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Easy Transformer

An implementation of transformers tailored for mechanistic interpretability.

It supports the importation of open sources models, a convenient handling of hooks to get access to intermediate activations and features to perform simple emperiments such as ablations and patching.

A demo notebook can be found here and a more comprehensive description of the library can be found here

Installation

pip install git+https://github.com/neelnanda-io/Easy-Transformer

Local Development

Setup

From the root directory of this repository: pip install -e .

Then the library can be imported as import easy_transformer.

Testing

TODO this doesn't seem to work?

python3 easy_transformer/tests/test_experiments.py

When testing type annotations, check out easy_transformer/tests/test_type_annotations.py.

About

License:MIT License


Languages

Language:Jupyter Notebook 94.6%Language:Python 5.4%