CoolFace
Datasetpublic

jpsequeira/GLM-5.2-KLD-item13-Calibration-Plan

GLM-5.2 KLD item13 Calibration Panel — Plan & Row Hashes Reproduction package for the calibration-domain KLD measurements cited on jpsequeira/GLM-5.2-EXL3-TR3-3.40bpw-KVarN-K4V2 (the "0.0558 of-record" / "0.0555 on tr3.2" panel). Read the model card's retraction section first. These numbers are calibration-domain (in-distribution): the corpus family is the same one the quantization allocation was tuned on. They measure in-distribution serving fidelity, not held-out… See the full description on the dataset page: https://huggingface.co/datasets/jpsequeira/GLM-5.2-KLD-item13-Calibration-Plan.

sourceHugging Facemitupdated 1mo agoView on Hugging Face
0likes9downloads
Dataset Card

GLM-5.2 KLD item13 Calibration Panel — Plan & Row Hashes

Reproduction package for the calibration-domain KLD measurements cited on jpsequeira/GLM-5.2-EXL3-TR3-3.40bpw-KVarN-K4V2 (the "0.0558 of-record" / "0.0555 on tr3.2" panel).

Read the model card's retraction section first. These numbers are calibration-domain (in-distribution): the corpus family is the same one the quantization allocation was tuned on. They measure in-distribution serving fidelity, not held-out generalization. Held-out numbers (wikitext-2, festr2 reference) are in the card's correction section.

Contents

  • —capture-plan.json — the sealed 103-row plan (SHA256 072e37fabc39c616320ada867c48741ab3b9f255255ac7b37b2f0aeedace4e4e). Rows carry token_ids_sha256 = SHA256 of the little-endian int32 token-id array (the item13_prompt_logits.py convention, lines 241–266).
  • —rows.tsv — flat index / rowid / domain / tokencount / tokenidssha256 listing for quick verification.

Panel composition

103 rows, 32,768 tokens total: agentic 27 rows / code 14 / general 46 / reasoning 16 — 8,192 tokens per domain.

Reproducing

Serve the checkpoint (image jmpsequeira/glm52-kvarn-k4v2:tr3.2, kv_cache_dtype kvarn_mla_k2_g64), replay the plan rows by raw token ids with the capture hook (see the model card quick start for the image; the client contract is documented in the plan itself), and compare the captured logits against a BF16 reference of your own capture under identical conditions. Domain split and evaluator keys are in the plan.

Reference values measured with this plan: forward KLD 0.0558 (dtype-cutover panel), 0.0555 (tr3.2, APC on).