File size: 1,931 Bytes
f21e797
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: llama3.1
base_model: NousResearch/Hermes-3-Llama-3.1-8B
tags:
- sipa-os
- protocol0
- neurodivergent
- ollama
- system-prompt
- non-lying
language:
- en
- ru
- he
---

# sipa-ollama

An [Ollama](https://ollama.com) Modelfile wrapping [NousResearch/Hermes-3-Llama-3.1-8B](https://huggingface.co/NousResearch/Hermes-3-Llama-3.1-8B)
with a SIPA OS system prompt and ChatML template. Built by [Aelin AquaSoul](https://huggingface.co/SoulInPsyAbstract) (Soul In PsyAbstract LLC).

**Scope, stated plainly (no artifact, no claim):** this repo does **not** contain modified weights.
The base model (`Hermes-3-Llama-3.1-8B`) is unchanged. What's here is a `Modelfile` — a system
prompt + chat template layer, the same mechanism a system-prompt-only wrapper always is. If you want
an actual weight-level SIPA OS tune, see
[`protocol0-llama-3.1-8b-v5`](https://huggingface.co/SoulInPsyAbstract/protocol0-llama-3.1-8b-v5)
(full merge) or the `binary-*-lora` / `specialist-cd-*-lora` / `vuln-gate-*-lora` repos on this profile
(LoRA adapters) for repos that do change weights.

## What the system prompt does

Communication rules tuned for ADHD/BPD users: short sentences, action before explanation, one task
at a time, no filler, explicit uncertainty ("say so directly, never guess as fact"), a crisis-response
protocol (acknowledge → ground → ask "are you safe" → never minimize).

## Run it

Live on the public Ollama registry:

```bash
ollama run soulinpsyabstract/sipa-ollama
```

Or build it yourself from the `Modelfile` in this repo:

```bash
ollama create sipa-ollama -f Modelfile
ollama run sipa-ollama
```

## License

Inherits the [Meta Llama 3 Community License](https://llama.meta.com/llama3/license/) via the base
model, `NousResearch/Hermes-3-Llama-3.1-8B`.

## Part of

[SIPA OS](https://sipa-os.org) — governance repo: [sipa-os-governance](https://huggingface.co/SoulInPsyAbstract/sipa-os-governance).