diff --git a/dev/LOG.md b/dev/LOG.md index bba35ea..72d1207 100644 --- a/dev/LOG.md +++ b/dev/LOG.md @@ -6,7 +6,7 @@ A running summary documenting some experiments and findings. Started ~Jan 7 2026 ## 2026-01-27: Bigram Hash Embeddings (Engram-lite) -Explored N-gram memory modules inspired by the [DeepSeek Engram paper](https://arxiv.org/abs/2506.08046) and [modded-nanogpt PR #201](https://github.com/KellerJordan/modded-nanogpt/pull/201). +Explored N-gram memory modules inspired by the [DeepSeek Engram paper](https://arxiv.org/abs/2601.07372) and [modded-nanogpt PR #201](https://github.com/KellerJordan/modded-nanogpt/pull/201). ### Background