DeepSeek-V4-Flash-Hybrid-Vision-Reseek / preprocessor_config.json
Rarri's picture
Add model card, recipe, security review, and lm-eval benchmarks
2941b49 verified
Raw
History Blame Contribute Delete
585 Bytes
{
"media_proc_cfg": {
"config_type": "media_proc.processors.moonvit.MoonViTMediaProcessorConfig",
"fixed_output_tokens": null,
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"in_patch_limit": 16384,
"in_patch_limit_each_frame": 16384,
"in_patch_limit_video": null,
"max_num_frames_each_video": null,
"merge_kernel_size": 2,
"patch_limit_on_one_side": 512,
"patch_size": 14,
"sample_fps": 2.0,
"temporal_merge_kernel_size": 4,
"timestamp_mode": "hh:mm:ss.fff"
}
}