CoolFace
Modelpublic

JGOS-Model/JGOS-31B-Citizen

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
31likes40downloads
video_preprocessor_config.json26 linesDownload Raw Back to root
1{2  "do_convert_rgb": true,3  "do_normalize": true,4  "do_rescale": true,5  "do_resize": true,6  "do_sample_frames": true,7  "image_mean": [8    0.0,9    0.0,10    0.011  ],12  "image_std": [13    1.0,14    1.0,15    1.016  ],17  "max_soft_tokens": 70,18  "num_frames": 32,19  "patch_size": 16,20  "pooling_kernel_size": 3,21  "resample": 3,22  "rescale_factor": 0.00392156862745098,23  "return_metadata": false,24  "video_processor_type": "Gemma4VideoProcessor"25}26