CoolFace
Modelpublic

DVLe/LLaVA-0.5B-ClassificationOnly

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes5downloads
preprocessor_config.json172 linesDownload Raw Back to root
1{2  "do_convert_rgb": true,3  "do_normalize": true,4  "do_pad": true,5  "do_rescale": true,6  "do_resize": true,7  "image_grid_pinpoints": [8    [9      384,10      38411    ],12    [13      384,14      76815    ],16    [17      384,18      115219    ],20    [21      384,22      153623    ],24    [25      384,26      192027    ],28    [29      384,30      230431    ],32    [33      768,34      38435    ],36    [37      768,38      76839    ],40    [41      768,42      115243    ],44    [45      768,46      153647    ],48    [49      768,50      192051    ],52    [53      768,54      230455    ],56    [57      1152,58      38459    ],60    [61      1152,62      76863    ],64    [65      1152,66      115267    ],68    [69      1152,70      153671    ],72    [73      1152,74      192075    ],76    [77      1152,78      230479    ],80    [81      1536,82      38483    ],84    [85      1536,86      76887    ],88    [89      1536,90      115291    ],92    [93      1536,94      153695    ],96    [97      1536,98      192099    ],100    [101      1536,102      2304103    ],104    [105      1920,106      384107    ],108    [109      1920,110      768111    ],112    [113      1920,114      1152115    ],116    [117      1920,118      1536119    ],120    [121      1920,122      1920123    ],124    [125      1920,126      2304127    ],128    [129      2304,130      384131    ],132    [133      2304,134      768135    ],136    [137      2304,138      1152139    ],140    [141      2304,142      1536143    ],144    [145      2304,146      1920147    ],148    [149      2304,150      2304151    ]152  ],153  "image_mean": [154    0.5,155    0.5,156    0.5157  ],158  "image_processor_type": "LlavaOnevisionImageProcessor",159  "image_std": [160    0.5,161    0.5,162    0.5163  ],164  "processor_class": "LlavaOnevisionProcessor",165  "resample": 3,166  "rescale_factor": 0.00392156862745098,167  "size": {168    "height": 384,169    "width": 384170  }171}172