← Back to KHAO

Llama ·

J-space comparisons across open models

2 min read

Compiled by KHAO Editorial — aggregated from 1 source. See llms.txt for citation guidance.

◌ Single Source

Everything on this page comes from a single measurement.

Key facts

Summary

Multiplying by the unembedding makes the influence concrete. Two numbers summarize a dictionary. The recipe: center a dictionary's vectors, then build its table of relations K = VV T, a 4,096 × 4,096 grid whose cell (i, j) records how strongly entry i points along entry j. CKA(A, B) = ⟨K A, K B ⟩ / ‖K A ‖ ‖K B ‖. — 1.0 when the geometry is identical, near zero for unrelated random tables. Computed between every pair of a model's own layers, the same number draws a map with visible blocks, an input-side block that reads, a long middle block (the paper's "workspace"), and a small output-side block that writes.

Read full article at eliebak.com →

#Llama