Gemma 4 26B A4B It DASHQ INT4 G128 | Sweet Tea StudioGemma 4 26B A4B It DASHQ INT4 G128
DASH-Q — Diagonal-Aware Shrinkage for Robust PTQ. INT4 · group size 128 · 15.8828 GB (from 51.6120 GB — 3.2x smaller )
Verified source
Kindimage-text-to-textBase modelgoogle/gemma-4-26B-A4B-itVersionv763a49f50dbdca8cd775b5736a9d191d20950e14Licenseapache-2.0Publisher@jkim96Cgrade Model source
- Kind
- image-text-to-text
- Base model
- google/gemma-4-26B-A4B-it
- Version
- v763a49f50dbdca8cd775b5736a9d191d20950e14
- License
- apache-2.0
- Parameters
- 26B
- Source
- Hugging Face
--- license: apache-2.0 base_model: google/gemma-4-26B-A4B-it base_model_relation: quantized library_name: transformers tags: - dashq - quantized - post-training-quantization - int4 ---  # gemma-4-26B-A4B-it-DASHQ-INT4-g128 > **DASH-Q** — Diagonal-Aware Shrinkage for Robust PTQ. > `INT4` · group size 128 · **15.8828 GB** (from 51.6120 GB — **3.2x smaller**) DASH-Q checkpoints load with the lightweight DASH-Q runtime — linear layers are packed `PackedQuantizedLinear` modules, not plain Transformers weights. ## Install ```bash pip install git+https://github.com/JaeminK/dashq.git ``` ## Load ```python from dashq import load_quantized model, tokenizer = load_quantized("jkim96/gemma-4-26B-A4B-it-DASHQ-INT4-g128", device_map="auto") ``` ## Quantization | Field | Value | | --- | --- | | Base model | `google/gemma-4-26B-A4B-it` | | Precision | INT4, group size 128 | | Scale / zero dtype | float16 | | Calibration | wikitext2, 128 samples x 2048 | | Size | 15.8828 GB · original 51.6120 GB · 3.2x compression | ## Benchmarks Full zero-shot / few-shot results for every DASH-Q checkpoint: **[github.com/JaeminK/dashq#benchmarks](https://github.com/JaeminK/dashq#benchmarks)**
Sources & provenance
1 active source
Source evidence
3 excerpts
license: apache-2.0 basemodel: google/gemma-4-26B-A4B-it basemodelrelation: quantized libraryname: transformers tags: dashq quantized post-training-quantization int4
Jul 11
DASH-Q — Diagonal-Aware Shrinkage for Robust PTQ. INT4 · group size 128 · 15.8828 GB (from 51.6120 GB — 3.2x smaller )
jkim96/gemma-4-26B-A4B-it-DASHQ-INT4-g128