Add preprocessor_config.json (from source model)
Browse files- preprocessor_config.json +8 -0
preprocessor_config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"image_processor_type": "Qwen2VLImageProcessor",
|
| 3 |
+
"max_pixels": 12845056,
|
| 4 |
+
"min_pixels": 3136,
|
| 5 |
+
"patch_size": 14,
|
| 6 |
+
"temporal_patch_size": 2,
|
| 7 |
+
"merge_size": 2
|
| 8 |
+
}
|