CoolFace
Modelpublic

hf-tiny-v2/tiny-random-Kimi_K25Model

sourceHugging Faceupdated 1mo agoView on Hugging Face
0likes11downloads
preprocessor_config.json55 linesDownload Raw Back to root
1{2  "auto_map": {3    "AutoImageProcessor": "kimi_k25_vision_processing.KimiK25VisionProcessor",4    "AutoProcessor": "kimi_k25_processor.KimiK25Processor"5  },6  "do_convert_rgb": true,7  "do_normalize": true,8  "do_rescale": true,9  "do_resize": true,10  "image_mean": [11    0.5,12    0.5,13    0.514  ],15  "image_processor_type": "Kimi_K25ImageProcessor",16  "image_std": [17    0.5,18    0.5,19    0.520  ],21  "max_patches": 16384,22  "media_proc_cfg": {23    "config_type": "media_proc.processors.moonvit.MoonViTMediaProcessorConfig",24    "fixed_output_tokens": null,25    "image_mean": [26      0.5,27      0.5,28      0.529    ],30    "image_std": [31      0.5,32      0.5,33      0.534    ],35    "in_patch_limit": 16384,36    "in_patch_limit_each_frame": 4096,37    "in_patch_limit_video": null,38    "max_num_frames_each_video": null,39    "merge_kernel_size": 2,40    "patch_limit_on_one_side": 512,41    "patch_size": 14,42    "sample_fps": 2.0,43    "temporal_merge_kernel_size": 4,44    "timestamp_mode": "hh:mm:ss.fff"45  },46  "merge_size": 2,47  "patch_size": 14,48  "resample": 3,49  "rescale_factor": 0.00392156862745098,50  "size": {51    "max_height": 512,52    "max_width": 51253  }54}55