LiquidAI/LFM2.5-VL-450M
22142k
1{2 "image_processor": {3 "data_format": "channels_first",4 "do_image_splitting": true,5 "do_normalize": true,6 "do_pad": true,7 "do_rescale": true,8 "do_resize": true,9 "downsample_factor": 2,10 "encoder_patch_size": 16,11 "image_mean": [12 0.5,13 0.5,14 0.515 ],16 "image_processor_type": "Lfm2VlImageProcessorFast",17 "image_std": [18 0.5,19 0.5,20 0.521 ],22 "max_image_tokens": 256,23 "max_num_patches": 1024,24 "max_pixels_tolerance": 2.0,25 "max_tiles": 10,26 "min_image_tokens": 64,27 "min_tiles": 2,28 "resample": 2,29 "rescale_factor": 0.00392156862745098,30 "return_row_col_info": true,31 "size": {32 "height": 512,33 "width": 51234 },35 "tile_size": 512,36 "use_thumbnail": true37 },38 "processor_class": "Lfm2VlProcessor"39}40 