CoolFace
Modelpublic

jiosephlee/Intern-S1-mini-lm

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes32downloads
preprocessor_config.json41 linesDownload Raw Back to root
1{2  "auto_map": {3    "AutoProcessor": "processing_interns1.InternS1Processor"4  },5  "crop_size": null,6  "crop_to_patches": false,7  "data_format": "channels_first",8  "default_to_square": true,9  "device": null,10  "disable_grouping": null,11  "do_center_crop": null,12  "do_convert_rgb": true,13  "do_normalize": true,14  "do_pad": null,15  "do_rescale": true,16  "do_resize": true,17  "image_mean": [18    0.485,19    0.456,20    0.40621  ],22  "image_processor_type": "GotOcr2ImageProcessorFast",23  "image_std": [24    0.229,25    0.224,26    0.22527  ],28  "input_data_format": null,29  "max_patches": 12,30  "min_patches": 1,31  "pad_size": null,32  "processor_class": "InternS1Processor",33  "resample": 3,34  "rescale_factor": 0.00392156862745098,35  "return_tensors": null,36  "size": {37    "height": 448,38    "width": 44839  }40}41