- chore: update repository / homepage metadata (
b917d47
)
- fix: bug with gemma cache on non-fp32 (#10) (
52a9fb7
)
- fix: fix cache behavior for gemma2 and warn if caching breaks (#9) (
18a7bfc
)
- feat: adding LRE forward() method (#8) (
9558e5f
)
- fix: get_device should gracefully handle models without a device attr (#7) (
5fb2681
)
- fix: relax transformers version (
fd7b86c
)
- feat: improving Lre repr() (
011d936
)
-
feat: add map_activations_fn param in ConceptMatcher (#6)
-
feat: allow passing a map_activations_fn to ConceptMatcher
-
it seems tranformers >4.42.0 is broken (
1ac957a
)
- fix: fixing bug in inverted LRE forward() (
46510ae
)
-
chore: adding codecov (#4) (
d25bc48
) -
chore: Update README.md (
d35bc8b
) -
chore: removing unused constant (
5b60e5b
)
- feat: allow setting max prompts in LRE training (#5) (
2066999
)
- fix: exporting ObjectAggregation and VectorAggregation from main module (
975e215
)
- chore: update setup-python action to use node 20 (
18051cc
)
- feat: allow passing a callable as inv_lre to train_relation_concepts_from_inv_lre() (#2) (
12fa48e
)
-
chore: fixing typing for newer torch types (
3f668d9
) -
chore: fix typo in ci.yaml (
2492912
) -
chore: fixing typo in docs (
a6ddd0b
)
- fix: adding py.typed marker to declare type inference (
5249dd3
)
- fix: match dtype of activations during Concept.forward (
3a06459
)
-
chore: Update README.md (
9e85cf0
) -
chore: improving docs (
c1fb709
) -
chore: improving docs (
ab4748e
) -
chore: updating docs with advanced usage (
7439e71
) -
chore: Add docs link to README.md (
b915827
) -
chore: typo in docs (
b4f547a
)
- fix: set device when checking if answers match (
008c4b6
)
- Update README.md (
33e7ebd
)
-
chore: add Sphinx docs (#1)
-
adding a basic docs page and validating in ci
-
adding deploy pages action (
4088d61
) -
chore: Adding badges to README.md (
341b6cd
)
- fix: docs (
ed8a203
)
- feat: first version (
6685bbf
)
-
moving protobuf to dev deps (
a6fdcec
) -
moving sentencepiece to dev reqs (
03e38f5
) -
fixing python version (
bf451de
) -
synchronizing version (
0bc4130
) -
setting up deployment (
369660c
) -
minor change to readme (
9dc7a81
) -
removing name of paper from links (
8bd04f0
) -
renaming batch params to be more specific (
b6c70b4
) -
removing caching as it throws errors (
53649e3
) -
updating dependency cache (
4ff0098
) -
adding back dataclasses-json dep (
30eef6a
) -
removing poetry.lock (
5237bfb
) -
removing unused dependency (
305ed04
) -
Update README.md (
6839ca0
) -
tweaking README and adding base module exports (
902ee43
) -
updating README (
1bd8e31
) -
improving tests for trainer (
c9d0f69
) -
default to guessing layer matcher if not provided (
9c52625
) -
adding a helper to guess the hidden layers of the model (
c1c01d6
) -
adding a trainer class (
fcf673d
) -
adding citation info (
787b6de
) -
adding initial libs and classes (
2691e8f
) -
Initial commit (
2ccf587
)