mirror of
https://www.modelscope.cn/moonshotai/Kimi-VL-A3B-Thinking-2506.git
synced 2026-04-02 19:13:01 +08:00
20 lines
402 B
JSON
20 lines
402 B
JSON
{
|
|
"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
|
|
} |