CoolFace
Modelpublic

aimeri/spoomplesmaxx-mockingbird-36B-GGUF

sourceHugging Faceapache-2.0updated 1mo agoView on Hugging Face
0likes66downloads
Model Card

spoomplesmaxx-mockingbird-36B — GGUF (static)

Static GGUF quants of spoomplesmaxx-mockingbird-36B, the first of the mimids. Weighted/imatrix quants (calibrated on the model's own training corpus) live in -i1-GGUF; prefer those at 3–4 bit if your runtime supports them.

QuantSizeNotes
Q3KM~18 GBthe 18GB target; fine with a good card
Q4KS~21 GB
Q4KM~22 GBrecommended balance
Q5KM~26 GBclosest to bf16 behavior

The seed-native chat template is embedded in the GGUF metadata — llama.cpp, koboldcpp, and LM Studio pick it up automatically.

Sampling — read this part

temperature 1.0 · top_p 0.9 · repeat_penalty 1.0 (OFF)
⚠ Never use repetition, presence, or frequency penalties. The template ends every message with <seed:eos>; context-wide penalties suppress that token, the model stops ending its turns, and generation degenerates into the base model's untrained Chinese vocabulary. Many frontend presets default repeat_penalty to 1.05–1.1 — set it back to 1.0. Use DRY or XTC if you want extra anti-repetition; both leave special tokens alone.

Usable temperature window is ~0.95–1.05: lower loops verbatim, higher frays. Full details, corpus notes, and training story on the main model card.

mimids 01 · Apache 2.0