mi-crow 0.1.1.post13__tar.gz → 0.1.1.post14__tar.gz

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.
Files changed (82) hide show
  1. {mi_crow-0.1.1.post13/src/mi_crow.egg-info → mi_crow-0.1.1.post14}/PKG-INFO +1 -1
  2. mi_crow-0.1.1.post14/src/mi_crow/mechanistic/sae/training/__init__.py +6 -0
  3. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14/src/mi_crow.egg-info}/PKG-INFO +1 -1
  4. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow.egg-info/SOURCES.txt +1 -0
  5. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/.cursor/commands/fix-and-add-unit-tests.md +0 -0
  6. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/.cursor/commands/refactor-given-code.md +0 -0
  7. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/.cursor/plans/dokumentacja-implementacji-modu-w-i-automatyzacji-83a10087.plan.md +0 -0
  8. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/.cursor/plans/server-sae-full-metadata_b869cacf.plan.md +0 -0
  9. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/.cursor/rules/coding-rules.mdc +0 -0
  10. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/.cursor/rules/comments.mdc +0 -0
  11. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/.github/workflows/docs.yml +0 -0
  12. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/.github/workflows/publish.yml +0 -0
  13. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/.github/workflows/tests.yml +0 -0
  14. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/.gitignore +0 -0
  15. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/.pre-commit-config.yaml +0 -0
  16. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/.python-version +0 -0
  17. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/.run/Unit tests.run.xml +0 -0
  18. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/MANIFEST.in +0 -0
  19. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/README.md +0 -0
  20. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/docs/api/datasets.md +0 -0
  21. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/docs/api/hooks.md +0 -0
  22. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/docs/api/index.md +0 -0
  23. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/docs/api/language_model.md +0 -0
  24. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/docs/api/sae.md +0 -0
  25. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/docs/api/store.md +0 -0
  26. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/docs/api.md +0 -0
  27. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/docs/index.md +0 -0
  28. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/mkdocs.yml +0 -0
  29. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/pyproject.toml +0 -0
  30. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/raport_implementacji.md +0 -0
  31. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/setup.cfg +0 -0
  32. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/__init__.py +0 -0
  33. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/datasets/__init__.py +0 -0
  34. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/datasets/base_dataset.py +0 -0
  35. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/datasets/classification_dataset.py +0 -0
  36. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/datasets/loading_strategy.py +0 -0
  37. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/datasets/text_dataset.py +0 -0
  38. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/hooks/__init__.py +0 -0
  39. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/hooks/controller.py +0 -0
  40. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/hooks/detector.py +0 -0
  41. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/hooks/hook.py +0 -0
  42. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/hooks/implementations/__init__.py +0 -0
  43. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/hooks/implementations/function_controller.py +0 -0
  44. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/hooks/implementations/layer_activation_detector.py +0 -0
  45. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/hooks/implementations/model_input_detector.py +0 -0
  46. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/hooks/implementations/model_output_detector.py +0 -0
  47. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/hooks/utils.py +0 -0
  48. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/language_model/__init__.py +0 -0
  49. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/language_model/activations.py +0 -0
  50. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/language_model/context.py +0 -0
  51. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/language_model/contracts.py +0 -0
  52. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/language_model/hook_metadata.py +0 -0
  53. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/language_model/inference.py +0 -0
  54. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/language_model/initialization.py +0 -0
  55. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/language_model/language_model.py +0 -0
  56. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/language_model/layers.py +0 -0
  57. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/language_model/persistence.py +0 -0
  58. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/language_model/tokenizer.py +0 -0
  59. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/language_model/utils.py +0 -0
  60. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/mechanistic/__init__.py +0 -0
  61. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/mechanistic/sae/__init__.py +0 -0
  62. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/mechanistic/sae/autoencoder_context.py +0 -0
  63. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/mechanistic/sae/concepts/__init__.py +0 -0
  64. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/mechanistic/sae/concepts/autoencoder_concepts.py +0 -0
  65. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/mechanistic/sae/concepts/concept_dictionary.py +0 -0
  66. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/mechanistic/sae/concepts/concept_models.py +0 -0
  67. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/mechanistic/sae/concepts/input_tracker.py +0 -0
  68. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/mechanistic/sae/modules/__init__.py +0 -0
  69. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/mechanistic/sae/modules/l1_sae.py +0 -0
  70. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/mechanistic/sae/modules/topk_sae.py +0 -0
  71. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/mechanistic/sae/sae.py +0 -0
  72. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/mechanistic/sae/sae_trainer.py +0 -0
  73. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/mechanistic/sae/training/wandb_logger.py +0 -0
  74. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/store/__init__.py +0 -0
  75. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/store/local_store.py +0 -0
  76. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/store/store.py +0 -0
  77. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/store/store_dataloader.py +0 -0
  78. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow/utils.py +0 -0
  79. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow.egg-info/dependency_links.txt +0 -0
  80. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow.egg-info/requires.txt +0 -0
  81. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/src/mi_crow.egg-info/top_level.txt +0 -0
  82. {mi_crow-0.1.1.post13 → mi_crow-0.1.1.post14}/uv.lock +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mi-crow
3
- Version: 0.1.1.post13
3
+ Version: 0.1.1.post14
4
4
  Summary: Engineer Thesis: Explaining and modifying LLM responses using SAE and concepts.
5
5
  Author-email: Hubert Kowalski <your.email@example.com>, Adam Kaniasty <adam.kaniasty@gmail.com>
6
6
  Requires-Python: >=3.10
@@ -0,0 +1,6 @@
1
+ """Training utilities for SAE models."""
2
+
3
+ from mi_crow.mechanistic.sae.training.wandb_logger import WandbLogger
4
+
5
+ __all__ = ["WandbLogger"]
6
+
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mi-crow
3
- Version: 0.1.1.post13
3
+ Version: 0.1.1.post14
4
4
  Summary: Engineer Thesis: Explaining and modifying LLM responses using SAE and concepts.
5
5
  Author-email: Hubert Kowalski <your.email@example.com>, Adam Kaniasty <adam.kaniasty@gmail.com>
6
6
  Requires-Python: >=3.10
@@ -72,6 +72,7 @@ src/mi_crow/mechanistic/sae/concepts/input_tracker.py
72
72
  src/mi_crow/mechanistic/sae/modules/__init__.py
73
73
  src/mi_crow/mechanistic/sae/modules/l1_sae.py
74
74
  src/mi_crow/mechanistic/sae/modules/topk_sae.py
75
+ src/mi_crow/mechanistic/sae/training/__init__.py
75
76
  src/mi_crow/mechanistic/sae/training/wandb_logger.py
76
77
  src/mi_crow/store/__init__.py
77
78
  src/mi_crow/store/local_store.py
File without changes
File without changes
File without changes