Gemma 3 4b It β LARQL Vindex
Collection
All deployment variants of Gemma 3 4b It as LARQL vindexes β full, client, server, browse. β’ 6 items β’ Updated
FFN knowledge index extracted from google/gemma-3-4b-it using LARQL.
Treats transformer FFN weights as a queryable knowledge graph β retrieval via dot-product graph walks against gate vectors, no matrix multiplication.
larql> USE "hf://chrishayuk/gemma-3-4b-it-vindex";
larql> DESCRIBE "France";
A vindex decouples a model's knowledge from its inference machinery. The FFN weights become a queryable graph β DESCRIBE returns typed knowledge edges, WALK traces activation paths, INFER runs graph-walk inference at 31 tok/sec on CPU.
See LARQL for the full engine.