See what changed inside any model checkpoint.
Weight deltas, SVD structure, and a diagnostic verdict.
No GPU. No full model loading. Just math on weight deltas.
Downloads only safetensors files. Loads one tensor at a time — never both full models in RAM.
For each weight matrix: Frobenius norm, cosine similarity, sparsity. Memory-optimized in-place subtraction.
Full singular value decomposition of each delta. Effective rank, top-k concentration, spectral decay.
Automatic classification: surgical, standard, heavy, or extreme. Human-readable conclusions, not just numbers.
modeldelta classifies fine-tuning intensity into four categories.
Choose the method that fits your models.
Any model size. Needs ~6.6 GB RAM for 7B. CPU-only, no GPU required.
modeldelta Qwen/Qwen2.5-3B Qwen/Qwen2.5-3B-Instruct -o report.html
For models >3B. Free CPU runtime. ~18 min per 7B pair.
Small models compared directly in the browser. No install, no Colab needed.
Open HF Space →Loading…