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

Model: HuggingFaceTB/SmolVLM-256M-Instruct
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-05 22:14:12 +08:00
commit 07d60d143e
39 changed files with 297108 additions and 0 deletions

28
preprocessor_config.json Normal file
View File

@@ -0,0 +1,28 @@
{
"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
],
"max_image_size": {
"longest_edge": 512
},
"processor_class": "Idefics3Processor",
"resample": 1,
"rescale_factor": 0.00392156862745098,
"size": {
"longest_edge": 2048
}
}