LLaVA-PLLuM-12b-nc-instruct / preprocessor_config.json
jglowa's picture
Duplicate from NASK-PIB/LLaVA-PLLuM-12b-nc-instruct
5abae91
raw
history blame contribute delete
865 Bytes
{
"crop_size": {
"height": 384,
"width": 384
},
"data_format": "channels_first",
"default_to_square": false,
"device": null,
"disable_grouping": null,
"do_center_crop": true,
"do_convert_rgb": true,
"do_normalize": true,
"do_pad": true,
"do_rescale": true,
"do_resize": true,
"image_grid_pinpoints": [
[
384,
768
],
[
768,
384
],
[
768,
768
],
[
1152,
384
],
[
384,
1152
]
],
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "LlavaNextImageProcessorFast",
"image_std": [
0.5,
0.5,
0.5
],
"input_data_format": null,
"processor_class": "LlavaNextProcessor",
"resample": 3,
"rescale_factor": 0.00392156862745098,
"return_tensors": null,
"size": {
"shortest_edge": 384
}
}