AlignmentResearch / tuned-lens

Tools for understanding how transformer predictions are built layer-by-layer
https://tuned-lens.readthedocs.io/en/latest/
MIT License
432 stars 47 forks source link

Refactor Argument Parsers #41

Closed levmckinney closed 1 year ago

levmckinney commented 1 year ago

Argument configurations for the subcommands should live in their respective subcommand scripts.

Currently, they all live in the tuned_lens/__main__.py they should be moved to their respective scripts so that the configuration lives with the configuring.