olka-fi commited on
Commit
01af353
·
verified ·
1 Parent(s): ac62ce4

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +5 -2
  2. model.safetensors.index.json +1 -1
README.md CHANGED
@@ -35,10 +35,13 @@ are quantized to 4-bit; everything quality-sensitive stays BF16.
35
 
36
  | | |
37
  |---|---|
38
- | **Size** | **169 GB** (down from ~590 GB BF16 source, ~29%) |
39
  | **Format** | compressed-tensors `nvfp4-pack-quantized`, **weight-only (W4A16)** — E2M1 4-bit weights + FP8-E4M3 group-16 scales + FP32 per-tensor global scale |
40
  | **Base** | [tencent/Hy3](https://huggingface.co/tencent/Hy3) — 295B MoE (21B active, 3.8B MTP), 80 layers + 1 MTP layer, 192 experts top-8 + 1 shared, 256K context |
41
 
 
 
 
42
  ### What is quantized to what
43
 
44
  | Component | Precision | Why |
@@ -65,7 +68,7 @@ Functional evals run **end-to-end on a single NVIDIA B300 (275 GB)** with the
65
  - **MTP preserved:** the MTP draft layer (layer 80) is served with
66
  `--speculative-config '{"method":"mtp","num_speculative_tokens":1}'` and reaches **83.4%**
67
  draft-token acceptance — lossless (GSM8K unchanged with it on).
68
- - **Footprint:** ~169 GB — fits a single large-VRAM GPU (verified on one **B300, 275 GB**)
69
  or multi-GPU tensor parallelism. `fastsafetensors` loads it in ~90 s.
70
  - **Provenance:** built with [qstream](https://github.com/olka/qstream), experts-only,
71
  NVFP4 with MSE-optimal FP8-E4M3 group-scale selection (group_size 16).
 
35
 
36
  | | |
37
  |---|---|
38
+ | **Size** | **181 GB** (from ~598 GB BF16 source, ~30%) |
39
  | **Format** | compressed-tensors `nvfp4-pack-quantized`, **weight-only (W4A16)** — E2M1 4-bit weights + FP8-E4M3 group-16 scales + FP32 per-tensor global scale |
40
  | **Base** | [tencent/Hy3](https://huggingface.co/tencent/Hy3) — 295B MoE (21B active, 3.8B MTP), 80 layers + 1 MTP layer, 192 experts top-8 + 1 shared, 256K context |
41
 
42
+ > **Note on HF's param count.** HF reports fewer "params" than the base's 295B because it counts *packed* 4-bit storage elements (each `U8` byte holds two FP4 weights) plus FP8 scales — not logical parameters. The logical model is unchanged: **295B total, 21B active**.
43
+
44
+
45
  ### What is quantized to what
46
 
47
  | Component | Precision | Why |
 
68
  - **MTP preserved:** the MTP draft layer (layer 80) is served with
69
  `--speculative-config '{"method":"mtp","num_speculative_tokens":1}'` and reaches **83.4%**
70
  draft-token acceptance — lossless (GSM8K unchanged with it on).
71
+ - **Footprint:** ~181 GB — fits a single large-VRAM GPU (verified on one **B300, 275 GB**)
72
  or multi-GPU tensor parallelism. `fastsafetensors` loads it in ~90 s.
73
  - **Provenance:** built with [qstream](https://github.com/olka/qstream), experts-only,
74
  NVFP4 with MSE-optimal FP8-E4M3 group-scale selection (group_size 16).
model.safetensors.index.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:52945e20b5af6b33476d4f468969855b091afada8edc7463a262f11e483d13bb
3
  size 13818513
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3976e5f5f991872da5b15ac1cbf7656c33ca7ce25a9643be9e5effb5f74adc29
3
  size 13818513