Upload folder using ModelScope SDK

This commit is contained in:
Cherrytest
2025-06-21 18:08:30 +00:00
parent 7e2c993c84
commit e41c819c17
28 changed files with 9914 additions and 40 deletions

20
preprocessor_config.json Normal file
View File

@ -0,0 +1,20 @@
{
"auto_map": {
"AutoImageProcessor": "image_processing_kimi_vl.KimiVLImageProcessor",
"AutoProcessor": "processing_kimi_vl.KimiVLProcessor"
},
"in_token_limit": 16384,
"patch_size": 14,
"num_pooled_tokens": 1024,
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"pad_input": true
}