gemma-4-26B-A4B-it-DASHQ-INT3-g128

This repository contains a DASH-Q packed quantized checkpoint for google/gemma-4-26B-A4B-it.

DASH-Q checkpoints require the lightweight DASH-Q runtime package for loading. They are not plain Transformers checkpoints because linear layers are stored as PackedQuantizedLinear modules.

Install

pip install git+https://github.com/JaeminK/dashq.git

Load

from dashq import load_quantized

model, tokenizer = load_quantized(
    "jkim96/gemma-4-26B-A4B-it-DASHQ-INT3-g128",
    device_map="auto",
)

Quantization

Field Value
Base model google/gemma-4-26B-A4B-it
Bits 3
Group size 128
Scale/zero dtype float16
Calibration dataset wikitext2
Calibration samples 128
Sequence length 2048
Original size 51.6120 GB
Quantized size 13.4334 GB

Evaluation

Metric Value
wikitext2_ppl 843.9360
zero-shot accuracy avg 48.1709
arc_challenge 43.0887
arc_easy 65.3199
commonsense_qa 31.6953
gsm8k_cot 84.9886
hellaswag 53.4555
lambada_openai 24.7623
mmlu 79.7892
openbookqa 31.2000
piqa 68.4440
truthfulqa_mc2 57.8771
winogrande 57.6953
Downloads last month
44
Safetensors
Model size
1B params
Tensor type
I32
·
BF16
·
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for jkim96/gemma-4-26B-A4B-it-DASHQ-INT3-g128

Finetuned
(95)
this model

Collections including jkim96/gemma-4-26B-A4B-it-DASHQ-INT3-g128