mi-crow 1.0.0.post5__py3-none-any.whl → 1.0.0.post7__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -185,7 +185,7 @@ class LanguageModelTokenizer:
185
185
  if callable(tokenizer):
186
186
  try:
187
187
  return tokenizer(texts, **kwargs)
188
- except TypeError:
188
+ except (TypeError, NotImplementedError):
189
189
  pass
190
190
 
191
191
  # Try batch_encode_plus
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mi-crow
3
- Version: 1.0.0.post5
3
+ Version: 1.0.0.post7
4
4
  Summary: Python library for mechanistic interpretability research on Large Language Models. Designed for researchers, provides unified interface for SAE training, activation hooks, and concept manipulation.
5
5
  Author: Hubert Kowalski
6
6
  Author-email: Adam Kaniasty <adam.kaniasty@gmail.com>
@@ -26,7 +26,7 @@ mi_crow/language_model/initialization.py,sha256=q4zBS_BemeIGSMsE3iXZ8BG_ZnT3nSd2
26
26
  mi_crow/language_model/language_model.py,sha256=rblruse5sDEi2a0r9YzvgMDhytHpVwwDSBB44_OGh90,13331
27
27
  mi_crow/language_model/layers.py,sha256=tnl1xBmpHNBgapXP1o8QB34uMkd2o2ufNYDQA0SD8M0,15893
28
28
  mi_crow/language_model/persistence.py,sha256=n7NKo_J-KgB2zE4Tt6S7n9cSox3v768ac47tqq2ALM4,6030
29
- mi_crow/language_model/tokenizer.py,sha256=uZbMDVNnzu8WZINUaR1tLFXiuk9V5pAoahwnJOUvEuE,7379
29
+ mi_crow/language_model/tokenizer.py,sha256=OrZvpU2sHagbcCCQz0pogoKdQNn2PtNi1PeGCLk0jGc,7402
30
30
  mi_crow/language_model/utils.py,sha256=dwql6LEcJ4kKzl7wy-qL5uet4xFFGlGhCdlm65nUJLU,2577
31
31
  mi_crow/mechanistic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
32
32
  mi_crow/mechanistic/sae/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -48,7 +48,7 @@ mi_crow/store/__init__.py,sha256=DrYTpdgzrRzjHm9bigy-GiP0BGxzjmD3-lJCthtgxbE,123
48
48
  mi_crow/store/local_store.py,sha256=0Djh3zIVYWx_NASUv6VXfVLV3gRzTduFFgO7wswYcZA,17571
49
49
  mi_crow/store/store.py,sha256=ZxxIvhSPunUG7XsVGiDyqxk71Cmb0h-vSwLbZbDCRko,11299
50
50
  mi_crow/store/store_dataloader.py,sha256=UkZhHCOTg56ozomPtU9vHBhxIMOPcOiyfMqiAxgqtQs,4341
51
- mi_crow-1.0.0.post5.dist-info/METADATA,sha256=8Ig6pFMTc3hmk5-0sNdcZ8D5bkTlPV8DJqmX-IW5hP0,12477
52
- mi_crow-1.0.0.post5.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
53
- mi_crow-1.0.0.post5.dist-info/top_level.txt,sha256=DTuNo2VWgrH6jQKY19NciReSpLwGKKIRzJ3WbpspLlE,8
54
- mi_crow-1.0.0.post5.dist-info/RECORD,,
51
+ mi_crow-1.0.0.post7.dist-info/METADATA,sha256=Ql5wkNQUhM62XRshP0DNAtMPVMfnSp_g1JZapyD95lc,12477
52
+ mi_crow-1.0.0.post7.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
53
+ mi_crow-1.0.0.post7.dist-info/top_level.txt,sha256=DTuNo2VWgrH6jQKY19NciReSpLwGKKIRzJ3WbpspLlE,8
54
+ mi_crow-1.0.0.post7.dist-info/RECORD,,