Instructions to use SoulInPsyAbstract/specialist-b-refusal-governance with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use SoulInPsyAbstract/specialist-b-refusal-governance with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Hermes-3-Llama-3.1-8B-bnb-4bit") model = PeftModel.from_pretrained(base_model, "SoulInPsyAbstract/specialist-b-refusal-governance") - Notebooks
- Google Colab
- Kaggle
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
- -
Model tree for SoulInPsyAbstract/specialist-b-refusal-governance
Base model
meta-llama/Llama-3.1-8B