1. 28 Jan, 2025 1 commit
    • 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