Muslim-6B-PRO

Muslim-6B-PRO โ€” GGUF

GGUF quantizations of NightPrince/Muslim-6B-PRO for local inference with llama.cpp and compatible runtimes (LM Studio, Ollama, koboldcpp, etc.).

Files

File Quant Size Notes
Muslim-6B-PRO-Q2_K.gguf Q2_K 2.26 GB Smallest, largest quality loss
Muslim-6B-PRO-Q3_K_S.gguf Q3_K_S 2.57 GB
Muslim-6B-PRO-Q3_K_M.gguf Q3_K_M 2.83 GB
Muslim-6B-PRO-Q3_K_L.gguf Q3_K_L 3.06 GB
Muslim-6B-PRO-Q4_0.gguf Q4_0 3.24 GB Legacy 4-bit
Muslim-6B-PRO-Q4_1.gguf Q4_1 3.56 GB Legacy 4-bit
Muslim-6B-PRO-Q4_K_S.gguf Q4_K_S 3.26 GB
Muslim-6B-PRO-Q4_K_M.gguf Q4_K_M 3.41 GB Recommended default โ€” best size/quality balance
Muslim-6B-PRO-Q5_0.gguf Q5_0 3.88 GB Legacy 5-bit
Muslim-6B-PRO-Q5_1.gguf Q5_1 4.19 GB Legacy 5-bit
Muslim-6B-PRO-Q5_K_S.gguf Q5_K_S 3.88 GB
Muslim-6B-PRO-Q5_K_M.gguf Q5_K_M 3.96 GB Near-lossless, good balance for more headroom
Muslim-6B-PRO-Q6_K.gguf Q6_K 4.55 GB Very close to F16 quality
Muslim-6B-PRO-Q8_0.gguf Q8_0 5.89 GB Near-lossless
Muslim-6B-PRO-f16.gguf F16 11.08 GB Full precision, no quantization loss

Usage

llama.cpp

llama-cli -hf NightPrince/Muslim-6B-PRO-GGUF:Q4_K_M -p "ุงู„ุณู„ุงู… ุนู„ูŠูƒู…"

or, with a locally downloaded file:

llama-cli -m Muslim-6B-PRO-Q4_K_M.gguf -p "ุงู„ุณู„ุงู… ุนู„ูŠูƒู…"

Server mode (OpenAI-compatible API)

llama-server -m Muslim-6B-PRO-Q4_K_M.gguf --port 8080

Tool calling

This model uses the Hermes-style <tool_call> format. llama-server supports this natively via its --jinja flag (uses the model's built-in chat template) combined with the standard OpenAI-style tools parameter in requests.

Choosing a quant

  • Q4_K_M is the recommended default for most use โ€” the standard "good enough for almost everyone" tradeoff.
  • Go Q5_K_M or Q6_K if you have the VRAM/RAM headroom and want output closer to the original fp16 model, especially for tool-call argument precision.
  • Go Q2_K/Q3_K only under tight memory constraints โ€” expect noticeably more degradation on precise tasks like tool-call JSON formatting and exact surah/ayah references.
  • Q8_0 or F16 for maximum fidelity when memory isn't a constraint.

Related resources

Downloads last month
410
GGUF
Model size
6B params
Architecture
qwen3
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

16-bit

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

Model tree for NightPrince/Muslim-6B-PRO-GGUF