CoolFace
Modelpublic

LiquidAI/LFM2-VL-3B

sourceHugging Faceotherupdated 6mo agoView on Hugging Face
141likes1.7kdownloads
preprocessor_config.json48 linesDownload Raw Back to root
1{2  "crop_size": null,3  "data_format": "channels_first",4  "default_to_square": true,5  "device": null,6  "disable_grouping": null,7  "do_center_crop": null,8  "do_convert_rgb": null,9  "do_image_splitting": true,10  "do_normalize": true,11  "do_pad": true,12  "do_rescale": true,13  "do_resize": false,14  "downsample_factor": 2,15  "encoder_patch_size": 16,16  "image_mean": [17    0.5,18    0.5,19    0.520  ],21  "image_processor_type": "Lfm2VlImageProcessorFast",22  "image_std": [23    0.5,24    0.5,25    0.526  ],27  "input_data_format": null,28  "max_image_tokens": 256,29  "max_num_patches": 1024,30  "max_pixels_tolerance": 2.0,31  "max_tiles": 10,32  "min_image_tokens": 64,33  "min_tiles": 2,34  "pad_size": null,35  "processor_class": "Lfm2VlProcessor",36  "resample": 3,37  "rescale_factor": 0.00392156862745098,38  "return_row_col_info": true,39  "return_tensors": null,40  "size": {41    "height": 512,42    "width": 51243  },44  "tile_size": 512,45  "use_numpy_backend": true,46  "use_thumbnail": true47}48