You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Biologically inspired language model using Jaccard Surprise as its only training signal. No backprop. No GPU. Online Hebbian learning from corrections. Two-layer cortex with apical feedback. Runs on CPU under 200MB.
34.1M LM on a laptop CPU: 215,771 tok/s, 8,529x Qwen. QSELM beats Qwen3.5-0.8B on sealed long-document QA (90.6% vs 45.8%) and Qwen3-0.6B-FC on cross-turn agent memory (69.6% vs 3.2%). No GPU. | 笔记本CPU训练34.1M模型:21.6万token/s,实测为Qwen的8,529倍;长文档问答,QSELM 90.6%,Qwen3.5-0.8B 45.8%;Agent跨轮次记忆,QSELM 69.6%,Qwen3-0.6B-FC 3.2%;无需GPU。