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

Model: dphn/Dolphin-Mistral-24B-Venice-Edition
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-18 20:54:12 +08:00
commit c3e13bd9e6
24 changed files with 10297 additions and 0 deletions

32
preprocessor_config.json Normal file
View File

@@ -0,0 +1,32 @@
{
"crop_size": null,
"data_format": "channels_first",
"default_to_square": true,
"device": null,
"disable_grouping": null,
"do_center_crop": null,
"do_convert_rgb": true,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.48145466,
0.4578275,
0.40821073
],
"image_processor_type": "PixtralImageProcessorFast",
"image_std": [
0.26862954,
0.26130258,
0.27577711
],
"input_data_format": null,
"patch_size": 14,
"processor_class": "PixtralProcessor",
"resample": 3,
"rescale_factor": 0.00392156862745098,
"return_tensors": null,
"size": {
"longest_edge": 1540
}
}