jedisct1 commited on
Commit
9c6093c
·
verified ·
1 Parent(s): c0e307f

Correct model card details and indexed payload size

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. model.safetensors.index.json +1 -1
README.md CHANGED
@@ -42,7 +42,7 @@ The model uses oMLX enhanced importance-matrix quantization with 4-bit affine, g
42
  - MTP attention, shared-expert, and layer mixer matrices use 8-bit affine quantization. Fusion projections, the final mixer, routers, norms, gates, and injection controls retain BF16.
43
  - The 51.2B-parameter PLE n-gram bank remains split into 128 shards. Shards 0 through 3 use 2-bit affine, group size 32. Shards 4 through 127 use 3-bit affine, group size 32.
44
 
45
- The importance matrix was collected from 1,024 tool-heavy multilingual calibration samples at sequence length 512. The included `oq_imatrix_report.json` records the allocation inputs and coverage.
46
 
47
  The MTP expert quantizer uses the calibrated activation importance of the analogous final backbone layer as a proxy. This preserves expert-specific weighting without claiming that the non-MTP calibration cache directly measured the draft head.
48
 
@@ -78,7 +78,7 @@ It installs the included model settings into a fresh oMLX base path, permits one
78
 
79
  ## Recommended generation settings
80
 
81
- Thinking mode is enabled by default. The upstream recommended settings are included in `generation_config.json`:
82
 
83
  ```text
84
  temperature: 1.0
 
42
  - MTP attention, shared-expert, and layer mixer matrices use 8-bit affine quantization. Fusion projections, the final mixer, routers, norms, gates, and injection controls retain BF16.
43
  - The 51.2B-parameter PLE n-gram bank remains split into 128 shards. Shards 0 through 3 use 2-bit affine, group size 32. Shards 4 through 127 use 3-bit affine, group size 32.
44
 
45
+ The importance matrix was collected from 1,024 tool-heavy multilingual calibration samples at sequence length 512. It observed 73,665 of 73,728 backbone expert-projection slots. The 63 unobserved slots retained conservative fallback precision. The included `oq_imatrix_report.json` records the allocation inputs and complete coverage details.
46
 
47
  The MTP expert quantizer uses the calibrated activation importance of the analogous final backbone layer as a proxy. This preserves expert-specific weighting without claiming that the non-MTP calibration cache directly measured the draft head.
48
 
 
78
 
79
  ## Recommended generation settings
80
 
81
+ Thinking mode is enabled by default. The tested generation settings are split between `generation_config.json` and the bundled `omlx_support/model_settings.json`:
82
 
83
  ```text
84
  temperature: 1.0
model.safetensors.index.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "metadata": {
3
- "total_size": 94445280333
4
  },
5
  "weight_map": {
6
  "lm_head.biases": "model-00001-of-00018.safetensors",
 
1
  {
2
  "metadata": {
3
+ "total_size": 94444914776
4
  },
5
  "weight_map": {
6
  "lm_head.biases": "model-00001-of-00018.safetensors",