MichaelAnthony commited on
Commit
c745c24
·
verified ·
1 Parent(s): 9f56eae

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -56,6 +56,14 @@ tokenizer needed by MLX-VLM.
56
  - `config.json` (with `quantization` + `quantization_config`), `generation_config.json`,
57
  `processor_config.json`, tokenizer files, and `chat_template.jinja`.
58
 
 
 
 
 
 
 
 
 
59
  ## Verification performed
60
 
61
  The conversion host has no Apple-Silicon MLX runtime, so the quantized package
 
56
  - `config.json` (with `quantization` + `quantization_config`), `generation_config.json`,
57
  `processor_config.json`, tokenizer files, and `chat_template.jinja`.
58
 
59
+ ## Model size vs HF parameter display
60
+
61
+ This is a **~5.1B-parameter** model (2.3B effective), identical to the source
62
+ SnowFox checkpoint. Hugging Face's model page reports ~1.2B because the 4-bit
63
+ weights are stored as *packed* `uint32` words (8 values each) and HF counts each
64
+ packed word as one parameter. The packed word count is a storage detail, not the
65
+ parameter count.
66
+
67
  ## Verification performed
68
 
69
  The conversion host has no Apple-Silicon MLX runtime, so the quantized package