prince-canuma commited on
Commit
1364143
·
verified ·
1 Parent(s): ae724ed

Upload folder using huggingface_hub

Browse files
README.md CHANGED
@@ -13,7 +13,7 @@ tags:
13
  ---
14
 
15
  # mlx-community/gemma-3-12b-pt-6bit
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-6bit
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:2c5d6f146ff5577a875e51fa6b59038e3122860e5cf168b6e19c05f3c0be1a54
3
- size 5333090185
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc562361cb5030133357ff4814f0960bc80b9fd6da88c7bdf9febdbdddb79e50
3
+ size 5333091034
model-00002-of-00003.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fbaca8629fdc65e757b6c0158b6dfcc7a565c4e396cb4815f325963e908b8ff1
3
- size 5061681359
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:278fb994fe591c04dac9517bfab413b41220d23c6412e702afcb7a29bc5cf2cf
3
+ size 5061681910
model-00003-of-00003.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d6d2d1f845afea37ae85246a5707d71853bdde5dda434bb4b1b08a49095441ba
3
- size 826939195
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ef63c5fcbfb0f2a04dc98d3ce18c57926291eb68546421b30c69370cea17b6e
3
+ size 826939199
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
+ }