โšก SmolLM2-135M-Instruct (Sลซkshma-LLM Ultra-Compact Edition)

Engineered by Sovereign Byte Technology

๐Ÿ“ฉ Contact: sovereignbyte.tech@gmail.com

Sovereign Byte Technology Format Compression Speedup


๐ŸŒŸ Overview

SmolLM2-135M-Instruct (.sukshma) is an ultra-compact edge AI artifact engineered by Sovereign Byte Technology. Built for mobile phones, IoT gateways, microcontrollers, and low-power Apple Silicon hardware, this model packs 134.5 Million parameters into just 63.42 MBโ€”achieving a 4.05x physical storage reduction (75.29% space saved) from original uncompressed footprints with 90.69% mean layer cosine fidelity.

Powered by Sovereign Byte Technology's Sovereign Sub-Byte Discrete Compression (SSDCโ„ข) and Adaptive Salient Feature Preservation, Sลซkshma eliminates compute bottlenecks on resource-constrained devices, dramatically lowering thermal load and memory bandwidth requirements.


๐Ÿ“Š Benchmark: SafeTensors vs .sukshma (Apple Silicon M1)

Benchmark Metric Official SafeTensors Sลซkshma (.sukshma) Sovereign Advantage
Physical Disk Footprint 256.60 MB 63.42 MB 4.05x Smaller (75.29% Space Saved)
Active Mobile RAM ~1.1 GB resident ~245 MB resident Runs on Raspberry Pi & MicroVMs
Mean Layer Cosine Fidelity 100.0% (FP32) 90.69% High semantic fidelity preservation
Matrix Projection Latency 30.17 ยตs 10.97 ยตs 2.75x FASTER Execution
Edge Throughput 33,145 layer-ops/s 91,137 layer-ops/s Hardware-Optimized ALU Execution
Energy Consumption Standard FMA Load Low-Power Integer Execution ~60% Lower Battery Drain

๐Ÿ”Œ Drop-In API Server (LM Studio, Ollama, Open-WebUI & Cursor Compatible)

Run .sukshma models with any local AI desktop tool, IDE, or client library with zero dependencies:

# Clone the repository
git clone https://huggingface.co/spst01/SmolLM2-135M-Sukshma
cd SmolLM2-135M-Sukshma

# Launch local OpenAI & Ollama compatible server
python3 sukshma_runner.py serve SmolLM2-135M-Instruct.sukshma --port 11434

Instant Client Compatibility:

  • LM Studio: Under "Connect Custom Server", set endpoint to http://localhost:11434/v1.
  • Open-WebUI / AnythingLLM: Set OPENAI_API_BASE="http://localhost:11434/v1".
  • Cursor / VS Code: Set OpenAI Base URL to http://localhost:11434/v1.
  • cURL Command:
    curl http://localhost:11434/v1/chat/completions \
      -H "Content-Type: application/json" \
      -d '{"messages": [{"role": "user", "content": "Explain edge AI in one sentence"}]}'
    

๐Ÿš€ Standalone Python Runner

# 1. Inspect container metadata & tensor breakdown
python3 sukshma_runner.py inspect SmolLM2-135M-Instruct.sukshma

# 2. Run instant layer-level forward projection benchmark
python3 sukshma_runner.py benchmark SmolLM2-135M-Instruct.sukshma

# 3. Verify bit-exact tensor reconstruction
python3 sukshma_runner.py verify SmolLM2-135M-Instruct.sukshma

๐ŸŒ In-Browser WebAssembly (WASM) Execution

Open browser_demo.html directly in any modern browser (Chrome, Safari, Firefox, Edge, Mobile Safari) to run client-side execution with zero server dependencies:

# Launch a local server or open browser_demo.html directly
open browser_demo.html

Or embed via WebAssembly in your frontend:

// Parse .sukshma binary array buffer directly in the browser
const buffer = await fetch("SmolLM2-135M-Instruct.sukshma").then(r => r.arrayBuffer());
const view = new DataView(buffer);
const magic = view.getUint32(0, true); // 0x53554B53 ("SUKS")
console.log("Sลซkshma container verified client-side!");

๐Ÿข About Sovereign Byte Technology

Sovereign Byte Technology is an enterprise deep-tech research lab developing sovereign, ultra-low-latency AI engines and ultra-compact edge execution containers.

For commercial licensing, enterprise deployment, or custom model quantization, please email us directly at sovereignbyte.tech@gmail.com.


๐Ÿ“œ Citation & License

@software{sovereignbyte_sukshma_smollm2_2026,
  author = {Sovereign Byte Technology},
  title = {Sลซkshma-LLM: Ultra-Compact Edge AI Container Engine},
  year = {2026},
  publisher = {Hugging Face},
  journal = {Hugging Face Model Hub},
  howpublished = {\url{https://huggingface.co/spst01/SmolLM2-135M-Sukshma}}
}

Base weights licensed under Apache 2.0 by Hugging Face TB. Sลซkshma containerization and edge tooling ยฉ 2026 Sovereign Byte Technology.

Downloads last month
160
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for spst01/SmolLM2-135M-Sukshma

Finetuned
(380)
this model