hermeschen-ezcon commited on
Commit
7829948
·
verified ·
1 Parent(s): 14e7189

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. model.safetensors +2 -2
  3. processor_config.json +5 -7
README.md CHANGED
@@ -11,9 +11,9 @@ language:
11
  - ko
12
  library_name: mlx
13
  base_model: zai-org/GLM-OCR
14
- pipeline_tag: image-text-to-text
15
  tags:
16
  - mlx
 
17
  ---
18
 
19
  # EZCon/GLM-OCR-8bit-mlx
 
11
  - ko
12
  library_name: mlx
13
  base_model: zai-org/GLM-OCR
 
14
  tags:
15
  - mlx
16
+ pipeline_tag: image-text-to-text
17
  ---
18
 
19
  # EZCon/GLM-OCR-8bit-mlx
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f616d5bc38d8221444e94f0c84b63dbca1d1d1ce10f61f6ce802cc2a816e30d0
3
- size 1583785269
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eba8ecf5191394f4ac478366d08759e79acea4c52397e6b41d0ac08cf35d724d
3
+ size 1583785403
processor_config.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
  "image_processor": {
 
3
  "do_convert_rgb": true,
4
  "do_normalize": true,
5
  "do_rescale": true,
6
- "do_resize": true,
7
  "image_mean": [
8
  0.48145466,
9
  0.4578275,
@@ -15,15 +15,13 @@
15
  0.26130258,
16
  0.27577711
17
  ],
 
18
  "merge_size": 2,
 
19
  "patch_size": 14,
20
- "resample": 3,
21
  "rescale_factor": 0.00392156862745098,
22
- "size": {
23
- "longest_edge": 9633792,
24
- "shortest_edge": 12544
25
- },
26
- "temporal_patch_size": 2
27
  },
28
  "processor_class": "GlmOcrProcessor"
29
  }
 
1
  {
2
  "image_processor": {
3
+ "_transformers_image_processor": null,
4
  "do_convert_rgb": true,
5
  "do_normalize": true,
6
  "do_rescale": true,
 
7
  "image_mean": [
8
  0.48145466,
9
  0.4578275,
 
15
  0.26130258,
16
  0.27577711
17
  ],
18
+ "max_pixels": 9633792,
19
  "merge_size": 2,
20
+ "min_pixels": 12544,
21
  "patch_size": 14,
 
22
  "rescale_factor": 0.00392156862745098,
23
+ "temporal_patch_size": 2,
24
+ "use_transformers_backend": true
 
 
 
25
  },
26
  "processor_class": "GlmOcrProcessor"
27
  }