Qwen3.6 35B A3B DASHQ INT4 G64 | Sweet Tea StudioQwen3.6 35B A3B DASHQ INT4 G64
DASH-Q — Diagonal-Aware Shrinkage for Robust PTQ. INT4 · group size 64 · 21.8928 GB (from 71.9038 GB — 3.3x smaller )
Verified source
Kindimage-text-to-textBase modelQwen/Qwen3.6-35B-A3BVersionv515c4ee93d402bd7ef5dc8eb4c7ca4fb6761512eLicenseapache-2.0Publisher@jkim96Cgrade Model source
- Kind
- image-text-to-text
- Base model
- Qwen/Qwen3.6-35B-A3B
- Version
- v515c4ee93d402bd7ef5dc8eb4c7ca4fb6761512e
- License
- apache-2.0
- Parameters
- 35B
- Source
- Hugging Face
--- license: apache-2.0 base_model: Qwen/Qwen3.6-35B-A3B base_model_relation: quantized library_name: transformers tags: - dashq - quantized - post-training-quantization - int4 ---  # Qwen3.6-35B-A3B-DASHQ-INT4-g64 > **DASH-Q** — Diagonal-Aware Shrinkage for Robust PTQ. > `INT4` · group size 64 · **21.8928 GB** (from 71.9038 GB — **3.3x 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/Qwen3.6-35B-A3B-DASHQ-INT4-g64", device_map="auto") ``` ## Quantization | Field | Value | | --- | --- | | Base model | `Qwen/Qwen3.6-35B-A3B` | | Precision | INT4, group size 64 | | Scale / zero dtype | float16 | | Calibration | wikitext2, 128 samples x 2048 | | Size | 21.8928 GB · original 71.9038 GB · 3.3x 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: Qwen/Qwen3.6-35B-A3B basemodelrelation: quantized libraryname: transformers tags: dashq quantized post-training-quantization int4
DASH-Q — Diagonal-Aware Shrinkage for Robust PTQ. INT4 · group size 64 · 21.8928 GB (from 71.9038 GB — 3.3x smaller )
jkim96/Qwen3.6-35B-A3B-DASHQ-INT4-g64