DreamFoundries commited on
Commit
66a56de
·
verified ·
1 Parent(s): fa4a3b5

Add files using upload-large-folder tool

Browse files
README.md CHANGED
@@ -24,11 +24,13 @@ This repository contains an MLX-LM conversion of [google/gemma-4-E4B-it](https:/
24
  - Quantization: MLX-LM affine quantization
25
  - Bits: 6-bit
26
  - Group size: 64
27
- - Local MLX folder size at upload time: 5.68 GiB
28
- - Local safetensors weight size at upload time: 5.65 GiB
29
 
30
  This Gemma conversion follows the MLX-LM Gemma 4 shared-KV topology and uses non-strict checkpoint loading so extra HF tensors outside that topology are discarded during conversion.
31
 
 
 
32
  ## Usage
33
 
34
  ```bash
 
24
  - Quantization: MLX-LM affine quantization
25
  - Bits: 6-bit
26
  - Group size: 64
27
+ - Local MLX folder size at upload time: 5.71 GiB
28
+ - Local safetensors weight size at upload time: 5.68 GiB
29
 
30
  This Gemma conversion follows the MLX-LM Gemma 4 shared-KV topology and uses non-strict checkpoint loading so extra HF tensors outside that topology are discarded during conversion.
31
 
32
+ For mlx-swift compatibility, `per_layer_model_projection` was left unquantized while the rest of the eligible linear layers were quantized.
33
+
34
  ## Usage
35
 
36
  ```bash
model-00002-of-00002.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:661de4e761eb1e5fb7703fc5709483445637c3b62495258a20713f403cc94958
3
- size 2312455568
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0bf19e1d887668a9dff5ebdeb8e73a7b3ede4f7048b9c47423cc02afe4d9411
3
+ size 2345141406
model.safetensors.index.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "metadata": {
3
- "total_size": 6064363604,
4
  "total_parameters": 7463013376
5
  },
6
  "weight_map": {
@@ -1355,8 +1355,6 @@
1355
  "language_model.model.layers.9.self_attn.v_proj.scales": "model-00001-of-00002.safetensors",
1356
  "language_model.model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
1357
  "language_model.model.norm.weight": "model-00001-of-00002.safetensors",
1358
- "language_model.model.per_layer_model_projection.biases": "model-00002-of-00002.safetensors",
1359
- "language_model.model.per_layer_model_projection.scales": "model-00002-of-00002.safetensors",
1360
  "language_model.model.per_layer_model_projection.weight": "model-00002-of-00002.safetensors",
1361
  "language_model.model.per_layer_projection_norm.weight": "model-00002-of-00002.safetensors"
1362
  }
 
1
  {
2
  "metadata": {
3
+ "total_size": 6097049684,
4
  "total_parameters": 7463013376
5
  },
6
  "weight_map": {
 
1355
  "language_model.model.layers.9.self_attn.v_proj.scales": "model-00001-of-00002.safetensors",
1356
  "language_model.model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
1357
  "language_model.model.norm.weight": "model-00001-of-00002.safetensors",
 
 
1358
  "language_model.model.per_layer_model_projection.weight": "model-00002-of-00002.safetensors",
1359
  "language_model.model.per_layer_projection_norm.weight": "model-00002-of-00002.safetensors"
1360
  }