Qwen3.5-35B-A3B-DASHQ-INT4-g32

This repository contains a DASH-Q packed quantized checkpoint for Qwen/Qwen3.5-35B-A3B.

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/Qwen3.5-35B-A3B-DASHQ-INT4-g32",
    device_map="auto",
)

Quantization

Field Value
Base model Qwen/Qwen3.5-35B-A3B
Bits 4
Group size 32
Scale/zero dtype float16
Calibration dataset wikitext2
Calibration samples 128
Sequence length 2048
Original size 71.9039 GB
Quantized size 23.9941 GB

Evaluation

Metric Value
wikitext2_ppl 6.6539
zero-shot accuracy avg 70.7482
arc_challenge 61.4334
arc_easy 80.0505
commonsense_qa 84.7666
gsm8k_cot 87.8696
hellaswag 82.1350
lambada_openai 72.7343
mmlu 83.1434
openbookqa 43.8000
piqa 83.0250
truthfulqa_mc2 53.8083
winogrande 74.9803
Downloads last month
26
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/Qwen3.5-35B-A3B-DASHQ-INT4-g32

Quantized
(267)
this model

Collections including jkim96/Qwen3.5-35B-A3B-DASHQ-INT4-g32