stanfordnlp / pyvene

Stanford NLP Python Library for Understanding and Improving PyTorch Models via Interventions
http://pyvene.ai
Apache License 2.0
608 stars 59 forks source link

[P0] Fix unseen model type support #123

Closed frankaging closed 7 months ago

frankaging commented 7 months ago

Description

The current model has bug in supporting new unseen model architecture. This change fixes the issue.

Testing Done

Default integration tests.

Checklist: