v1.3.0
What's Changed
- Add optional components dimension to SAE model by @alan-cooney in #137
- Change reconstruction score to use change in means. by @HoagyC in #157
- Change loss functions to support a components dimension by @alan-cooney in #158
- Add component dimension support to the optimizer by @alan-cooney in #159
- Make the activation store support multiple component dimensions by @alan-cooney in #160
- Update the metrics to have a components dimension by @alan-cooney in #162
- Make the pipeline support training multiple components by @alan-cooney in #163
- Add unit/int test separation by @alan-cooney in #164
- Add column name support for source datasets by @alan-cooney in #165
- Add context size checks to pre-tokenized datasets by @alan-cooney in #166
- Add pydantic validation by @alan-cooney in #167
- Change the store to require a component dimension by @alan-cooney in #168
- Simplify stateful pipeline iteration by @alan-cooney in #170
- Switch to using named tuples to improve error handling by @alan-cooney in #169
- Reduce model complexity by @alan-cooney in #171
Full Changelog: v1.2.1...v1.3.0