epimem: One-shot gradient-free learning on frozen transformers

Tommi Niemi / Rotko Networks

- paper.md: full paper
- python/epimem.py: standalone Python reproduction
- export_onnx.py: ONNX export from HuggingFace
- results/memory_bank.json: example hidden-state vectors (896-dim)
- schema/: FlatBuffer schemas

Reproduce: pip install transformers torch && python python/epimem.py
(Downloads Qwen 2.5 0.5B automatically from HuggingFace)
This commit is contained in:
2026-04-05 01:48:05 +07:00
parent 404df92ade
commit d619473190
2 changed files with 36 additions and 83 deletions

3
.gitignore vendored
View File

@@ -1 +1,2 @@
models/*.onnx*
models/*.onnx
models/*.onnx.data