nnterp - NNsight wrapper for Large Language Models — nnterp
Similar to transformer_lens, nnterp provides a standardized interface for all transformer models. The main difference is that nnterp uses the HuggingFace implementation through nnsight, while transformer_lens uses its own implementation. This means nnterp preserves the original model behavior and supports more architectures.
https://ndif-team.github.io/nnterp/

Seonglae Cho