Upload folder using huggingface_hub
Browse files- README.md +16 -16
- config.json +1 -2
- model.safetensors +2 -2
README.md
CHANGED
@@ -1,25 +1,25 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
- gemma3
|
6 |
-
- gemma
|
7 |
-
- google
|
8 |
-
- mlx
|
9 |
pipeline_tag: image-text-to-text
|
10 |
library_name: transformers
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
|
|
|
|
|
|
|
|
18 |
---
|
19 |
|
20 |
# mlx-community/gemma-3-4b-it-qat-4bit
|
21 |
-
This model was converted to MLX format from [
|
22 |
-
Refer to the [original model card](https://huggingface.co/
|
23 |
## Use with mlx
|
24 |
|
25 |
```bash
|
|
|
1 |
---
|
2 |
+
license: other
|
3 |
+
license_name: qwen
|
4 |
+
license_link: https://huggingface.co/Qwen/Qwen2.5-72B-Instruct/blob/main/LICENSE
|
|
|
|
|
|
|
|
|
5 |
pipeline_tag: image-text-to-text
|
6 |
library_name: transformers
|
7 |
+
base_model:
|
8 |
+
- OpenGVLab/InternVL3-1B-Instruct
|
9 |
+
base_model_relation: finetune
|
10 |
+
datasets:
|
11 |
+
- OpenGVLab/MMPR-v1.2
|
12 |
+
language:
|
13 |
+
- multilingual
|
14 |
+
tags:
|
15 |
+
- internvl
|
16 |
+
- custom_code
|
17 |
+
- mlx
|
18 |
---
|
19 |
|
20 |
# mlx-community/gemma-3-4b-it-qat-4bit
|
21 |
+
This model was converted to MLX format from [`/Volumes/T7/Models/hf-models/gemma-3-4b-it-qat-q4_0-unquantized`]() using mlx-vlm version **0.1.25**.
|
22 |
+
Refer to the [original model card](https://huggingface.co//Volumes/T7/Models/hf-models/gemma-3-4b-it-qat-q4_0-unquantized) for more details on the model.
|
23 |
## Use with mlx
|
24 |
|
25 |
```bash
|
config.json
CHANGED
@@ -237,7 +237,6 @@
|
|
237 |
"image_size": 896,
|
238 |
"attention_dropout": 0.0,
|
239 |
"layer_norm_eps": 1e-06,
|
240 |
-
"hidden_act": "gelu_pytorch_tanh"
|
241 |
-
"skip_vision": true
|
242 |
}
|
243 |
}
|
|
|
237 |
"image_size": 896,
|
238 |
"attention_dropout": 0.0,
|
239 |
"layer_norm_eps": 1e-06,
|
240 |
+
"hidden_act": "gelu_pytorch_tanh"
|
|
|
241 |
}
|
242 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4bb1430e6090d163d33822dbad1c3e6cb16276f0c8f55cf27a6a240640bfa61
|
3 |
+
size 2995351814
|