Views
No views yet
🛡️ Attest the Performance Live on Free T4 GPU
We challenge any technical reviewer, auditor, or developer to verify our systems benchmarks. Click the badge below to run the clean-room auditor on a free Google Colab T4 GPU instance. No private credentials or Drive mounts are required.
⚙️ Looking for the SDK & Source Code?
All system runtimes, dynamic LoRA swapping engines, and the Delentia OS SDK are open-source!
👉 Star & Fork the repository on GitHub (delentia-labs/Delentia-OS)
1from transformers import AutoModelForSequenceClassification, AutoTokenizer
2from peft import PeftModel
3
4base_model_name = "Delentia/delentia-slm-jitna-v0.4"
5adapter_name = "Delentia/delentia-lora-router-v0.4"
6
7# Load base model & tokenizer
8model = AutoModelForSequenceClassification.from_pretrained(base_model_name, num_labels=4)
9tokenizer = AutoTokenizer.from_pretrained(base_model_name)
10
11# Load adapter
12model = PeftModel.from_pretrained(model, adapter_name)| Component / Role | Deployment Type | Hugging Face Repository | Description | GGUF Support |
|---|---|---|---|---|
| SLM Base Kernel | Base Foundation | Delentia/delentia-slm-jitna-v0.4 | Core cognitive LLM (8B Parameters) | ✅ |
| The Router | PEFT LoRA Adapter | Delentia/delentia-lora-router-v0.4 | Intention parser & node routing | ❌ (PEFT only) |
| The Executor | PEFT LoRA Adapter | Delentia/delentia-lora-executor-v0.4 | JSON tool payload generation | ✅ (Merged GGUF below) |
| The Guardian | PEFT LoRA Adapter | Delentia/delentia-lora-guardian-v0.4 | Zero-trust constitutional safety | ✅ (Merged GGUF below) |
| The Scribe | PEFT LoRA Adapter | Delentia/delentia-lora-scribe-v0.4 | Context compression/summarization | ✅ (Merged GGUF below) |
| Pre-Merged Executor | Pre-Merged GGUF | Delentia/delentia-slm-jitna-executor-v0.4 | Complete tool executor (plug-and-play) | ✅ |
| Pre-Merged Guardian | Pre-Merged GGUF | Delentia/delentia-slm-jitna-guardian-v0.4 | Full safety guardrail model | ✅ |
| Pre-Merged Scribe | Pre-Merged GGUF | Delentia/delentia-slm-jitna-scribe-v0.4 | Out-of-the-box context compressor | ✅ |
unsloth/Meta-Llama-3.1-8B-bnb-4bitq_proj, k_proj, v_proj, o_proj, gate_proj, up_proj, down_proj0: Router Base (Conversational / Standard Prompt)1: Executor (Tool / JSON Execution)2: Guardian (Safety Shield evaluation)3: Scribe (Context compression/summarization)
colab_4_pillars_v043.ipynb (GitHub Source) | a5541e6eSHA256:0a1a9dec583c2259904b7504fd3483ea47563bce5257f5740d197ada173cb83a2026-07-13T06:26:20Z| Gate Category | Specific Metric | Target | Empirical Result | Status |
|---|---|---|---|---|
| Silicon Attestation | PCIe VRAM Swap Latency | < 12.0 ms | 11.2000 ms | Certified (Cloud) |
| Cognitive Routing | Intent Classification Accuracy | >= 96.00% | 100.00% | Certified |
| Economic Gate | API Cost Reduction Ratio | >= 90.00% | 99.40% | Certified |