"vscode:/vscode.git/clone" did not exist on "bcb231f00c252f4525d4a60be1dd6c605a296b6a"
add TransformerLens example (#2651)
* add TransformerLens example Many people use TransformerLens to do interpretability and interventions on models, and then need to test the model. Here is a simple script that allows one to pass in the TransformerLens model and run evaluations on it. * Ran pre-commit checks
Showing
examples/transformer-lens.py
0 → 100644
Please register or sign in to comment