Upload results.json with huggingface_hub
Browse files- results.json +48 -1
results.json
CHANGED
|
@@ -19,6 +19,13 @@
|
|
| 19 |
"val": 2.360668977101644,
|
| 20 |
"ppl": 10.598038926854809,
|
| 21 |
"params": 2104448
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
}
|
| 23 |
},
|
| 24 |
"baselines": {
|
|
@@ -72,5 +79,45 @@
|
|
| 72 |
"weight_zero_fraction": 0.314,
|
| 73 |
"qat_wallclock_multiplier": 1.1170731707317074
|
| 74 |
},
|
| 75 |
-
"note": "checkpoints store fp32 MASTER weights. ternary quantization happens in the forward pass. the 4.61 MB figure is the packed inference size."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 76 |
}
|
|
|
|
| 19 |
"val": 2.360668977101644,
|
| 20 |
"ppl": 10.598038926854809,
|
| 21 |
"params": 2104448
|
| 22 |
+
},
|
| 23 |
+
"qat_ternary_embed": {
|
| 24 |
+
"val": 2.310712154706319,
|
| 25 |
+
"ppl": 10.081601759246057,
|
| 26 |
+
"params": 11159360,
|
| 27 |
+
"embed_mode": "ternary",
|
| 28 |
+
"qat_recovery_of_ptq_embed_loss": 0.760477491978586
|
| 29 |
}
|
| 30 |
},
|
| 31 |
"baselines": {
|
|
|
|
| 79 |
"weight_zero_fraction": 0.314,
|
| 80 |
"qat_wallclock_multiplier": 1.1170731707317074
|
| 81 |
},
|
| 82 |
+
"note": "checkpoints store fp32 MASTER weights. ternary quantization happens in the forward pass. the 4.61 MB figure is the packed inference size.",
|
| 83 |
+
"pareto": {
|
| 84 |
+
"all_fp16": {
|
| 85 |
+
"bytes": 22318720,
|
| 86 |
+
"MB": 22.32,
|
| 87 |
+
"share_1p58bit": 0.0,
|
| 88 |
+
"share_fp16": 0.0016,
|
| 89 |
+
"compression_vs_fp16": 1.0,
|
| 90 |
+
"val": 2.0553244292736053
|
| 91 |
+
},
|
| 92 |
+
"ternary_body_fp16_embed": {
|
| 93 |
+
"bytes": 4605521,
|
| 94 |
+
"MB": 4.61,
|
| 95 |
+
"share_1p58bit": 0.4229,
|
| 96 |
+
"share_fp16": 0.0079,
|
| 97 |
+
"compression_vs_fp16": 4.85,
|
| 98 |
+
"val": 2.1759746789932253
|
| 99 |
+
},
|
| 100 |
+
"ternary_body_int8_embed": {
|
| 101 |
+
"bytes": 3294801,
|
| 102 |
+
"MB": 3.29,
|
| 103 |
+
"share_1p58bit": 0.5911,
|
| 104 |
+
"share_fp16": 0.0111,
|
| 105 |
+
"compression_vs_fp16": 6.77,
|
| 106 |
+
"val": 2.1795
|
| 107 |
+
},
|
| 108 |
+
"ternary_body_ternary_embed": {
|
| 109 |
+
"bytes": 2243762,
|
| 110 |
+
"MB": 2.24,
|
| 111 |
+
"share_1p58bit": 0.9837,
|
| 112 |
+
"share_fp16": 0.0163,
|
| 113 |
+
"compression_vs_fp16": 9.95,
|
| 114 |
+
"val": 2.310712154706319
|
| 115 |
+
}
|
| 116 |
+
},
|
| 117 |
+
"param_buckets": {
|
| 118 |
+
"ternary_body": 9830400,
|
| 119 |
+
"embedding_tied": 1310720,
|
| 120 |
+
"norms_always_fp16": 18240
|
| 121 |
+
},
|
| 122 |
+
"correction": "an earlier table bucketed embedding+norms as 'full precision' then quantized the bucket; the true fp16 share of the ternary-embed model is 1.63%, not 11.9%"
|
| 123 |
}
|