We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c15800 commit fdbf6ecCopy full SHA for fdbf6ec
.gitignore
@@ -27,7 +27,7 @@ htmlcov/
27
!/data/rand/rand_dataset.json
28
/models/
29
/log/
30
-/out/
+/out.old/
31
/out_no_chat_template/
32
/out_phyloLM/
33
out/.gitkeep
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "llm-dna"
3
-version = "0.2.0"
+version = "0.2.1"
4
description = "Extract LLM DNA vectors — low-dimensional representations that capture functional behavior and model evolution."
5
authors = [{ name = "LLM-DNA Project" }]
6
license = { file = "LICENSE" }
0 commit comments