prince-canuma commited on
Commit
4b9dcd8
·
verified ·
1 Parent(s): 5e40d08

Upload folder using huggingface_hub

Browse files
README.md CHANGED
@@ -12,7 +12,7 @@ tags:
12
  ---
13
 
14
  # mlx-community/gemma-3-4b-pt-8bit
15
- This model was converted to MLX format from [`google/gemma-3-4b-pt`]() using mlx-vlm version **0.1.17**.
16
  Refer to the [original model card](https://huggingface.co/google/gemma-3-4b-pt) for more details on the model.
17
  ## Use with mlx
18
 
 
12
  ---
13
 
14
  # mlx-community/gemma-3-4b-pt-8bit
15
+ This model was converted to MLX format from [`google/gemma-3-4b-pt`]() using mlx-vlm version **0.1.18**.
16
  Refer to the [original model card](https://huggingface.co/google/gemma-3-4b-pt) for more details on the model.
17
  ## Use with mlx
18
 
generation_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 2,
4
+ "cache_implementation": "hybrid",
5
+ "eos_token_id": 1,
6
+ "pad_token_id": 0,
7
+ "transformers_version": "4.50.0.dev0"
8
+ }
model-00001-of-00002.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cf705b8d4b094254666680522db86a73faac8351d2debb6116a424250e66fd57
3
- size 4957035296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01061e58a02e1eb5b72cfe59ef9eb9cc0c0beba37fa2cab6fa68a219bd387100
3
+ size 4957036416
model-00002-of-00002.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ecb4f8154751d9e5c54d52df979d9b2ce1095d096a0fe9ab90b4a24ffb27ed03
3
- size 719106875
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31d87b56988184cb764623c4efe115c9cff555d98498e1affab490f4c1f8f3e4
3
+ size 719106879
model.safetensors.index.json CHANGED
The diff for this file is too large to render. See raw diff
 
processor_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "image_seq_length": 256,
3
+ "processor_class": "Gemma3Processor"
4
+ }