prince-canuma commited on
Commit
e69a01c
·
verified ·
1 Parent(s): e151cbc

Upload folder using huggingface_hub

Browse files
README.md CHANGED
@@ -13,7 +13,7 @@ tags:
13
  ---
14
 
15
  # mlx-community/gemma-3-12b-pt-8bit
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-8bit
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-00003.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d18cc1f42ad7dc71212f38e0efad5f59bd5363e2300ff97a3fb243e82bfb104f
3
- size 5350881161
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ece74dd2c31696aa8dc070bba576f351b22681d6aaf0fc01ba924424925a1d71
3
+ size 5350881892
model-00002-of-00003.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ced146f877e1216d87df43f9b06d7534d796a8aba998427484ceee0d82b3febf
3
- size 5365256334
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f73d03dedb8f29e60967ffd366d83f095ade13500fd8111d78f361ed2465c61
3
+ size 5365256782
model-00003-of-00003.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3471b581a449cc7c008c05f367e48056bb74fda071e47c5978950f8abc9abe4e
3
- size 3698609919
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2d06e10223300e9122f67981e0364d711b6adc264d258ad8117e56db5298c18
3
+ size 3698610144
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
+ }