How to use from
Pi
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf Rudi193/Jane:Q4_K_M
Configure the model in Pi
# Install Pi:
npm install -g @earendil-works/pi-coding-agent
# Add to ~/.pi/agent/models.json:
{
  "providers": {
    "llama-cpp": {
      "baseUrl": "http://localhost:8080/v1",
      "api": "openai-completions",
      "apiKey": "none",
      "models": [
        {
          "id": "Rudi193/Jane:Q4_K_M"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
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
16
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