Entroπa ← Playground

Weights Visualizer

Model Params Tensors Experts

Reference architectures

25 major real models · how each one actually computes

Architecture

parameters per layer · in forward order
attention experts / MoE embed / head norm / other

Tensor explorer

tensor shape dtype params mean std ≈0 ‖w‖₂

Weight matrix

< 00> 0

Value distribution

Analysis lab

original dequantised error
Magnitude tail · log-count per |w| decile band
Largest magnitudes · index
σi / σ1 · log₁₀ energy retained chosen rank
AB
metricABΔ

Checkpoint diff

load a second file to compare
Change by layer group · forward order
Most-changed tensors · relative &lVert;Δ&rVert;F
tensorshapemean |Δ|rel &lVert;Δ&rVert;Fcos(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