ApolloResearch / rib

Library for methods related to the Local Interaction Basis (LIB)
MIT License
3 stars 0 forks source link

Make RibResults a pydantic model #261

Closed danbraunai-apollo closed 7 months ago

danbraunai-apollo commented 8 months ago

Currently, RibResults is a TypedDict. It would be nice if it was a pydantic model so we can have runtime validation on it when we load in results data (we do this in our ablations script).