prince-canuma commited on
Commit
48ef364
·
verified ·
1 Parent(s): f29e97c

Upload folder using huggingface_hub

Browse files
README.md CHANGED
@@ -12,7 +12,7 @@ tags:
12
  ---
13
 
14
  # mlx-community/gemma-3-4b-pt-6bit
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-6bit
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.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:71943cacc4e589042693dec0fe0eeeaed74f28e477a808c58b03a16eb4729a38
3
- size 4538355628
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3727bad3907b19fd926add3ec4d56334f4c6d2bdda91951ff03eae631632a685
3
+ size 4538356752
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
+ }