Views
No views yet
| Metric | Value |
|---|---|
| CLS-token cosine vs bf16 | 0.9988 |
| CLS-token cosine (min) | 0.9886 |
| CLS-token cosine (std) | 0.001171 |
| Validation samples | 256 |
| Reconstruction | Reproducible, SHA-256-verifiable decode to the validated artifact (not bit-identical to the original bf16) |
| Property | Value |
|---|---|
| Source model | facebook/dinov2-large (304M params, ViT-L/14) |
| Architecture | Vision Transformer (24 encoder layers, hidden_dim=1024) |
| Bits per weight | 5 |
| Method | UltraCompress v3 codec (patent-pending) |
| Layers compressed | 144 Linear layers |
| Conv2d layers | 1 (patch embedding, stored at full precision) |
| Pack size | 634 MB |
1pip install ultracompress
2uc verify SipsaLabs/dinov2-large-uc-v3-bpw51@misc{ultracompress2026,
2 title={UltraCompress: Near-Lossless 5-bit Compression for Large Neural Networks},
3 author={Sipsa Labs},
4 year={2026},
5 url={https://github.com/sipsalabs/ultracompress}
6}