sipa-ollama / README.md
SoulInPsyAbstract's picture
Add README: honest scope note β€” system-prompt wrapper, not a weight-modified model
f21e797 verified
|
Raw
History Blame Contribute Delete
1.93 kB
---
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).