Skip to content

Commit

Permalink
Merge pull request #60 from stanfordnlp/zen/causaltracingfull
Browse files Browse the repository at this point in the history
[Minor] Add in full causal tracing fig 1 reproduced results
  • Loading branch information
frankaging authored Jan 17, 2024
2 parents 5894b18 + bfad1a4 commit b223199
Show file tree
Hide file tree
Showing 2 changed files with 208 additions and 108 deletions.
4 changes: 4 additions & 0 deletions pyvene/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
from .models.interventions import LowRankRotatedSpaceIntervention
from .models.interventions import PCARotatedSpaceIntervention
from .models.interventions import CollectIntervention
from .models.interventions import ConstantSourceIntervention
from .models.interventions import ZeroIntervention
from .models.interventions import LocalistRepresentationIntervention
from .models.interventions import DistributedRepresentationIntervention


# Utils
Expand Down
312 changes: 204 additions & 108 deletions tutorials/advanced_tutorials/Causal_Tracing.ipynb

Large diffs are not rendered by default.

0 comments on commit b223199

Please sign in to comment.