--- license: apache-2.0 base_model: aimeri/spoomplesmaxx-mockingbird-36B library_name: mlx pipeline_tag: text-generation tags: - roleplay - creative-writing - mlx language: - en --- # spoomplesmaxx-mockingbird-36B — MLX 3-bit 3-bit MLX quant of [spoomplesmaxx-mockingbird-36B](https://huggingface.co/aimeri/spoomplesmaxx-mockingbird-36B) for Apple silicon. ~18 GB on disk — runs on a 24 GB Mac with room to breathe, comfortable on 32 GB. ```bash pip install mlx-lm mlx_lm.chat --model aimeri/spoomplesmaxx-mockingbird-36B-mlx-3bit \ --temp 1.0 --top-p 0.9 ``` The seed-native chat template ships in the tokenizer config; `mlx_lm.chat` and LM Studio use it automatically. ## Sampling — read this part ``` temperature 1.0 · top_p 0.9 · no penalties ``` > **⚠ Never use repetition, presence, or frequency penalties.** > The template ends every message with ``; context-wide penalties > suppress that token, the model stops ending its turns, and generation > degenerates into the base model's untrained Chinese vocabulary. Usable temperature window is ~0.95–1.05: lower loops verbatim, higher frays. Full details on the [main model card](https://huggingface.co/aimeri/spoomplesmaxx-mockingbird-36B). *mimids 01 · Apache 2.0*