cheers_navigation_sft / preprocessor_config.json
Frankkkk2003's picture
Upload navigation_cot_sft global_step_4000
d604616 verified
Raw
History Blame Contribute Delete
556 Bytes
{
"auto_map": {
"AutoImageProcessor": "image_processing_umm.UMMImageProcessor",
"AutoProcessor": "processing_umm.UMMProcessor"
},
"crop_size": {
"height": 256,
"width": 256
},
"data_format": "channels_first",
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "UMMImageProcessor",
"image_std": [
0.5,
0.5,
0.5
],
"patch_size": 16,
"processor_class": "UMMProcessor",
"resample": 3,
"rescale_factor": 0.00392156862745098,
"scale_resolution": 512,
"size": [
256,
256
]
}