CoolFace
Modelpublic

Yujie-AI/Mistral_7B_LLaVA-ties-topk30-lambda0.8

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes7downloads
preprocessor_config.json53 linesDownload Raw Back to root
1{2  "aspect_ratio_setting": "anyres",3  "crop_size": {4    "height": 336,5    "width": 3366  },7  "do_center_crop": true,8  "do_convert_rgb": true,9  "do_normalize": true,10  "do_pad": true,11  "do_rescale": true,12  "do_resize": true,13  "image_grid_pinpoints": [14    [15      336,16      67217    ],18    [19      672,20      33621    ],22    [23      672,24      67225    ],26    [27      1008,28      33629    ],30    [31      336,32      100833    ]34  ],35  "image_mean": [36    0.48145466,37    0.4578275,38    0.4082107339  ],40  "image_processor_type": "LlavaNextImageProcessor",41  "image_std": [42    0.26862954,43    0.26130258,44    0.2757771145  ],46  "processor_class": "LlavaNextProcessor",47  "resample": 3,48  "rescale_factor": 0.00392156862745098,49  "size": {50    "shortest_edge": 33651  }52}53