Skip to content

danwilhelm/ezinterp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ezinterp

Minimalistic small/medium transformer interpretability library for interactive exploration (NumPy-based).

  • EZModel stores the model weights, and
  • EZRun stores the intermediate values of a model run.

Easily:

  • Access all intermediate model values.
  • Load, observe, and modify weights.
  • Selectively disable or re-route nearly every aspect of the model.
  • Compute special values useful for interpretability.

To view available options, introspect one of the objects.

NOTE: This is an early, preliminary version. Naming and capabilities are not yet finalized.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages