The hybrid quant employs different quantization levels on a per layer basis to enable
both high performance and small file size at the same time. This quant is sized at ~IQ4_XS bpw. The quants employed are all K to avoid
slow CPU or older GPU processing of IQ quants. For this file the Q4_P_H layer quants are as follows:
Model FFN length is padded from 13696 to 13824 to allow use of K quants in the layers instead of fallback legacy quants.
Comparison:
Quant
size
PPL
Comment
IQ4_XS
5.3e9
11.8
-
Q4_P_H
5.6e9
11.8
Hybrid quant with Q4_K embedding Q6_K output
The quant was sized to be able to run on 8G VRAM GPUs along with the mmproj and then evaluated for
acceptable reasoning performance across a curated set of test prompts.
Usage:
This is a RL trained (thinking) vision model. The layer quants for this model were evaluated on a set of test/eval prompts using
greedy sampling. The model appears to be very robust against infinite generations on the eval prompts with greedy sampling,
always converging to an answer. Image mode was tested on a small set of images and found to be both functional and accurate.
This model will respond in Chinese with no system prompt. For english responses, the following system prompt can be used:
SYSTEM="language = english"
In tests this system prompt will cause the model to both reason and respond in english.
The model can be speculated with Qwen3 0.6B. Approx performance using a downstream speculator with llama.cpp on one 4070 (12G VRAM) GPU
with fixed spec block length ND:
ND
QKV
NKV
gen tps
Comment
3
F16
33k
76
llama.cpp b7845
0
F16
128k
67
""
3
Q8_0
38k
81
""
0
Q8_0
128k
68
""
Speculation is of marginal benefit due to the difficulty of speculating RL models which generate reflections at unpredictable times.