Views
No views yet
Qwen/Qwen3.5-4B
in which the discrete grid assignments have been refined with GSQ
(Gumbel-Softmax Quantization), starting from the public Unsloth GGUF
initialization and projected back into the same K-Quant format.llama.cpp / Ollama and is a
drop-in replacement for the corresponding standard GGUF checkpoint.Qwen/Qwen3.5-4BUD-Q2_K_XLQ2_K_XLllama.cpp, ollama, LM Studio, anything that consumes GGUFllama.cpp / ollama build that loads a regular Qwen3.5-4B Q2_K_XL GGUF
should load this file with zero changes.Q2_K_XL, rather than
per-tensor dtypes. This refers to the on-disk K-Quant encoding, not the
precision of any optimizer state used during GSQ refinement.UD-Q2_K_XL
checkpoint used as initialization.| Model | AIME 25 | GPQA Diamond | IFEval | GSM8K | MMLU-Pro |
|---|---|---|---|---|---|
Unsloth UD-Q2_K_XL | 26.67 | 56.06 | 76.14 | 79.61 | 66.78 |
GSQ-refined Q2_K_XL | 60.00 | 67.17 | 82.97 | 88.48 | 70.87 |
UD-Q2_K_XL model was evaluated with thinking disabled on all
tasks, because its thinking mode was found to be broken and produced worse
results.1hf download ISTA-DASLab/Qwen3.5-4B-GGUF-GSQ \
2 Qwen3.5-4B-Q2_K_XL.gguf --local-dir .
3
4./llama-cli -m Qwen3.5-4B-Q2_K_XL.gguf -p "Hello"