mAIndlock β€” Department LoRA (MiniCPM-V 4.6)

A small LoRA adapter that distils the sensory-region behavior of the NPC brains in mAIndlock into MiniCPM-V 4.6.

In mAIndlock every character's decision is computed by six roles drawn from decision neuroscience β€” four of them sensory regions that each rate one dimension of the player's words: amygdala (threat), hippocampus (memory + trust/fear lean), striatum (habitual reward), ACC (effort / cost). A base small model tends to flatten these β€” it answers a sincere plea and a veiled threat almost the same way. This adapter is trained to pull them apart, so the regions react sharply and differently to cruelty vs. sincerity.

  • Base: openbmb/MiniCPM-V-4.6
  • Method: LoRA (rank 16, Ξ± 32), ms-swift, bf16, 3 epochs, A100 (Modal)
  • Data: a few hundred role-specific examples β€” system prompt per region, one player line in, one structured rating out
from peft import PeftModel
from transformers import AutoModel
base = AutoModel.from_pretrained("openbmb/MiniCPM-V-4.6", trust_remote_code=True)
model = PeftModel.from_pretrained(base, "arbios/mindlock-minicpmv46-departments-lora")

The live Space runs the quantized MiniCPM-1B regions on llama.cpp; this adapter is the fine-tuned counterpart that demonstrates department differentiation (the project's "before/after").

License follows the base model, openbmb/MiniCPM-V-4.6. Built for the Hugging Face Γ— Gradio "Build Small" hackathon.

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

Model tree for arbios/mindlock-minicpmv46-departments-lora

Adapter
(7)
this model