prince-canuma commited on
Commit
d896ba5
·
verified ·
1 Parent(s): 087be1b

Upload folder using huggingface_hub

Browse files
README.md CHANGED
@@ -13,7 +13,7 @@ tags:
13
  ---
14
 
15
  # mlx-community/gemma-3-12b-it-4bit
16
- This model was converted to MLX format from [`google/gemma-3-12b-it`]() using mlx-vlm version **0.1.17**.
17
  Refer to the [original model card](https://huggingface.co/google/gemma-3-12b-it) for more details on the model.
18
  ## Use with mlx
19
 
 
13
  ---
14
 
15
  # mlx-community/gemma-3-12b-it-4bit
16
+ This model was converted to MLX format from [`google/gemma-3-12b-it`]() using mlx-vlm version **0.1.18**.
17
  Refer to the [original model card](https://huggingface.co/google/gemma-3-12b-it) for more details on the model.
18
  ## Use with mlx
19
 
generation_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 2,
4
+ "cache_implementation": "hybrid",
5
+ "eos_token_id": [
6
+ 1,
7
+ 106
8
+ ],
9
+ "pad_token_id": 0,
10
+ "transformers_version": "4.50.0.dev0"
11
+ }
model-00001-of-00002.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ca3ec44aa8195b946333a3a9a7cd987a3fa695314533aa821ee00eef1f8601f7
3
- size 5367454243
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:995cbd05b7bfd8f5ab5307b476eb5496b5ec3f5256a9dd26366236ce8816c93f
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:21f8abd76a0e2d9b008f8698812faaa2e51c22cd5afb5c257d47812e5f234819
3
- size 2661219601
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b7af7eb5ff32109fc65cbcd0af5b8016ac0de46df17f40705f043f899495333
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
+ }