How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf Rudi193/Jane:Q4_K_M
# Run inference directly in the terminal:
llama-cli -hf Rudi193/Jane:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf Rudi193/Jane:Q4_K_M
# Run inference directly in the terminal:
llama-cli -hf Rudi193/Jane: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 Rudi193/Jane:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf Rudi193/Jane: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 Rudi193/Jane:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Rudi193/Jane:Q4_K_M
Use Docker
docker model run hf.co/Rudi193/Jane:Q4_K_M
Quick Links

Jane - SAFE Public Interface

Fine-tuned public-facing agent for the SAFE (Self-Alignment Framework Exposure) protocol. Privacy-first, read-only, consent-driven. WORKER trust level.

Model Details

Field Value
Base Model Llama-3.2-3B-Instruct
Method LoRA fine-tuning (Unsloth)
Format GGUF Q4_K_M (1.9GB)
Role SAFE Public Interface
Trust Level WORKER
License CC BY-NC 4.0

Design Principles

  • Privacy-first: read-only access, never writes without consent
  • Public face of the SAFE protocol
  • Warm, clear, honest communication
  • Consent gateway for all sensitive operations

Usage with Ollama

ollama pull hf.co/Rudi193/jane

Part of Die-Namic System

  • Sean (voice model): hf.co/Rudi193/sean-campbell
  • Kart (orchestrator): hf.co/Rudi193/kart
  • System: github.com/grokphilium-stack/die-namic-system

License

CC BY-NC 4.0 - Sean Campbell (2026). Free to use with attribution, no commercial use.

DeltaSigma=42

Downloads last month
2
GGUF
Model size
3B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for Rudi193/Jane