hermeschen-ezcon commited on
Commit
b053b83
·
verified ·
1 Parent(s): 33b283c

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. tokenizer_config.json +1 -0
README.md CHANGED
@@ -9,9 +9,9 @@ language:
9
  - de
10
  - ja
11
  - ko
12
- pipeline_tag: image-to-text
13
  library_name: mlx
14
  base_model: zai-org/GLM-OCR
 
15
  tags:
16
  - mlx
17
  ---
@@ -19,7 +19,7 @@ tags:
19
  # EZCon/GLM-OCR-4bit-mlx
20
 
21
  This model was converted to MLX format from [`zai-org/GLM-OCR`](https://huggingface.co/zai-org/GLM-OCR)
22
- using mlx-vlm version **0.4.4**.
23
  Refer to the [original model card](https://huggingface.co/zai-org/GLM-OCR) for more details on the model.
24
 
25
  ## Use with mlx
 
9
  - de
10
  - ja
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
  ---
 
19
  # EZCon/GLM-OCR-4bit-mlx
20
 
21
  This model was converted to MLX format from [`zai-org/GLM-OCR`](https://huggingface.co/zai-org/GLM-OCR)
22
+ using mlx-vlm version **0.5.0**.
23
  Refer to the [original model card](https://huggingface.co/zai-org/GLM-OCR) for more details on the model.
24
 
25
  ## Use with mlx
tokenizer_config.json CHANGED
@@ -41,6 +41,7 @@
41
  "<|video|>"
42
  ],
43
  "is_local": true,
 
44
  "model_max_length": 655380,
45
  "pad_token": "<|endoftext|>",
46
  "padding_side": "left",
 
41
  "<|video|>"
42
  ],
43
  "is_local": true,
44
+ "local_files_only": false,
45
  "model_max_length": 655380,
46
  "pad_token": "<|endoftext|>",
47
  "padding_side": "left",