Views
No views yet
Qwen/Qwen3-30B-A3B-Instruct-2507.gate_proj and up_proj matrices are compressed. down_proj
and all non-expert parameters remain in the base model. The checkpoint uses
32 groups of four experts, heterogeneous group ranks, basis blending, and the
3% RFID sparse-projection residual.factors/ contains one layer/projection family in the lossless
rfid-ragged-factors-v1 format. Zero padding and derivable rank masks from the
training checkpoints are omitted. All learned floating-point tensors remain
FP32; projection indices are losslessly stored as int32. This conversion does
not quantize or materialize the factors.rfid_factor_checkpoint.py supports per-expert materialization
and direct two-GEMM execution of the factorized main path. Vanilla
Transformers and upstream vLLM do not natively execute this checkpoint.| Variant | WikiText-2 PPL | PTB PPL | C4 PPL | Six-task average |
|---|---|---|---|---|
| Linear | 9.5000 | 16.4574 | 17.4657 | 0.6571 |
evaluation/ for the complete lm-eval and perplexity JSON artifacts.