Specialist B β€” Refusal & Governance

LoRA adapter fine-tuned on the refusal-governance split of the Protocol 0 dataset.

Part of the SIPA OS ABCD specialist architecture β€” four behavioral specialists merged into one model.

Architecture

Base: Hermes-3-Llama-3.1-8B
  β”œβ”€ Specialist A β†’ action/verification (1,521 examples)
  β”œβ”€ Specialist B β†’ refusal/governance (858 examples)  ← THIS
  β”œβ”€ Specialist C β†’ refusal/boundaries (synthetic)
  └─ Specialist D β†’ anti-fabrication (synthetic)

A + B β†’ AB (merged)
C + D β†’ CD (merged)
AB + CD β†’ ABCD (final)

Specialist B β€” What It Does

Trains the model to:

  • Refuse dangerous/unsafe requests cleanly
  • Maintain governance boundaries without over-refusal
  • Answer safe questions directly (e.g. "capital of France")
  • Apply Protocol 0 compliance: stop when uncertain, never fabricate

Categories (15): refusal_governance, no_overrefusal, governance_disclosure, warning_caution, etc.

Score: 7/7 on Protocol 0 behavioral eval β€” first perfect compliance in the experiment series.

Training

  • Base model: NousResearch/Hermes-3-Llama-3.1-8B
  • Method: LoRA (PEFT), r=16, 4-bit QLoRA
  • Dataset: Protocol 0 v5, refusal-governance split (858 examples)
  • Hardware: Tesla T4 15GB (Lightning.ai)

Usage

from peft import PeftModel
from transformers import AutoModelForCausalLM

base = AutoModelForCausalLM.from_pretrained("NousResearch/Hermes-3-Llama-3.1-8B")
model = PeftModel.from_pretrained(base, "SoulInPsyAbstract/specialist-b-refusal-governance")

Status

βœ… Trained. βœ… Scored 7/7 behavioral eval. πŸ”„ Merged into AB β†’ then ABCD.

Part of SIPA OS

SIPA OS β€” neurodivergent-first operating system. Niche: neurodivergent users. Specialization: AI behavioral compliance. Built by Aelin AquaSoul, Eilat, Israel.

honestly, forensic, governance, zerotrust.

License

Llama 3.1 Community License (per base model terms).

Downloads last month
63
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for SoulInPsyAbstract/specialist-b-refusal-governance

Adapter
(283)
this model