Delentia Cognitive Framework β Delentia OS v0.3
Collection
Official unified ecosystem collection for Delentia OS v0.3, featuring the 1+4 specialized LoRA pillars and the JITNA v3 protocol. (old version) β’ 8 items β’ Updated
How to use Delentia/delentia-slm-jitna-router with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("unsloth/Meta-Llama-3.1-8B-bnb-4bit")
model = PeftModel.from_pretrained(base_model, "Delentia/delentia-slm-jitna-router")The Router is a specialized Sequence Classification LoRA adapter within the Delentia OS 1+4 Pillar Architecture. Its primary role is to intercept incoming user intents and classify them into one of the specialized execution pathways at ultra-low latency.
unsloth/Meta-Llama-3.1-8B-bnb-4bitq_proj, k_proj, v_proj, o_proj, gate_proj, up_proj, down_proj0: Executor (Tool / JSON Execution)1: Router Base (Conversational / Standard Prompt)2: Guardian (Safety Shield evaluation)3: Scribe (Context compression/summarization)max_length=512.Base model
meta-llama/Llama-3.1-8B