How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf aimeri/spoomplesmaxx-mockingbird-36B-GGUF:
# Run inference directly in the terminal:
llama cli -hf aimeri/spoomplesmaxx-mockingbird-36B-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf aimeri/spoomplesmaxx-mockingbird-36B-GGUF:
# Run inference directly in the terminal:
llama cli -hf aimeri/spoomplesmaxx-mockingbird-36B-GGUF:
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf aimeri/spoomplesmaxx-mockingbird-36B-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf aimeri/spoomplesmaxx-mockingbird-36B-GGUF:
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf aimeri/spoomplesmaxx-mockingbird-36B-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf aimeri/spoomplesmaxx-mockingbird-36B-GGUF:
Use Docker
docker model run hf.co/aimeri/spoomplesmaxx-mockingbird-36B-GGUF:
Quick Links

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.

Quant Size Notes
Q3_K_M ~18 GB the 18GB target; fine with a good card
Q4_K_S ~21 GB
Q4_K_M ~22 GB recommended balance
Q5_K_M ~26 GB closest 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

Downloads last month
115
GGUF
Model size
36B params
Architecture
seed_oss
Hardware compatibility
Log In to add your hardware

3-bit

4-bit

5-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for aimeri/spoomplesmaxx-mockingbird-36B-GGUF

Collection including aimeri/spoomplesmaxx-mockingbird-36B-GGUF