How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "prithivMLmods/Magpie-Qwen-CortexDual-0.6B-GGUF"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "prithivMLmods/Magpie-Qwen-CortexDual-0.6B-GGUF",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/prithivMLmods/Magpie-Qwen-CortexDual-0.6B-GGUF:
Quick Links

Magpie-Qwen-CortexDual-0.6B-GGUF

Magpie-Qwen-CortexDual-0.6B is a specialized, general-purpose model designed for math, code, and structured reasoning. Built with CortexDual thinking mode, it dynamically adapts to the complexity of a problem, automatically shifting into a stepwise reasoning mode for intricate logic or math tasks. This 0.6B parameter model leverages 80% of the Magpie Pro 330k dataset and a modular blend of datasets for general-purpose proficiency and domain versatility.

ModelFile

File Name Size Source
Magpie-Qwen-0.6B.BF16.gguf 1.2 GB xet
Magpie-Qwen-0.6B.F16.gguf 1.2 GB xet
Magpie-Qwen-0.6B.F32.gguf 2.39 GB xet
Magpie-Qwen-0.6B.Q4_K_M.gguf 397 MB xet
Magpie-Qwen-0.6B.Q5_K_M.gguf 444 MB xet
Magpie-Qwen-0.6B.Q8_0.gguf 639 MB xet
.gitattributes 1.97 kB -
README.md 723 Bytes -
config.json 31 Bytes -

Quants Usage

(sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)

Link Type Size/GB Notes
GGUF Q2_K 0.4
GGUF Q3_K_S 0.5
GGUF Q3_K_M 0.5 lower quality
GGUF Q3_K_L 0.5
GGUF IQ4_XS 0.6
GGUF Q4_K_S 0.6 fast, recommended
GGUF Q4_K_M 0.6 fast, recommended
GGUF Q5_K_S 0.6
GGUF Q5_K_M 0.7
GGUF Q6_K 0.7 very good quality
GGUF Q8_0 0.9 fast, best quality
GGUF f16 1.6 16 bpw, overkill

Here is a handy graph by ikawrakow comparing some lower-quality quant types (lower is better):

image.png

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

4-bit

5-bit

8-bit

16-bit

32-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for prithivMLmods/Magpie-Qwen-CortexDual-0.6B-GGUF

Finetuned
Qwen/Qwen3-0.6B
Quantized
(3)
this model

Collection including prithivMLmods/Magpie-Qwen-CortexDual-0.6B-GGUF