prince-canuma commited on
Commit
27be7b3
·
verified ·
1 Parent(s): 0736033

Upload folder using huggingface_hub

Browse files
README.md CHANGED
@@ -13,7 +13,7 @@ tags:
13
  ---
14
 
15
  # mlx-community/gemma-3-12b-pt-4bit
16
- This model was converted to MLX format from [`google/gemma-3-12b-pt`]() using mlx-vlm version **0.1.17**.
17
  Refer to the [original model card](https://huggingface.co/google/gemma-3-12b-pt) for more details on the model.
18
  ## Use with mlx
19
 
 
13
  ---
14
 
15
  # mlx-community/gemma-3-12b-pt-4bit
16
+ This model was converted to MLX format from [`google/gemma-3-12b-pt`]() using mlx-vlm version **0.1.18**.
17
  Refer to the [original model card](https://huggingface.co/google/gemma-3-12b-pt) for more details on the model.
18
  ## Use with mlx
19
 
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:a50b9b9c6d08726bdb02e94d5368f9df502f9f772e92dfe254668f753842a7bc
3
- size 5367454243
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:397c40ed211dab29d5153b55710065143b18e01f5e0097dd52c8e49c312be426
3
+ size 5367455313
model-00002-of-00002.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d6698ac3633f4fe183aa7847f758135925d61005529aa6f79009383d7fb081da
3
- size 2661219601
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9fba7205456d46aa4cb9445964f4e1bd222e62db16a9e95a86db7e2062b42a3
3
+ size 2661219935
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
+ }