jangq commited on
Commit
8425574
·
verified ·
1 Parent(s): 8e9a435

comparison chart

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -50,7 +50,21 @@ Sibling bundle: [GLM-5.3-Flash-JANG-MTP](https://huggingface.co/JANGQ-AI/GLM-5.3
50
  | JANG-MTP | 95.47 GiB | 0.0977 | 0.552 | 1.57 / 2.63 / 5.74 | 78.1% | 94.4% | 96.7% |
51
  | **JANG (AR)** | **95.48 GiB** | **0.0885** | **0.529** | **1.50 / 2.56 / 5.64** | **78.7%** | **94.6%** | **96.9%** |
52
 
53
- For calibration: our dots3-note release (280B at 94.6 GiB) ships at 79.2% top-1 — this model carries ~305B of routed experts with no fp16 embedding table to absorb signal, so these numbers are the honest physics of ~2.2 effective bits at this size. Comparison rows for other public quants are being measured on the identical protocol and will be added.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
 
55
  ## Calibration data
56
 
 
50
  | JANG-MTP | 95.47 GiB | 0.0977 | 0.552 | 1.57 / 2.63 / 5.74 | 78.1% | 94.4% | 96.7% |
51
  | **JANG (AR)** | **95.48 GiB** | **0.0885** | **0.529** | **1.50 / 2.56 / 5.64** | **78.7%** | **94.6%** | **96.9%** |
52
 
53
+ For calibration: our dots3-note release (280B at 94.6 GiB) ships at 79.2% top-1 — this model carries ~305B of routed experts with no fp16 embedding table to absorb signal, so these numbers are the honest physics of ~2.2 effective bits at this size.
54
+
55
+ ## How it compares (same protocol, same reference, same positions)
56
+
57
+ | Quant (95 GiB class) | Size | median KL ↓ | mean KL ↓ | top-1 ↑ | top-5 ↑ | top-10 ↑ |
58
+ |---|---|---|---|---|---|---|
59
+ | **GLM-5.3-Flash-JANG (AR)** | 95.35 GiB | **0.0885** | **0.52** | **78.7%** | **94.6%** | **96.8%** |
60
+ | **GLM-5.3-Flash-JANG-MTP** | 95.47 GiB | 0.0977 | 0.55 | 78.1% | 94.4% | 96.7% |
61
+ | orcarouter GLM-5.3-Flash-MLX `2bit-lite` | 95.4 GiB | 0.2122 | 0.83 | 71.4% | 90.8% | 94.3% |
62
+
63
+ All rows: 15,850 teacher-forced positions vs the official FP8 release
64
+ (top-128 renormalized KL). The orcarouter bundle was evaluated by loading its
65
+ quantized weights natively — its exact shipped fidelity, no requantization.
66
+ antirez's `GLM-5.3-Flash-Q2.gguf` (89.9 GiB) could not be measured: no public
67
+ llama.cpp build (mainline or the open support PR) currently loads those files.
68
 
69
  ## Calibration data
70