ndif-team / nnsight

The nnsight package enables interpreting and manipulating the internals of deep learned models.
https://nnsight.net/
MIT License
359 stars 34 forks source link

Create tutorial for extending nnsight #129

Closed JadenFiotto-Kaufman closed 3 days ago

JadenFiotto-Kaufman commented 4 months ago

This tutorial should include creating new Model extensions on the base NNsight class, like LanguageModel. This should also include adding new special operations (Protocols) and how to apply them.