初始化项目,由ModelHub XC社区提供模型

Model: YuchengShi/LLaVA-v1.5-7B-Plant-Leaf-Diseases-Detection
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-03 20:30:36 +08:00
commit f81ad73bc0
18 changed files with 94407 additions and 0 deletions

28
preprocessor_config.json Normal file
View File

@@ -0,0 +1,28 @@
{
"crop_size": {
"height": 336,
"width": 336
},
"do_center_crop": true,
"do_convert_rgb": true,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.48145466,
0.4578275,
0.40821073
],
"image_processor_type": "CLIPImageProcessor",
"image_std": [
0.26862954,
0.26130258,
0.27577711
],
"processor_class": "LlavaProcessor",
"resample": 3,
"rescale_factor": 0.00392156862745098,
"size": {
"shortest_edge": 336
}
}