Upload folder using huggingface_hub
Browse files- README.md +1 -1
- processor_config.json +0 -9
- tokenizer_config.json +0 -3
README.md
CHANGED
|
@@ -7,7 +7,7 @@ tags:
|
|
| 7 |
---
|
| 8 |
|
| 9 |
# EZCon/FastVLM-1.5B-8bit-mlx
|
| 10 |
-
This model was converted to MLX format from [`apple/FastVLM-1.5B`]() using mlx-vlm version **0.3.
|
| 11 |
Refer to the [original model card](https://huggingface.co/apple/FastVLM-1.5B) for more details on the model.
|
| 12 |
## Use with mlx
|
| 13 |
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
# EZCon/FastVLM-1.5B-8bit-mlx
|
| 10 |
+
This model was converted to MLX format from [`apple/FastVLM-1.5B`]() using mlx-vlm version **0.3.12**.
|
| 11 |
Refer to the [original model card](https://huggingface.co/apple/FastVLM-1.5B) for more details on the model.
|
| 12 |
## Use with mlx
|
| 13 |
|
processor_config.json
CHANGED
|
@@ -1,18 +1,9 @@
|
|
| 1 |
{
|
| 2 |
-
"auto_map": {
|
| 3 |
-
"AutoProcessor": "processing_fastvlm.FastVLMProcessor"
|
| 4 |
-
},
|
| 5 |
"image_processor": {
|
| 6 |
-
"auto_map": {
|
| 7 |
-
"AutoImageProcessor": "processing_fastvlm.FastVLMImageProcessor",
|
| 8 |
-
"AutoProcessor": "processing_fastvlm.FastVLMProcessor"
|
| 9 |
-
},
|
| 10 |
"crop_size": {
|
| 11 |
"height": 1024,
|
| 12 |
"width": 1024
|
| 13 |
},
|
| 14 |
-
"data_format": "channels_first",
|
| 15 |
-
"default_to_square": false,
|
| 16 |
"do_center_crop": true,
|
| 17 |
"do_convert_rgb": true,
|
| 18 |
"do_normalize": true,
|
|
|
|
| 1 |
{
|
|
|
|
|
|
|
|
|
|
| 2 |
"image_processor": {
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
"crop_size": {
|
| 4 |
"height": 1024,
|
| 5 |
"width": 1024
|
| 6 |
},
|
|
|
|
|
|
|
| 7 |
"do_center_crop": true,
|
| 8 |
"do_convert_rgb": true,
|
| 9 |
"do_normalize": true,
|
tokenizer_config.json
CHANGED
|
@@ -1,8 +1,5 @@
|
|
| 1 |
{
|
| 2 |
"add_prefix_space": false,
|
| 3 |
-
"auto_map": {
|
| 4 |
-
"AutoProcessor": "processing_fastvlm.FastVLMProcessor"
|
| 5 |
-
},
|
| 6 |
"backend": "tokenizers",
|
| 7 |
"bos_token": null,
|
| 8 |
"clean_up_tokenization_spaces": false,
|
|
|
|
| 1 |
{
|
| 2 |
"add_prefix_space": false,
|
|
|
|
|
|
|
|
|
|
| 3 |
"backend": "tokenizers",
|
| 4 |
"bos_token": null,
|
| 5 |
"clean_up_tokenization_spaces": false,
|