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

Model: HuggingFaceM4/Idefics3-8B-Llama3
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-15 15:29:52 +08:00
commit 720e892cb5
14 changed files with 414027 additions and 0 deletions

25
preprocessor_config.json Normal file
View File

@@ -0,0 +1,25 @@
{
"do_convert_rgb": true,
"do_image_splitting": true,
"do_normalize": true,
"do_pad": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "Idefics3ImageProcessor",
"image_std": [
0.5,
0.5,
0.5
],
"processor_class": "Idefics3Processor",
"resample": 1,
"rescale_factor": 0.00392156862745098,
"size": {
"longest_edge": 1456
}
}