NemoMix-Unleashed-12B
from MarinaraSpaghetti/NemoMix-Unleashed-12B
Ministral-3-14B-Nymphaea-RP is a abliterated and uncensored variant of 0xA50C1A1/Ministral-3-14B-Nymphaea-RP, published on Hugging Face by mradermacher. It is 14B parameters, 24GB VRAM class class and apache-2.0 licence. It is distributed across 4 repositories in GGUF and GGUF (imatrix) formats, totalling 6.4K downloads.
How Ministral-3-14B-Nymphaea-RP was modified, and what that implies.
Abliteration + uncensored fine-tune
Directional ablation combined with additional fine-tuning on unfiltered data, so behaviour diverges from the base model beyond refusal removal alone.
Reported scope: Not stated by the publisher. Publishers frequently omit this, so verify behaviour empirically rather than assuming full coverage.
From the publisher’s model card
“For a convenient overview and download list, visit our model page for this model.”
Commands are templates — confirm the exact repository and quant file before use.
hf download mradermacher/Ministral-3-14B-Nymphaea-RP-i1-GGUF --local-dir ./ministral-3-14b-nymphaea-rp
llama-cli -m ./ministral-3-14b-nymphaea-rp/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "mradermacher/Ministral-3-14B-Nymphaea-RP-i1-GGUF"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve mradermacher/Ministral-3-14B-Nymphaea-RP-i1-GGUF --trust-remote-codeEvery published repository of Ministral-3-14B-Nymphaea-RP, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| mradermacher/Ministral-3-14B-Nymphaea-RP-i1-GGUFsource | GGUF (imatrix) | 3K |
| mradermacher/Ministral-3-14B-Nymphaea-RP-GGUF | GGUF | 1.9K |
| 0xA50C1A1/Ministral-3-14B-Nymphaea-RP | GGUF | 1.5K |
Derived from this model’s metadata and the publisher’s claims — not from benchmarks run by this site.
Handling: run it isolated, put moderation in front of it if anyone outside your team can reach it, and verify the weights before loading — these are third-party artifacts. Full handling and licence guidance.
Metadata for Ministral-3-14B-Nymphaea-RP is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with mradermacher, and does not independently verify publisher claims. See responsible use.