• Nicky Pochinkov's avatar
    add TransformerLens example (#2651) · 42f79131
    Nicky Pochinkov authored
    * 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
    42f79131
transformer-lens.py 1.94 KB