25 major real models · how each one actually computes
Architecture
parameters per layer · in forward order
attentionexperts / MoEembed / headnorm / other
Tensor explorer
tensor
shape
dtype
params
mean
std
≈0
‖w‖₂
Weight matrix
< 00> 0
Value distribution
Analysis lab
originaldequantisederror
Magnitude tail · log-count per |w| decile band
Largest magnitudes · index
σi / σ1 · log₁₀energy retainedchosen rank
AB
metric
A
B
Δ
Checkpoint diff
load a second file to compare
Change by layer group · forward order
Most-changed tensors · relative &lVert;Δ&rVert;F
tensor
shape
mean |Δ|
rel &lVert;Δ&rVert;F
cos(A,B)
% changed
Load a fine-tune next to its base model — matched by tensor name — to see exactly which weights moved and by how much. Nothing is uploaded; both files are read in this tab.
Depth sweep
one component, every layer
Token routing & expert flow
simulated forward pass
Each token is routed to its top-k experts by a softmax gate; the fill inside each expert shows its cumulative load. Cold experts are the pruning candidates — carry the same model into the Experts Pruner.
Reading checkpoint
Drop weights to load
.safetensors, or a torch .pt / .pth · nothing leaves your machine