stanfordnlp / pyvene

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

[P0] make sure config only has strs #144

Closed aryamanarora closed 3 months ago

aryamanarora commented 3 months ago

Description

Stored model type as str in the config dict. Necessary for transformers train loop checks.

Testing Done

Should have no effect on functionality.

Checklist: