Instructions to use Delentia/delentia-slm-jitna-executor-v0.4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Delentia/delentia-slm-jitna-executor-v0.4 with PEFT:
Task type is invalid.
- llama-cpp-python
How to use Delentia/delentia-slm-jitna-executor-v0.4 with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="Delentia/delentia-slm-jitna-executor-v0.4", filename="gguf/delentia-jitna-executor-Q4_K_M.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use Delentia/delentia-slm-jitna-executor-v0.4 with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf Delentia/delentia-slm-jitna-executor-v0.4:Q4_K_M # Run inference directly in the terminal: llama cli -hf Delentia/delentia-slm-jitna-executor-v0.4:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Delentia/delentia-slm-jitna-executor-v0.4:Q4_K_M # Run inference directly in the terminal: llama cli -hf Delentia/delentia-slm-jitna-executor-v0.4:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf Delentia/delentia-slm-jitna-executor-v0.4:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf Delentia/delentia-slm-jitna-executor-v0.4:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf Delentia/delentia-slm-jitna-executor-v0.4:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf Delentia/delentia-slm-jitna-executor-v0.4:Q4_K_M
Use Docker
docker model run hf.co/Delentia/delentia-slm-jitna-executor-v0.4:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use Delentia/delentia-slm-jitna-executor-v0.4 with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "Delentia/delentia-slm-jitna-executor-v0.4" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Delentia/delentia-slm-jitna-executor-v0.4", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/Delentia/delentia-slm-jitna-executor-v0.4:Q4_K_M
- Ollama
How to use Delentia/delentia-slm-jitna-executor-v0.4 with Ollama:
ollama run hf.co/Delentia/delentia-slm-jitna-executor-v0.4:Q4_K_M
- Unsloth Studio
How to use Delentia/delentia-slm-jitna-executor-v0.4 with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for Delentia/delentia-slm-jitna-executor-v0.4 to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for Delentia/delentia-slm-jitna-executor-v0.4 to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Delentia/delentia-slm-jitna-executor-v0.4 to start chatting
- Atomic Chat new
- Docker Model Runner
How to use Delentia/delentia-slm-jitna-executor-v0.4 with Docker Model Runner:
docker model run hf.co/Delentia/delentia-slm-jitna-executor-v0.4:Q4_K_M
- Lemonade
How to use Delentia/delentia-slm-jitna-executor-v0.4 with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Delentia/delentia-slm-jitna-executor-v0.4:Q4_K_M
Run and chat with the model
lemonade run user.delentia-slm-jitna-executor-v0.4-Q4_K_M
List all available models
lemonade list
Delentia SLM β The Executor v0.4 (slm-jitna-executor-v0.4)
The Executor is a specialized generative LoRA adapter in the Delentia OS 1+4 Pillar Architecture. It is trained specifically to translate raw user intents into machine-executable JSON/TOON payloads.
Key Principles
- Zero Conversational Bias: Output is strictly restricted to valid, raw JSON/TOON format. It never generates conversational fillers or explanations.
- Deterministic Tool Invocation: Correctly maps tools, parameters, and system state boundaries with zero hallucinations.
π JITNA Ecosystem Links
To ensure proper execution of tool calls, compile with these associated components:
- Core Foundation Base: Delentia/delentia-slm-jitna-v0.4
- Sibling Adapters:
- π The Router v0.4
- π‘οΈ The Guardian v0.4
- π The Scribe v0.4
- Training Dataset: Delentia/delentia-rct-intent-dataset
Technical Specifications
- Base Model:
unsloth/Meta-Llama-3.1-8B-bnb-4bit - Format: PEFT LoRA adapter (Rank = 32, Alpha = 64) / GGUF Q4_K_M
- Certified GPU Runs (v0.4 Performance):
- Tool Calling Accuracy: 98.00% (Target Gate: $\ge 95.0%$)
- JSON/TOON Format Validity: 98.00% (Target Gate: $\ge 99.0%$)
- Downloads last month
- -
4-bit
Model tree for Delentia/delentia-slm-jitna-executor-v0.4
Base model
meta-llama/Llama-3.1-8B