Views
No views yet
[!Tip] The SillyTavern preset is available here. For custom presets, please use the Mistral V7-Tekken instruct template.

llama-quantize \
--imatrix imatrix.gguf \
--token-embedding-type q8_0 \
--output-tensor-type q8_0 \
--tensor-type ".*attn_q.weight=q8_0" \
--tensor-type ".*attn_k.weight=q8_0" \
--tensor-type ".*attn_output.weight=q5_k" \
--tensor-type ".*attn_v.weight=iq4_nl" \
--tensor-type ".*ffn_up.weight=iq4_nl" \
--tensor-type ".*ffn_gate.weight=iq4_nl" \
Ministral-3-14B-Nymphaea-RP.F16.gguf \
Ministral-3-14B-Nymphaea-RP.Q5_Mix.gguf \
q5_k[!IMPORTANT] The base weights are abliterated via Heretic prior to fine-tuning, so this fine-tune is quite uncensored.
all-linearadamw_torch_fusedcosineneftune_noise_alpha=5[!Note] The vision encoder was frozen during training, so the model retains its native vision capabilities.