GLM-5.3-Flash-0.1B-A0.1B / processor_config.json
kylesayrs's picture
Upload folder using huggingface_hub
7c3a6d3 verified
Raw
History Blame Contribute Delete
1.45 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": "Glm5NextImageProcessor",
"image_std": [
0.26862954,
0.26130258,
0.27577711
],
"max_image_tokens": 8000,
"merge_size": 2,
"min_image_tokens": 16,
"patch_expand_factor": 1,
"patch_size": 14,
"resample": 3,
"rescale_factor": 0.00392156862745098,
"size": {
"longest_edge": 1
},
"temporal_patch_size": 2
},
"processor_class": "Glm5NextProcessor",
"video_processor": {
"do_convert_rgb": true,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"do_sample_frames": true,
"fps": 2,
"image_mean": [
0.48145466,
0.4578275,
0.40821073
],
"image_std": [
0.26862954,
0.26130258,
0.27577711
],
"max_frames": 2048,
"max_image_size": {
"longest_edge": 47040000
},
"max_image_tokens": 240000,
"merge_size": 2,
"min_image_tokens": 16,
"num_frames": 16,
"patch_expand_factor": 1,
"patch_size": 14,
"resample": 3,
"rescale_factor": 0.00392156862745098,
"return_metadata": false,
"size": {
"longest_edge": 1
},
"temporal_patch_size": 2,
"video_processor_type": "Glm5NextVideoProcessor"
}
}