imdigitalashish commited on
Commit
423abe1
·
verified ·
1 Parent(s): bd4e0f9

Upload folder using huggingface_hub

Browse files
config.json CHANGED
@@ -39,7 +39,7 @@
39
  "use_cache": true
40
  },
41
  "vision_config": {
42
- "model_type": "glm_ocr_vision",
43
  "hidden_size": 1024,
44
  "depth": 24,
45
  "num_heads": 16,
 
39
  "use_cache": true
40
  },
41
  "vision_config": {
42
+ "model_type": "ashish_ocr_vision",
43
  "hidden_size": 1024,
44
  "depth": 24,
45
  "num_heads": 16,
preprocessor_config.json CHANGED
@@ -6,6 +6,6 @@
6
  "merge_size": 2,
7
  "image_mean": [0.48145466, 0.4578275, 0.40821073],
8
  "image_std": [0.26862954, 0.26130258, 0.27577711],
9
- "image_processor_type": "Qwen2VLImageProcessor",
10
- "processor_class": "Qwen2_5_VLProcessor"
11
  }
 
6
  "merge_size": 2,
7
  "image_mean": [0.48145466, 0.4578275, 0.40821073],
8
  "image_std": [0.26862954, 0.26130258, 0.27577711],
9
+ "image_processor_type": "Ashish46VImageProcessor",
10
+ "processor_class": "Ashish46VProcessor"
11
  }
tokenizer_config.json CHANGED
@@ -44,6 +44,6 @@
44
  "model_max_length": 655380,
45
  "pad_token": "<|endoftext|>",
46
  "padding_side": "left",
47
- "processor_class": "Qwen2_5_VLProcessor",
48
  "tokenizer_class": "TokenizersBackend"
49
  }
 
44
  "model_max_length": 655380,
45
  "pad_token": "<|endoftext|>",
46
  "padding_side": "left",
47
+ "processor_class": "Ashish46VProcessor",
48
  "tokenizer_class": "TokenizersBackend"
49
  }