AutomatosX commited on
Commit
e9519fc
·
verified ·
1 Parent(s): 461581f

Correct logical model size information

Browse files

Document the logical target parameter count and, where needed, correct the Safetensors index metadata so packed quantized storage is not mistaken for model size. Weight files and shard weight maps are unchanged.

Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -18,6 +18,10 @@ tags:
18
 
19
  # AX Qwen3 Coder Next MLX 6-bit
20
 
 
 
 
 
21
  This is a revision-pinned, transparent mirror of
22
  [mlx-community/Qwen3-Coder-Next-6bit](https://huggingface.co/mlx-community/Qwen3-Coder-Next-6bit)
23
  at commit `9d12cc36cc6c386ffd04f7c8f0de6ccb29c5927e`.
 
18
 
19
  # AX Qwen3 Coder Next MLX 6-bit
20
 
21
+ > **Parameter count:** approximately 79.67B logical parameters (80B total,
22
+ > 3B active per token). `6-bit` is the quantization precision, not a 6B
23
+ > model-size claim.
24
+
25
  This is a revision-pinned, transparent mirror of
26
  [mlx-community/Qwen3-Coder-Next-6bit](https://huggingface.co/mlx-community/Qwen3-Coder-Next-6bit)
27
  at commit `9d12cc36cc6c386ffd04f7c8f0de6ccb29c5927e`.