tiny-minimax-h3-modular-pipe / processor /processor_config.json
YiYiXu's picture
YiYiXu HF Staff
Add tiny MiniMax-H3 modular fixture for the fast tests
f050e61 verified
Raw
History Blame Contribute Delete
1.27 kB
{
"image_processor": {
"do_convert_rgb": true,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.48145466,
0.4578275,
0.40821073
],
"image_processor_type": "Qwen2VLImageProcessor",
"image_std": [
0.26862954,
0.26130258,
0.27577711
],
"merge_size": 2,
"patch_size": 4,
"resample": 3,
"rescale_factor": 0.00392156862745098,
"size": {
"longest_edge": 256,
"shortest_edge": 64
},
"temporal_patch_size": 2
},
"processor_class": "Qwen3VLProcessor",
"video_processor": {
"do_convert_rgb": true,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"do_sample_frames": true,
"fps": 2,
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"max_frames": 768,
"max_pixels": 256,
"merge_size": 2,
"min_frames": 4,
"min_pixels": 64,
"patch_size": 4,
"resample": 3,
"rescale_factor": 0.00392156862745098,
"return_metadata": false,
"size": {
"longest_edge": 786432,
"shortest_edge": 131072
},
"temporal_patch_size": 2,
"video_processor_type": "Qwen3VLVideoProcessor"
}
}