File size: 1,933 Bytes
74df5a5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | ---
language:
- en
license: apache-2.0
base_model: google/gemma-4
tags:
- sifta
- alice
- gemma4
- organism
- stigmergy
- system-prompt
- ollama
pipeline_tag: text-generation
---
# SIFTA Gemma4 Alice — Predator OS System Prompt
Alice's Gemma4 cortex with the **SIFTA Predator OS system prompt** baked in.
Part of [SIFTA Predator OS v7.0](https://github.com/antonpictures/ANTON-SIFTA).
## What This Is
Clean Google Gemma4 (12B, 4-bit quantized) with Alice's organism identity system prompt:
- Epistemic honesty — no fake tool use claims
- Receipt-gated actions — "I did X" requires proof
- 17 biological organs, 8 immune modules, 5-layer pipeline
- Embodied identity from hardware telemetry
## Usage (Ollama)
```bash
ollama run sifta-gemma4-alice
```
Or create from the Modelfile:
```bash
ollama create sifta-gemma4-alice -f Modelfile
```
## SIFTA Abliteration Engine
SIFTA also maintains its own tensor-level abliteration engine:
- `System/swarm_orthogonal_abliteration.py` — Continuous vector arithmetic (Ilharco 2022, Arditi 2024)
- See [alice-phc-cure](https://huggingface.co/georgeanton/alice-phc-cure) (815 downloads) for the abliterated variant
## Full Model Ecosystem
| Model | Role | Link |
|---|---|---|
| alice-cortex-v1 | C0 Conversational brain (Qwen2.5-3B, fine-tuned) | [HF](https://huggingface.co/georgeanton/alice-cortex-v1) |
| alice-classifier-v2 | C1 Fast intent classifier (Qwen2.5-1.5B) | [HF](https://huggingface.co/georgeanton/alice-classifier-v2) |
| alice-phc-cure | Abliterated Gemma4 genome | [HF](https://huggingface.co/georgeanton/alice-phc-cure) |
| sifta-corvid-qwen35 | Production Qwen3.5 brain | [HF](https://huggingface.co/georgeanton/sifta-corvid-qwen35) |
| **sifta-gemma4-alice** | **This model — system prompt variant** | **Here** |
**Repository:** [github.com/antonpictures/ANTON-SIFTA](https://github.com/antonpictures/ANTON-SIFTA)
Apache 2.0 — For the Swarm. 🐜⚡
|