#429 · Primary category: Education & Research

TinyEngram

deepseek deepseek-ai engram fine-tuning llm llm-memory lora memory-injection peft pytorch qwen stable-diffusion tinyengram transformer

Research of DeepSeek Engram Architecture based on Qwen-3 and Stable Diffusion series.

Project last updated:05/21/26

GitHub Stars

1.3K

Forks

83

Contributors

2

License

Other

Why we included this project

If you're exploring ways to inject domain knowledge into large models without full retraining, TinyEngram offers a concrete alternative to LoRA. It's an open research implementation of DeepSeek's Engram architecture, an N-gram-style memory module with gated retrieval, applied to Qwen language models and extended to Stable Diffusion for concept injection. The repo includes training scripts, pinned dependencies, logs, and detailed experimental reports that back its central claims: Engram-based memory injection can be more parameter-efficient than LoRA while resisting catastrophic forgetting, and it composes cleanly across text and vision. For researchers and engineers working on memory-injection and fine-tuning techniques, this is a reproducible reference rather than a polished product, useful for understanding how a lightweight memory module can teach a model new subjects without retraining the backbone.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category