DreamFoundries commited on
Commit
17c4646
·
verified ·
1 Parent(s): c220d48

Add files using upload-large-folder tool

Browse files
Files changed (3) hide show
  1. README.md +4 -2
  2. model.safetensors +2 -2
  3. model.safetensors.index.json +1 -3
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: 4-bit
26
  - Group size: 64
27
- - Local MLX folder size at upload time: 3.94 GiB
28
- - Local safetensors weight size at upload time: 3.91 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: 4-bit
26
  - Group size: 64
27
+ - Local MLX folder size at upload time: 3.98 GiB
28
+ - Local safetensors weight size at upload time: 3.95 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.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e105100225815b521c6405c57ea23974530b868ddfea1e3ea9ec7ce1cf9fae38
3
- size 4198925877
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d3184c7feccefb3ac857d73fc7d8a68297f30ff445a2ec757e49762e582ef54
3
+ size 4238492977
model.safetensors.index.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "metadata": {
3
- "total_size": 4198750292,
4
  "total_parameters": 7463013376
5
  },
6
  "weight_map": {
@@ -1355,8 +1355,6 @@
1355
  "language_model.model.layers.9.self_attn.v_proj.scales": "model.safetensors",
1356
  "language_model.model.layers.9.self_attn.v_proj.weight": "model.safetensors",
1357
  "language_model.model.norm.weight": "model.safetensors",
1358
- "language_model.model.per_layer_model_projection.biases": "model.safetensors",
1359
- "language_model.model.per_layer_model_projection.scales": "model.safetensors",
1360
  "language_model.model.per_layer_model_projection.weight": "model.safetensors",
1361
  "language_model.model.per_layer_projection_norm.weight": "model.safetensors"
1362
  }
 
1
  {
2
  "metadata": {
3
+ "total_size": 4238317652,
4
  "total_parameters": 7463013376
5
  },
6
  "weight_map": {
 
1355
  "language_model.model.layers.9.self_attn.v_proj.scales": "model.safetensors",
1356
  "language_model.model.layers.9.self_attn.v_proj.weight": "model.safetensors",
1357
  "language_model.model.norm.weight": "model.safetensors",
 
 
1358
  "language_model.model.per_layer_model_projection.weight": "model.safetensors",
1359
  "language_model.model.per_layer_projection_norm.weight": "model.safetensors"
1360
  }