The model was converted from the original Hugging Face checkpoint to GGUF format and quantized using llama.cpp's Q4_K_M quantization scheme.
making it suitable for laptops, desktops, and mobile devices.
1./llama-cli \
2 -m qwen-q4_k_m.gguf \
3 -p "Explain machine learning in simple terms."
This repository contains a quantized derivative of the original Qwen3.5-2B model.
Please refer to the original model repository for training details, benchmarks, limitations, and licensing information.
This repository only provides a GGUF quantization of the original model. All credit for model training and development belongs to the Qwen team.