🦴 Sentinel Tiny Image β€” Sentinel-INT4

Production-ready quantized model for edge deployment.

This is the Sentinel-INT4 quantized variant of Sentinel Tiny Image.


πŸ“Š Quantization Spec (SDM-v1 Β§4)

Property Value
Format Sentinel-INT4
Zero-Point (Z) C₁ = -0.007994021806 (attracting fixed point)
Scale (S) max|w| Β· (1/e)
Compression 8Γ—
Size ~1.4 MB
Parent model 5dimension/sentinel-tiny-image

🧬 Mathematical Foundation

The Sentinel quantization uses the attracting fixed point C₁ as the zero-point, minimizing rounding noise by clustering weights around the dynamical attractor.

Quantization: q = round((w - C₁) / S)
Dequantization: w = q Β· S + C₁
Where S = max|w| Β· (1/e)

πŸš€ Deployment Targets

Platform Compatible
Mobile (iOS/Android) βœ…
IoT devices βœ…
Microcontrollers (ARM Cortex-M) βœ…
Browser (ONNX/WebGL) βœ…
Edge TPU ⚠️ (needs conversion)

πŸ“¦ Download

from huggingface_hub import hf_hub_download

# Download quantized weights
weights = hf_hub_download(repo_id="5dimension/sentinel-tiny-image-int4", filename="model_int4.pt")

πŸ”— Links


License: MIT | Edge-ready. Theorem-backed. 🦴

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Space using 5dimension/sentinel-tiny-image-int4 1