Views
No views yet
⚙️ 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)
delentia-slm-jitna-executor-v0.4-Q4_K_M.ggufModelfile with the following configuration:1FROM ./delentia-slm-jitna-executor-v0.4-Q4_K_M.gguf
2
3TEMPLATE \"\"\"<|start_header_id|>system<|end_header_id|>
4You are the Executor. Translate user intent into valid JSON/TOON format.
5<|start_header_id|>user<|end_header_id|>
6{{ .Prompt }}<|end_header_id|>
7\"\"\"1ollama create delentia-executor -f Modelfile
2ollama run delentia-executor1from transformers import AutoModelForCausalLM, AutoTokenizer
2
3model_name = "Delentia/delentia-slm-jitna-executor-v0.4"
4
5# Load the merged weights directly
6model = AutoModelForCausalLM.from_pretrained(model_name)
7tokenizer = AutoTokenizer.from_pretrained(model_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 | ✅ |

4_pillar_auditor_public.ipynb (Live Runtime)c9e055c5-3919-4294-a4cd-67a3ce2a8d78SHA256:5ea7e3a4504d618a36a4a10f93789bc83cb046f45df2f36250aa2865bf25f3712026-06-29T05:10:00Z