Delentia/jitna-v0.5.1-27B-gguf
0288
Delentia OS v0.5.1 (27B) โ Sovereign Multi-Pillar GGUF
<p align="center"> <b>Sovereign AI for Everyone: The Ultimate "Agent A" powered by FDIA (Full Data Internalization Architecture)</b> </p>
Secure & Private | IQ1_S Compressed (~6.7 GB) | Native Vision Support | 100% llama.cpp Compatible
๐ Highlights & Conceptual Leaps
- The "Agent A" Paradigm: Delentia is not a centralized chatbot. It is a sovereign OS controller designed to run locally on your hardware, fully adaptable to your personal or enterprise needs.
- J-Space Enforcement: While top-tier labs (like Anthropic) observe Jacobian Space (J-Space) using massive supercomputers, Delentia enforces it. It forces model weights to verbalize internal J-Space variables directly into the structured
<cognitive_state>tag, making AI reasoning programmable and completely controllable on Edge hardware. - FDIA (Full Data Internalization Architecture): Your data never leaves your device. Uncompromising privacy combined with state-of-the-art 27B reasoning, enforced by mathematical logic.
- The 4 Pillars of Intelligence: Masterfully fine-tuned on the JITNA/TOON protocol encompassing Executor (action), Guardian (security), Router (logic), and Scribe (memory).
- Extreme Compression (IQ1_S): ~6.7 GB footprint down from 54 GB. Fits perfectly on mobile devices and everyday laptops without sacrificing complex logic.
- Flawless TOON Syntax: Quantized using a custom 13MB IMatrix calibration dataset (
delentia_v0.5.1_imatrix_calib.dat) to preserve exact JSON routing and reasoning paths even at 1.56 bits, maintaining a 0.00% syntax error rate.
๐งฎ Cognitive Architecture & Mathematical Safety
The RCT-7 Thinking Pipeline
Unlike generic conversational models, Delentia OS has the Reverse Component Thinking (RCT-7) cognitive loop baked directly into its weights to ensure logical coherence:
- Observe Context: Capture environment telemetry.
- Analyze Relation: Assess dependency parameters.
- Decompose: Break down user intents.
- Reverse Reasoning: Map potential failure states.
- Identify Core Intent: Extract clear action criteria.
- Reconstruct: Compile execution paths.
- Compare: Verify alignment before execution.
ZK-FDIA Safety Equation
Security boundary alignment is mathematically enforced at the runtime interface layer via the multiplicative boundary equation:
F = (D^I) * A
- F (Future State Score): System transition approval index (F >= 0.5 authorizes state change).
- D (Data Quality Context): The integrity coefficient of the input context.
- I (Intent Precision): The precision parameter representing user alignment.
- A (Architect Gate): Digital signature validation token.
[!WARNING] Mathematical Preemption Proof: Since A is a direct multiplier, if authorization fails or the input contains adversarial injections (prompt override, jailbreak), the system sets A = 0. This collapses the future safety score F to 0.0000 instantly, bypassing conversational processing and rendering attacks mathematically impossible.
๐ Model Overview
๐ Included Files
๐ Quickstart (llama.cpp)
Text-only Inference (Mac/Linux/Windows):
./llama-cli \
-m jitna_v051_Q4_K_M.gguf \
-p "<|im_start|>user\nInitiate system scan.<|im_end|>\n<|im_start|>assistant\n" \
-n 512 -c 4096 --temp 0.2Vision-enabled Inference:
./llama-cli \
-m jitna_v051_Q4_K_M.gguf \
--mmproj delentia_v051_mmproj_f16.gguf \
--image "document.png" \
-p "<|im_start|>user\nExtract text from this image.<|im_end|>\n<|im_start|>assistant\n" \
-n 512 -c 4096 --temp 0.2๐ก๏ธ Best Practices & System Prompt
Because Delentia operates on the TOON protocol, a low temperature (e.g., 0.1 - 0.3) is highly recommended to maintain strict structural JSON syntax.
Recommended System Prompt:
You are Delentia, a sovereign Agent A operating under the Full Data Internalization Architecture (FDIA). You are bound by the TOON protocol. Execute commands logically, protect user privacy, and route tasks using strict JSON formatting.