Upload folder using huggingface_hub
Browse files- README.md +1 -1
- processor_config.json +3 -10
- tokenizer_config.json +1 -1
README.md
CHANGED
|
@@ -22,7 +22,7 @@ library_name: PaddleOCR
|
|
| 22 |
---
|
| 23 |
|
| 24 |
# EZCon/PaddleOCR-VL-4bit-mlx
|
| 25 |
-
This model was converted to MLX format from [`unsloth/PaddleOCR-VL`]() using mlx-vlm version **0.3.
|
| 26 |
Refer to the [original model card](https://huggingface.co/unsloth/PaddleOCR-VL) for more details on the model.
|
| 27 |
## Use with mlx
|
| 28 |
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
# EZCon/PaddleOCR-VL-4bit-mlx
|
| 25 |
+
This model was converted to MLX format from [`unsloth/PaddleOCR-VL`]() using mlx-vlm version **0.3.11**.
|
| 26 |
Refer to the [original model card](https://huggingface.co/unsloth/PaddleOCR-VL) for more details on the model.
|
| 27 |
## Use with mlx
|
| 28 |
|
processor_config.json
CHANGED
|
@@ -1,12 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"auto_map": {
|
| 3 |
-
"AutoProcessor": "processing_paddleocr_vl.PaddleOCRVLProcessor"
|
| 4 |
-
},
|
| 5 |
"image_processor": {
|
| 6 |
-
"auto_map": {
|
| 7 |
-
"AutoImageProcessor": "image_processing_paddleocr_vl.PaddleOCRVLImageProcessor",
|
| 8 |
-
"AutoProcessor": "processing_paddleocr_vl.PaddleOCRVLProcessor"
|
| 9 |
-
},
|
| 10 |
"do_convert_rgb": true,
|
| 11 |
"do_normalize": true,
|
| 12 |
"do_rescale": true,
|
|
@@ -16,7 +9,7 @@
|
|
| 16 |
0.5,
|
| 17 |
0.5
|
| 18 |
],
|
| 19 |
-
"image_processor_type": "
|
| 20 |
"image_std": [
|
| 21 |
0.5,
|
| 22 |
0.5,
|
|
@@ -29,8 +22,8 @@
|
|
| 29 |
"resample": 3,
|
| 30 |
"rescale_factor": 0.00392156862745098,
|
| 31 |
"size": {
|
| 32 |
-
"
|
| 33 |
-
"
|
| 34 |
},
|
| 35 |
"temporal_patch_size": 1
|
| 36 |
},
|
|
|
|
| 1 |
{
|
|
|
|
|
|
|
|
|
|
| 2 |
"image_processor": {
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
"do_convert_rgb": true,
|
| 4 |
"do_normalize": true,
|
| 5 |
"do_rescale": true,
|
|
|
|
| 9 |
0.5,
|
| 10 |
0.5
|
| 11 |
],
|
| 12 |
+
"image_processor_type": "ImageProcessor",
|
| 13 |
"image_std": [
|
| 14 |
0.5,
|
| 15 |
0.5,
|
|
|
|
| 22 |
"resample": 3,
|
| 23 |
"rescale_factor": 0.00392156862745098,
|
| 24 |
"size": {
|
| 25 |
+
"longest_edge": 2822400,
|
| 26 |
+
"shortest_edge": 147384
|
| 27 |
},
|
| 28 |
"temporal_patch_size": 1
|
| 29 |
},
|
tokenizer_config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"add_prefix_space": false,
|
| 3 |
"auto_map": {
|
| 4 |
-
"AutoProcessor": "
|
| 5 |
},
|
| 6 |
"backend": "tokenizers",
|
| 7 |
"bos_token": "<s>",
|
|
|
|
| 1 |
{
|
| 2 |
"add_prefix_space": false,
|
| 3 |
"auto_map": {
|
| 4 |
+
"AutoProcessor": "processing_ppocrvl.PPOCRVLProcessor"
|
| 5 |
},
|
| 6 |
"backend": "tokenizers",
|
| 7 |
"bos_token": "<s>",
|