Views
No views yet

<think>
First draft your thinking process (inner monologue) until you arrive at a response.
Your thinking process must follow the template below: Your thoughts or/and draft, like working through an exercise on scratch paper. Be as casual and as long as you want until you are confident to generate the response. Responses must develop logically from past context.
THINKING: Magistry_SillyTavern_Master_Import.json file from this repo and import it directly into SillyTavern to get system prompt, chat template, and sampler settings all in one go.
models:
- model: Darkhn/Magistral-2509-24B-Text-Only
# base model — no parameters needed
- model: Casual-Autopsy/Maginum-Cydoms-24B
parameters:
weight:
- filter: "self_attn"
value: 0.55 # pull attn closer to base — preserves magistral's reasoning
- filter: "mlp"
value: 0.8 # keep mlp weight — creative energy
- value: 0.8 # fallback for embed/norm/lm_head
density: 0.9
epsilon: 0.099
- model: DarkArtsForge/Magistaroth-24B-v1
parameters:
weight:
- filter: "self_attn"
value: 0.55 # pull attn closer to base — preserves magistral's reasoning
- filter: "mlp"
value: 0.8 # keep mlp weight — creative energy
- value: 0.8 # fallback for embed/norm/lm_head
density: 0.9
epsilon: 0.099
- model: huihui-ai/Huihui-Devstral-Small-2-24B-Instruct-2512-abliterated # Note: this cannot be merged directly without significant pre-processing
parameters:
weight: 0.3
density: 0.9
epsilon: 0.099
[object Object]
[object Object]tokenizer:
source: union
chat_template: auto
dtype: float32
out_dtype: bfloat16