CoolFace
Modelpublic

trl-internal-testing/tiny-SmolVLMForConditionalGeneration

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes6.8kdownloads
video_preprocessor_config.json49 linesDownload Raw Back to root
1{2  "crop_size": null,3  "data_format": "channels_first",4  "default_to_square": true,5  "device": null,6  "do_center_crop": null,7  "do_convert_rgb": true,8  "do_image_splitting": true,9  "do_normalize": true,10  "do_pad": true,11  "do_rescale": true,12  "do_resize": true,13  "do_sample_frames": false,14  "fps": 1,15  "image_mean": [16    0.5,17    0.5,18    0.519  ],20  "image_processor_type": "SmolVLMImageProcessor",21  "image_std": [22    0.5,23    0.5,24    0.525  ],26  "input_data_format": null,27  "max_image_size": {28    "longest_edge": 38429  },30  "num_frames": 64,31  "pad_size": null,32  "processor_class": "SmolVLMProcessor",33  "resample": 1,34  "rescale_factor": 0.00392156862745098,35  "return_metadata": false,36  "size": {37    "longest_edge": 153638  },39  "video_metadata": null,40  "video_processor_type": "SmolVLMVideoProcessor",41  "video_sampling": {42    "fps": 1,43    "max_frames": 64,44    "video_size": {45      "longest_edge": 153646    }47  }48}49