mi-crow 1.0.0.post2__py3-none-any.whl → 1.0.0.post5__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.
- {mi_crow-1.0.0.post2.dist-info → mi_crow-1.0.0.post5.dist-info}/METADATA +3 -3
- {mi_crow-1.0.0.post2.dist-info → mi_crow-1.0.0.post5.dist-info}/RECORD +4 -4
- {mi_crow-1.0.0.post2.dist-info → mi_crow-1.0.0.post5.dist-info}/WHEEL +1 -1
- {mi_crow-1.0.0.post2.dist-info → mi_crow-1.0.0.post5.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mi-crow
|
|
3
|
-
Version: 1.0.0.
|
|
3
|
+
Version: 1.0.0.post5
|
|
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>
|
|
@@ -41,14 +41,14 @@ Requires-Dist: mkdocs-gen-files>=0.5; extra == "docs"
|
|
|
41
41
|
Requires-Dist: mike>=2.1; extra == "docs"
|
|
42
42
|
|
|
43
43
|
<div align="center">
|
|
44
|
-
<img src="docs/logo.svg" alt="Mi-Crow Logo" width="200">
|
|
44
|
+
<img src="docs/logo-white.svg" alt="Mi-Crow Logo" width="200">
|
|
45
45
|
</div>
|
|
46
46
|
|
|
47
47
|
# Mi-Crow: Mechanistic Interpretability for Large Language Models
|
|
48
48
|
|
|
49
49
|
[](https://github.com/AdamKaniasty/Inzynierka/actions)
|
|
50
50
|
[](https://pypi.org/project/mi-crow/)
|
|
51
|
-
[](
|
|
51
|
+
[](http://mi-crow-team.github.io/Mi-Crow/)
|
|
52
52
|
|
|
53
53
|
**Mi-Crow** is a Python library for mechanistic interpretability research on Large Language Models (LLMs). Designed for researchers, it provides a unified interface for analyzing and controlling model behavior through Sparse Autoencoders (SAEs), activation hooks, and concept manipulation.
|
|
54
54
|
|
|
@@ -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.
|
|
52
|
-
mi_crow-1.0.0.
|
|
53
|
-
mi_crow-1.0.0.
|
|
54
|
-
mi_crow-1.0.0.
|
|
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,,
|
|
File without changes
|