aractingi HF Staff commited on
Commit
71da748
·
verified ·
1 Parent(s): ffe9a66

Upload processor_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. processor_config.json +15 -0
processor_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_map": {
3
+ "AutoImageProcessor": "image_processing_eagle2_5_vl_fast.Eagle25VLImageProcessorFast",
4
+ "AutoProcessor": "processing_eagle2_5_vl.Eagle25VLProcessor"
5
+ },
6
+ "image_end_token": "</img>",
7
+ "image_placeholder": "image",
8
+ "image_start_token": "<img>",
9
+ "image_token": "<IMG_CONTEXT>",
10
+ "processor_class": "Eagle25VLProcessor",
11
+ "tokens_per_tile": 256,
12
+ "video_placeholder": "video",
13
+ "video_token": "<IMG_CONTEXT>",
14
+ "vision_feature_select_strategy": null
15
+ }