preprocessor_config.json
| 1 | { |
| 2 | "auto_map": { |
| 3 | "AutoImageProcessor": "processing_phi3_v.Phi3VImageProcessor", |
| 4 | "AutoProcessor": "processing_phi3_v.Phi3VProcessor" |
| 5 | }, |
| 6 | "do_convert_rgb": true, |
| 7 | "image_mean": [ |
| 8 | 0.48145466, |
| 9 | 0.4578275, |
| 10 | 0.40821073 |
| 11 | ], |
| 12 | "image_processor_type": "Phi3VImageProcessor", |
| 13 | "image_std": [ |
| 14 | 0.26862954, |
| 15 | 0.26130258, |
| 16 | 0.27577711 |
| 17 | ], |
| 18 | "num_crops": 4, |
| 19 | "num_img_tokens": 144, |
| 20 | "processor_class": "Phi3VProcessor" |
| 21 | } |
| 22 | |