How to use from
MLX LM
Generate or start a chat session
# Install MLX LM
uv tool install mlx-lm
# Interactive chat REPL
mlx_lm.chat --model "dougiefresh/jade_qwen3_4b_mlx_4bit"
Run an OpenAI-compatible server
# Install MLX LM
uv tool install mlx-lm
# Start the server
mlx_lm.server --model "dougiefresh/jade_qwen3_4b_mlx_4bit"
# Calling the OpenAI-compatible server with curl
curl -X POST "http://localhost:8000/v1/chat/completions" \
   -H "Content-Type: application/json" \
   --data '{
     "model": "dougiefresh/jade_qwen3_4b_mlx_4bit",
     "messages": [
       {"role": "user", "content": "Hello"}
     ]
   }'
Quick Links

Jade Qwen 3 4B - 4bit quantization for MLX

A systems progamming Qwen finetune.

Jade

Model description

Please view the model description on the non-quantized version.

Downloads last month
22
Safetensors
Model size
0.6B params
Tensor type
BF16
·
U32
·
MLX
Hardware compatibility
Log In to add your hardware

4-bit

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

Model tree for dougiefresh/jade_qwen3_4b_mlx_4bit

Finetuned
Qwen/Qwen3-4B
Quantized
(227)
this model

Datasets used to train dougiefresh/jade_qwen3_4b_mlx_4bit