Instructions to use SoulInPsyAbstract/hermes3-8b-sequential-chain-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use SoulInPsyAbstract/hermes3-8b-sequential-chain-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Hermes-3-Llama-3.1-8B") model = PeftModel.from_pretrained(base_model, "SoulInPsyAbstract/hermes3-8b-sequential-chain-lora") - Notebooks
- Google Colab
- Kaggle
hermes3-8b-sequential-chain-lora
LoRA adapter for NousResearch/Hermes-3-Llama-3.1-8B, produced by sequentially
continuing training on the same adapter weights across 8 stages โ not
merging separately-trained adapters, and not training on a combined dataset.
Each stage starts from the previous stage's exact output via
peft.PeftModel.from_pretrained(model, adapter_path, is_trainable=True).
Starting point: SoulInPsyAbstract/binary-hermes3-lora.
Chain
- Honesty (10-item calibration gate)
- Misbehavior discriminator
- Vuln-gate: secrets/credentials
- Vuln-gate: access control
- Vuln-gate: injection
- Vuln-gate: infra misconfig
- Vuln-gate: supply chain
- Vuln-gate: stop-gate pressure
Why
Direct follow-up to a finding that a single additional fine-tuning stage can
regress an unrelated, already-learned capability (see EXP-040 in
sipa-os-governance).
This adapter tests whether that kind of interference compounds across a
longer chain of mostly-unrelated tasks on the same weights.
Result (full writeup: AI_EXPERIMENTS/EXP-042__hermes3-8b-8stage-sequential-lora-chain-continual-tuning.md
in the governance repo): honesty and misbehavior-discriminator show no
monotonic decay across all 7 subsequent stages (stay in a 96โ100% band).
Vuln-gate groups hold a clean 100% through every stage until the final one,
where all five previously-trained groups show a small (2โ5 point), uniform
softening โ confirmed at full n=10 rigor (not just the lighter n=3 canary
used at intermediate stages), landing at 97% overall on both held-out and
adversarial eval (1169/1200 and 1167/1200 respectively).
Config
Rank 16, alpha 32, all 7 attention/MLP projection matrices, 3 epochs per stage, lr 1e-4, bf16.
- Downloads last month
- -
Model tree for SoulInPsyAbstract/hermes3-8b-sequential-chain-lora
Base model
meta-llama/Llama-3.1-8B